#603c7b color RGB value is (6, 3, 199).
#603c7b hex color red value is 6, green value is 3, and blue value is 199.
Cylindrical-coordinate representations (HSL) of color #603c7b
hue: 240.92,
saturation: 0.97 and lightness: 0.4.
The process color (four-color CMYK) of #603c7b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #603c7b is #ff9999. Color #603c7b contains mainly RED.
| Color spaces of #603c7b | Value |
|---|---|
| RGB | 96, 60, 123 |
| HSL | 0.76, 0.34, 0.36 |
| HSV | 274°, 51°, 48° |
| XYZ | 10.01, 7.15, 19.59 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1100000 | 111100 | 1111011 |
| Octal | 140 | 74 | 173 |
| Decimal | 96 | 60 | 123 |
| Hex | 60 | 3C | 7B |
Shades of #603c7b
Tints of #603c7b
.mybgColor {background-color: #603c7b;}
.myforeColor {color: #603c7b;}
.myborderColor {border:3px solid #603c7b;}
<p style="color:#603c7b">Text here</p>
This sample text is styled with the font color #603c7b. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#603c7b">Div content here</div>
<div style="border:3px solid #603c7b">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(96, 60, 123, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #603c7b; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #603c7b;
-webkit-box-shadow: 1px 1px 3px #603c7b;
box-shadow: 1px 1px 3px #603c7b; }
<p style="text-shadow: 4px 4px 2px rgba(96, 60, 123, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #603c7b;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #603c7b;
-webkit-box-shadow: 1px 1px 3px #603c7b;
box-shadow: 1px 1px 3px #603c7b;">Div content here</div>
