Shades of Royal Purple #602C99
Tints of Royal Purple #602C99
RGB
CMYK
RGB Variations
Color information
#602C99 (or 0x602C99) is known color: Royal Purple. HEX triplet: 60, 2C and 99. RGB value is (96,44,153). Sum of RGB (Red+Green+Blue) = 96+44+153=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #602C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C99 is #9FD366. Grayscale: #474747. Windows color (decimal): -10474343 or 10038368. OLE color: 10038368.
HSL color Cylindrical-coordinate representation of color #602C99: hue angle of 268.62º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602C99 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 44 | 153 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.4 |
| HSL | 268.62º | 0.55% | 0.39% | - |
| HSV(B) | 268.62º | 0.71% | 0.6% | - |
| XYZ | 11.47 | 6.59 | 30.8 | - |
| YUV | 71.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 153 | 0.37 | 0.71 | 0 | 0.4 | 268.62 | 0.55 | 0.39 |
| Hex | 60 | 2C | 99 | 25 | 47 | 0 | 28 | 10D | 37 | 27 |
| Octal | 140 | 54 | 231 | 45 | 107 | 0 | 50 | 415 | 67 | 47 |
| Binary | 1100000 | 101100 | 10011001 | 100101 | 1000111 | 0 | 101000 | 100001101 | 110111 | 100111 |
Color Harmonies of #602C99
Complementary color
Monochromatic Colors of #602C99
Black with #602C99
Text Example
Text Example
White with #602C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C99; }
p { color: rgb(96,44,153); }
H1.HeaderClassName
{
color: #602C99;
}
.AnyTagClassName
{
color: #602C99;
}
</style>
background-color css
<style>
a { background-color: #602C99; }
a { background-color: rgb(96,44,153); }
div.DivClassName
{
background-color: #602C99;
}
.BgClassName
{
background-color: #602C99;
}
</style>
border-color css
<style>
span { border-color: #602C99; }
span { border-color: rgb(96,44,153); }
td.TdClassName
{
border-color: #602C99;
}
.TagClassName
{
border-color: #602C99;
}
</style>