Shades of Royal Purple #60189E
Tints of Royal Purple #60189E
RGB
CMYK
RGB Variations
Color information
#60189E (or 0x60189E) is known color: Royal Purple. HEX triplet: 60, 18 and 9E. RGB value is (96,24,158). Sum of RGB (Red+Green+Blue) = 96+24+158=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #60189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60189E is #9FE761. Grayscale: #3C3C3C. Windows color (decimal): -10479458 or 10360928. OLE color: 10360928.
HSL color Cylindrical-coordinate representation of color #60189E: hue angle of 272.24º 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 #60189E is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 24 | 158 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.38 |
| HSL | 272.24º | 0.74% | 0.36% | - |
| HSV(B) | 272.24º | 0.85% | 0.62% | - |
| XYZ | 11.32 | 5.61 | 32.83 | - |
| YUV | 60.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 158 | 0.39 | 0.85 | 0 | 0.38 | 272.24 | 0.74 | 0.36 |
| Hex | 60 | 18 | 9E | 27 | 55 | 0 | 26 | 110 | 4A | 24 |
| Octal | 140 | 30 | 236 | 47 | 125 | 0 | 46 | 420 | 112 | 44 |
| Binary | 1100000 | 11000 | 10011110 | 100111 | 1010101 | 0 | 100110 | 100010000 | 1001010 | 100100 |
Color Harmonies of #60189E
Complementary color
Monochromatic Colors of #60189E
Black with #60189E
Text Example
Text Example
White with #60189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60189E; }
p { color: rgb(96,24,158); }
H1.HeaderClassName
{
color: #60189E;
}
.AnyTagClassName
{
color: #60189E;
}
</style>
background-color css
<style>
a { background-color: #60189E; }
a { background-color: rgb(96,24,158); }
div.DivClassName
{
background-color: #60189E;
}
.BgClassName
{
background-color: #60189E;
}
</style>
border-color css
<style>
span { border-color: #60189E; }
span { border-color: rgb(96,24,158); }
td.TdClassName
{
border-color: #60189E;
}
.TagClassName
{
border-color: #60189E;
}
</style>