Shades of Royal Purple #602199
Tints of Royal Purple #602199
RGB
CMYK
RGB Variations
Color information
#602199 (or 0x602199) is known color: Royal Purple. HEX triplet: 60, 21 and 99. RGB value is (96,33,153). Sum of RGB (Red+Green+Blue) = 96+33+153=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #602199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602199 is #9FDE66. Grayscale: #414141. Windows color (decimal): -10477159 or 10035552. OLE color: 10035552.
HSL color Cylindrical-coordinate representation of color #602199: hue angle of 271.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602199 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 33 | 153 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.4 |
| HSL | 271.5º | 0.65% | 0.36% | - |
| HSV(B) | 271.5º | 0.78% | 0.6% | - |
| XYZ | 11.12 | 5.87 | 30.68 | - |
| YUV | 65.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 153 | 0.37 | 0.78 | 0 | 0.4 | 271.5 | 0.65 | 0.36 |
| Hex | 60 | 21 | 99 | 25 | 4E | 0 | 28 | 110 | 41 | 24 |
| Octal | 140 | 41 | 231 | 45 | 116 | 0 | 50 | 420 | 101 | 44 |
| Binary | 1100000 | 100001 | 10011001 | 100101 | 1001110 | 0 | 101000 | 100010000 | 1000001 | 100100 |
Color Harmonies of #602199
Complementary color
Monochromatic Colors of #602199
Black with #602199
Text Example
Text Example
White with #602199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602199; }
p { color: rgb(96,33,153); }
H1.HeaderClassName
{
color: #602199;
}
.AnyTagClassName
{
color: #602199;
}
</style>
background-color css
<style>
a { background-color: #602199; }
a { background-color: rgb(96,33,153); }
div.DivClassName
{
background-color: #602199;
}
.BgClassName
{
background-color: #602199;
}
</style>
border-color css
<style>
span { border-color: #602199; }
span { border-color: rgb(96,33,153); }
td.TdClassName
{
border-color: #602199;
}
.TagClassName
{
border-color: #602199;
}
</style>