Shades of Royal Purple #602D9F
Tints of Royal Purple #602D9F
RGB
CMYK
RGB Variations
Color information
#602D9F (or 0x602D9F) is known color: Royal Purple. HEX triplet: 60, 2D and 9F. RGB value is (96,45,159). Sum of RGB (Red+Green+Blue) = 96+45+159=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #602D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D9F is #9FD260. Grayscale: #484848. Windows color (decimal): -10474081 or 10431840. OLE color: 10431840.
HSL color Cylindrical-coordinate representation of color #602D9F: hue angle of 266.84º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602D9F is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 45 | 159 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.38 |
| HSL | 266.84º | 0.56% | 0.4% | - |
| HSV(B) | 266.84º | 0.72% | 0.62% | - |
| XYZ | 12.02 | 6.87 | 33.49 | - |
| YUV | 73.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 159 | 0.40 | 0.72 | 0 | 0.38 | 266.84 | 0.56 | 0.4 |
| Hex | 60 | 2D | 9F | 28 | 48 | 0 | 26 | 10B | 38 | 28 |
| Octal | 140 | 55 | 237 | 50 | 110 | 0 | 46 | 413 | 70 | 50 |
| Binary | 1100000 | 101101 | 10011111 | 101000 | 1001000 | 0 | 100110 | 100001011 | 111000 | 101000 |
Color Harmonies of #602D9F
Complementary color
Monochromatic Colors of #602D9F
Black with #602D9F
Text Example
Text Example
White with #602D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D9F; }
p { color: rgb(96,45,159); }
H1.HeaderClassName
{
color: #602D9F;
}
.AnyTagClassName
{
color: #602D9F;
}
</style>
background-color css
<style>
a { background-color: #602D9F; }
a { background-color: rgb(96,45,159); }
div.DivClassName
{
background-color: #602D9F;
}
.BgClassName
{
background-color: #602D9F;
}
</style>
border-color css
<style>
span { border-color: #602D9F; }
span { border-color: rgb(96,45,159); }
td.TdClassName
{
border-color: #602D9F;
}
.TagClassName
{
border-color: #602D9F;
}
</style>