Shades of Royal Purple #60189F
Tints of Royal Purple #60189F
RGB
CMYK
RGB Variations
Color information
#60189F (or 0x60189F) is known color: Royal Purple. HEX triplet: 60, 18 and 9F. RGB value is (96,24,159). Sum of RGB (Red+Green+Blue) = 96+24+159=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #60189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60189F is #9FE760. Grayscale: #3C3C3C. Windows color (decimal): -10479457 or 10426464. OLE color: 10426464.
HSL color Cylindrical-coordinate representation of color #60189F: hue angle of 272º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60189F is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 24 | 159 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.38 |
| HSL | 272º | 0.74% | 0.36% | - |
| HSV(B) | 272º | 0.85% | 0.62% | - |
| XYZ | 11.41 | 5.64 | 33.29 | - |
| YUV | 60.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 159 | 0.40 | 0.85 | 0 | 0.38 | 272 | 0.74 | 0.36 |
| Hex | 60 | 18 | 9F | 28 | 55 | 0 | 26 | 110 | 4A | 24 |
| Octal | 140 | 30 | 237 | 50 | 125 | 0 | 46 | 420 | 112 | 44 |
| Binary | 1100000 | 11000 | 10011111 | 101000 | 1010101 | 0 | 100110 | 100010000 | 1001010 | 100100 |
Color Harmonies of #60189F
Complementary color
Monochromatic Colors of #60189F
Black with #60189F
Text Example
Text Example
White with #60189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60189F; }
p { color: rgb(96,24,159); }
H1.HeaderClassName
{
color: #60189F;
}
.AnyTagClassName
{
color: #60189F;
}
</style>
background-color css
<style>
a { background-color: #60189F; }
a { background-color: rgb(96,24,159); }
div.DivClassName
{
background-color: #60189F;
}
.BgClassName
{
background-color: #60189F;
}
</style>
border-color css
<style>
span { border-color: #60189F; }
span { border-color: rgb(96,24,159); }
td.TdClassName
{
border-color: #60189F;
}
.TagClassName
{
border-color: #60189F;
}
</style>