Shades of Royal Purple #602599
Tints of Royal Purple #602599
RGB
CMYK
RGB Variations
Color information
#602599 (or 0x602599) is known color: Royal Purple. HEX triplet: 60, 25 and 99. RGB value is (96,37,153). Sum of RGB (Red+Green+Blue) = 96+37+153=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #602599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602599 is #9FDA66. Grayscale: #434343. Windows color (decimal): -10476135 or 10036576. OLE color: 10036576.
HSL color Cylindrical-coordinate representation of color #602599: hue angle of 270.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602599 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 37 | 153 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.4 |
| HSL | 270.52º | 0.61% | 0.37% | - |
| HSV(B) | 270.52º | 0.76% | 0.6% | - |
| XYZ | 11.24 | 6.11 | 30.72 | - |
| YUV | 67.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 153 | 0.37 | 0.76 | 0 | 0.4 | 270.52 | 0.61 | 0.37 |
| Hex | 60 | 25 | 99 | 25 | 4C | 0 | 28 | 10F | 3D | 25 |
| Octal | 140 | 45 | 231 | 45 | 114 | 0 | 50 | 417 | 75 | 45 |
| Binary | 1100000 | 100101 | 10011001 | 100101 | 1001100 | 0 | 101000 | 100001111 | 111101 | 100101 |
Color Harmonies of #602599
Complementary color
Monochromatic Colors of #602599
Black with #602599
Text Example
Text Example
White with #602599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602599; }
p { color: rgb(96,37,153); }
H1.HeaderClassName
{
color: #602599;
}
.AnyTagClassName
{
color: #602599;
}
</style>
background-color css
<style>
a { background-color: #602599; }
a { background-color: rgb(96,37,153); }
div.DivClassName
{
background-color: #602599;
}
.BgClassName
{
background-color: #602599;
}
</style>
border-color css
<style>
span { border-color: #602599; }
span { border-color: rgb(96,37,153); }
td.TdClassName
{
border-color: #602599;
}
.TagClassName
{
border-color: #602599;
}
</style>