Shades of Royal Purple #602F9C
Tints of Royal Purple #602F9C
RGB
CMYK
RGB Variations
Color information
#602F9C (or 0x602F9C) is known color: Royal Purple. HEX triplet: 60, 2F and 9C. RGB value is (96,47,156). Sum of RGB (Red+Green+Blue) = 96+47+156=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #602F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602F9C is #9FD063. Grayscale: #494949. Windows color (decimal): -10473572 or 10235744. OLE color: 10235744.
HSL color Cylindrical-coordinate representation of color #602F9C: hue angle of 266.97º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602F9C is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 47 | 156 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.39 |
| HSL | 266.97º | 0.54% | 0.4% | - |
| HSV(B) | 266.97º | 0.7% | 0.61% | - |
| XYZ | 11.84 | 6.92 | 32.16 | - |
| YUV | 74.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 156 | 0.38 | 0.70 | 0 | 0.39 | 266.97 | 0.54 | 0.4 |
| Hex | 60 | 2F | 9C | 26 | 46 | 0 | 27 | 10B | 36 | 28 |
| Octal | 140 | 57 | 234 | 46 | 106 | 0 | 47 | 413 | 66 | 50 |
| Binary | 1100000 | 101111 | 10011100 | 100110 | 1000110 | 0 | 100111 | 100001011 | 110110 | 101000 |
Color Harmonies of #602F9C
Complementary color
Monochromatic Colors of #602F9C
Black with #602F9C
Text Example
Text Example
White with #602F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F9C; }
p { color: rgb(96,47,156); }
H1.HeaderClassName
{
color: #602F9C;
}
.AnyTagClassName
{
color: #602F9C;
}
</style>
background-color css
<style>
a { background-color: #602F9C; }
a { background-color: rgb(96,47,156); }
div.DivClassName
{
background-color: #602F9C;
}
.BgClassName
{
background-color: #602F9C;
}
</style>
border-color css
<style>
span { border-color: #602F9C; }
span { border-color: rgb(96,47,156); }
td.TdClassName
{
border-color: #602F9C;
}
.TagClassName
{
border-color: #602F9C;
}
</style>