Shades of Royal Purple #603FA6
Tints of Royal Purple #603FA6
RGB
CMYK
RGB Variations
Color information
#603FA6 (or 0x603FA6) is known color: Royal Purple. HEX triplet: 60, 3F and A6. RGB value is (96,63,166). Sum of RGB (Red+Green+Blue) = 96+63+166=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #603FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FA6 is #9FC059. Grayscale: #545454. Windows color (decimal): -10469466 or 10895200. OLE color: 10895200.
HSL color Cylindrical-coordinate representation of color #603FA6: hue angle of 259.22º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603FA6 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 63 | 166 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.35 |
| HSL | 259.22º | 0.45% | 0.45% | - |
| HSV(B) | 259.22º | 0.62% | 0.65% | - |
| XYZ | 13.48 | 8.79 | 37.06 | - |
| YUV | 84.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 166 | 0.42 | 0.62 | 0 | 0.35 | 259.22 | 0.45 | 0.45 |
| Hex | 60 | 3F | A6 | 2A | 3E | 0 | 23 | 103 | 2D | 2D |
| Octal | 140 | 77 | 246 | 52 | 76 | 0 | 43 | 403 | 55 | 55 |
| Binary | 1100000 | 111111 | 10100110 | 101010 | 111110 | 0 | 100011 | 100000011 | 101101 | 101101 |
Color Harmonies of #603FA6
Complementary color
Monochromatic Colors of #603FA6
Black with #603FA6
Text Example
Text Example
White with #603FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FA6; }
p { color: rgb(96,63,166); }
H1.HeaderClassName
{
color: #603FA6;
}
.AnyTagClassName
{
color: #603FA6;
}
</style>
background-color css
<style>
a { background-color: #603FA6; }
a { background-color: rgb(96,63,166); }
div.DivClassName
{
background-color: #603FA6;
}
.BgClassName
{
background-color: #603FA6;
}
</style>
border-color css
<style>
span { border-color: #603FA6; }
span { border-color: rgb(96,63,166); }
td.TdClassName
{
border-color: #603FA6;
}
.TagClassName
{
border-color: #603FA6;
}
</style>