Shades of Royal Purple #60209F
Tints of Royal Purple #60209F
RGB
CMYK
RGB Variations
Color information
#60209F (or 0x60209F) is known color: Royal Purple. HEX triplet: 60, 20 and 9F. RGB value is (96,32,159). Sum of RGB (Red+Green+Blue) = 96+32+159=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #60209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60209F is #9FDF60. Grayscale: #414141. Windows color (decimal): -10477409 or 10428512. OLE color: 10428512.
HSL color Cylindrical-coordinate representation of color #60209F: hue angle of 270.24º 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 #60209F is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 32 | 159 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.38 |
| HSL | 270.24º | 0.66% | 0.37% | - |
| HSV(B) | 270.24º | 0.8% | 0.62% | - |
| XYZ | 11.6 | 6.02 | 33.35 | - |
| YUV | 65.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 159 | 0.40 | 0.80 | 0 | 0.38 | 270.24 | 0.66 | 0.37 |
| Hex | 60 | 20 | 9F | 28 | 50 | 0 | 26 | 10E | 42 | 25 |
| Octal | 140 | 40 | 237 | 50 | 120 | 0 | 46 | 416 | 102 | 45 |
| Binary | 1100000 | 100000 | 10011111 | 101000 | 1010000 | 0 | 100110 | 100001110 | 1000010 | 100101 |
Color Harmonies of #60209F
Complementary color
Monochromatic Colors of #60209F
Black with #60209F
Text Example
Text Example
White with #60209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60209F; }
p { color: rgb(96,32,159); }
H1.HeaderClassName
{
color: #60209F;
}
.AnyTagClassName
{
color: #60209F;
}
</style>
background-color css
<style>
a { background-color: #60209F; }
a { background-color: rgb(96,32,159); }
div.DivClassName
{
background-color: #60209F;
}
.BgClassName
{
background-color: #60209F;
}
</style>
border-color css
<style>
span { border-color: #60209F; }
span { border-color: rgb(96,32,159); }
td.TdClassName
{
border-color: #60209F;
}
.TagClassName
{
border-color: #60209F;
}
</style>