Shades of Royal Purple #602A9C
Tints of Royal Purple #602A9C
RGB
CMYK
RGB Variations
Color information
#602A9C (or 0x602A9C) is known color: Royal Purple. HEX triplet: 60, 2A and 9C. RGB value is (96,42,156). Sum of RGB (Red+Green+Blue) = 96+42+156=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #602A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602A9C is #9FD563. Grayscale: #464646. Windows color (decimal): -10474852 or 10234464. OLE color: 10234464.
HSL color Cylindrical-coordinate representation of color #602A9C: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602A9C is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 42 | 156 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.39 |
| HSL | 268.42º | 0.58% | 0.39% | - |
| HSV(B) | 268.42º | 0.73% | 0.61% | - |
| XYZ | 11.65 | 6.54 | 32.1 | - |
| YUV | 71.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 156 | 0.38 | 0.73 | 0 | 0.39 | 268.42 | 0.58 | 0.39 |
| Hex | 60 | 2A | 9C | 26 | 49 | 0 | 27 | 10C | 3A | 27 |
| Octal | 140 | 52 | 234 | 46 | 111 | 0 | 47 | 414 | 72 | 47 |
| Binary | 1100000 | 101010 | 10011100 | 100110 | 1001001 | 0 | 100111 | 100001100 | 111010 | 100111 |
Color Harmonies of #602A9C
Complementary color
Monochromatic Colors of #602A9C
Black with #602A9C
Text Example
Text Example
White with #602A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A9C; }
p { color: rgb(96,42,156); }
H1.HeaderClassName
{
color: #602A9C;
}
.AnyTagClassName
{
color: #602A9C;
}
</style>
background-color css
<style>
a { background-color: #602A9C; }
a { background-color: rgb(96,42,156); }
div.DivClassName
{
background-color: #602A9C;
}
.BgClassName
{
background-color: #602A9C;
}
</style>
border-color css
<style>
span { border-color: #602A9C; }
span { border-color: rgb(96,42,156); }
td.TdClassName
{
border-color: #602A9C;
}
.TagClassName
{
border-color: #602A9C;
}
</style>