Shades of Royal Purple #60199E
Tints of Royal Purple #60199E
RGB
CMYK
RGB Variations
Color information
#60199E (or 0x60199E) is known color: Royal Purple. HEX triplet: 60, 19 and 9E. RGB value is (96,25,158). Sum of RGB (Red+Green+Blue) = 96+25+158=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #60199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60199E is #9FE661. Grayscale: #3C3C3C. Windows color (decimal): -10479202 or 10361184. OLE color: 10361184.
HSL color Cylindrical-coordinate representation of color #60199E: hue angle of 272.03º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60199E is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 25 | 158 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.38 |
| HSL | 272.03º | 0.73% | 0.36% | - |
| HSV(B) | 272.03º | 0.84% | 0.62% | - |
| XYZ | 11.34 | 5.65 | 32.84 | - |
| YUV | 61.39 | 182.52 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 158 | 0.39 | 0.84 | 0 | 0.38 | 272.03 | 0.73 | 0.36 |
| Hex | 60 | 19 | 9E | 27 | 54 | 0 | 26 | 110 | 49 | 24 |
| Octal | 140 | 31 | 236 | 47 | 124 | 0 | 46 | 420 | 111 | 44 |
| Binary | 1100000 | 11001 | 10011110 | 100111 | 1010100 | 0 | 100110 | 100010000 | 1001001 | 100100 |
Color Harmonies of #60199E
Complementary color
Monochromatic Colors of #60199E
Black with #60199E
Text Example
Text Example
White with #60199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60199E; }
p { color: rgb(96,25,158); }
H1.HeaderClassName
{
color: #60199E;
}
.AnyTagClassName
{
color: #60199E;
}
</style>
background-color css
<style>
a { background-color: #60199E; }
a { background-color: rgb(96,25,158); }
div.DivClassName
{
background-color: #60199E;
}
.BgClassName
{
background-color: #60199E;
}
</style>
border-color css
<style>
span { border-color: #60199E; }
span { border-color: rgb(96,25,158); }
td.TdClassName
{
border-color: #60199E;
}
.TagClassName
{
border-color: #60199E;
}
</style>