Shades of Royal Purple #60209E
Tints of Royal Purple #60209E
RGB
CMYK
RGB Variations
Color information
#60209E (or 0x60209E) is known color: Royal Purple. HEX triplet: 60, 20 and 9E. RGB value is (96,32,158). Sum of RGB (Red+Green+Blue) = 96+32+158=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #60209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60209E is #9FDF61. Grayscale: #414141. Windows color (decimal): -10477410 or 10362976. OLE color: 10362976.
HSL color Cylindrical-coordinate representation of color #60209E: hue angle of 270.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60209E is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 32 | 158 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.38 |
| HSL | 270.48º | 0.66% | 0.37% | - |
| HSV(B) | 270.48º | 0.8% | 0.62% | - |
| XYZ | 11.51 | 5.99 | 32.9 | - |
| YUV | 65.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 158 | 0.39 | 0.80 | 0 | 0.38 | 270.48 | 0.66 | 0.37 |
| Hex | 60 | 20 | 9E | 27 | 50 | 0 | 26 | 10E | 42 | 25 |
| Octal | 140 | 40 | 236 | 47 | 120 | 0 | 46 | 416 | 102 | 45 |
| Binary | 1100000 | 100000 | 10011110 | 100111 | 1010000 | 0 | 100110 | 100001110 | 1000010 | 100101 |
Color Harmonies of #60209E
Complementary color
Monochromatic Colors of #60209E
Black with #60209E
Text Example
Text Example
White with #60209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60209E; }
p { color: rgb(96,32,158); }
H1.HeaderClassName
{
color: #60209E;
}
.AnyTagClassName
{
color: #60209E;
}
</style>
background-color css
<style>
a { background-color: #60209E; }
a { background-color: rgb(96,32,158); }
div.DivClassName
{
background-color: #60209E;
}
.BgClassName
{
background-color: #60209E;
}
</style>
border-color css
<style>
span { border-color: #60209E; }
span { border-color: rgb(96,32,158); }
td.TdClassName
{
border-color: #60209E;
}
.TagClassName
{
border-color: #60209E;
}
</style>