Shades of Royal Purple #602C9D
Tints of Royal Purple #602C9D
RGB
CMYK
RGB Variations
Color information
#602C9D (or 0x602C9D) is known color: Royal Purple. HEX triplet: 60, 2C and 9D. RGB value is (96,44,157). Sum of RGB (Red+Green+Blue) = 96+44+157=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #602C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C9D is #9FD362. Grayscale: #484848. Windows color (decimal): -10474339 or 10300512. OLE color: 10300512.
HSL color Cylindrical-coordinate representation of color #602C9D: hue angle of 267.61º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602C9D is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 44 | 157 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.38 |
| HSL | 267.61º | 0.56% | 0.39% | - |
| HSV(B) | 267.61º | 0.72% | 0.62% | - |
| XYZ | 11.81 | 6.72 | 32.57 | - |
| YUV | 72.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 157 | 0.39 | 0.72 | 0 | 0.38 | 267.61 | 0.56 | 0.39 |
| Hex | 60 | 2C | 9D | 27 | 48 | 0 | 26 | 10C | 38 | 27 |
| Octal | 140 | 54 | 235 | 47 | 110 | 0 | 46 | 414 | 70 | 47 |
| Binary | 1100000 | 101100 | 10011101 | 100111 | 1001000 | 0 | 100110 | 100001100 | 111000 | 100111 |
Color Harmonies of #602C9D
Complementary color
Monochromatic Colors of #602C9D
Black with #602C9D
Text Example
Text Example
White with #602C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C9D; }
p { color: rgb(96,44,157); }
H1.HeaderClassName
{
color: #602C9D;
}
.AnyTagClassName
{
color: #602C9D;
}
</style>
background-color css
<style>
a { background-color: #602C9D; }
a { background-color: rgb(96,44,157); }
div.DivClassName
{
background-color: #602C9D;
}
.BgClassName
{
background-color: #602C9D;
}
</style>
border-color css
<style>
span { border-color: #602C9D; }
span { border-color: rgb(96,44,157); }
td.TdClassName
{
border-color: #602C9D;
}
.TagClassName
{
border-color: #602C9D;
}
</style>