Shades of Royal Purple #602C9B
Tints of Royal Purple #602C9B
RGB
CMYK
RGB Variations
Color information
#602C9B (or 0x602C9B) is known color: Royal Purple. HEX triplet: 60, 2C and 9B. RGB value is (96,44,155). Sum of RGB (Red+Green+Blue) = 96+44+155=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #602C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C9B is #9FD364. Grayscale: #474747. Windows color (decimal): -10474341 or 10169440. OLE color: 10169440.
HSL color Cylindrical-coordinate representation of color #602C9B: hue angle of 268.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602C9B is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 44 | 155 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.39 |
| HSL | 268.11º | 0.56% | 0.39% | - |
| HSV(B) | 268.11º | 0.72% | 0.61% | - |
| XYZ | 11.64 | 6.65 | 31.68 | - |
| YUV | 72.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 155 | 0.38 | 0.72 | 0 | 0.39 | 268.11 | 0.56 | 0.39 |
| Hex | 60 | 2C | 9B | 26 | 48 | 0 | 27 | 10C | 38 | 27 |
| Octal | 140 | 54 | 233 | 46 | 110 | 0 | 47 | 414 | 70 | 47 |
| Binary | 1100000 | 101100 | 10011011 | 100110 | 1001000 | 0 | 100111 | 100001100 | 111000 | 100111 |
Color Harmonies of #602C9B
Complementary color
Monochromatic Colors of #602C9B
Black with #602C9B
Text Example
Text Example
White with #602C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C9B; }
p { color: rgb(96,44,155); }
H1.HeaderClassName
{
color: #602C9B;
}
.AnyTagClassName
{
color: #602C9B;
}
</style>
background-color css
<style>
a { background-color: #602C9B; }
a { background-color: rgb(96,44,155); }
div.DivClassName
{
background-color: #602C9B;
}
.BgClassName
{
background-color: #602C9B;
}
</style>
border-color css
<style>
span { border-color: #602C9B; }
span { border-color: rgb(96,44,155); }
td.TdClassName
{
border-color: #602C9B;
}
.TagClassName
{
border-color: #602C9B;
}
</style>