Shades of Royal Purple #60199C
Tints of Royal Purple #60199C
RGB
CMYK
RGB Variations
Color information
#60199C (or 0x60199C) is known color: Royal Purple. HEX triplet: 60, 19 and 9C. RGB value is (96,25,156). Sum of RGB (Red+Green+Blue) = 96+25+156=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #60199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60199C is #9FE663. Grayscale: #3C3C3C. Windows color (decimal): -10479204 or 10230112. OLE color: 10230112.
HSL color Cylindrical-coordinate representation of color #60199C: hue angle of 272.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60199C is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 25 | 156 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.39 |
| HSL | 272.52º | 0.72% | 0.35% | - |
| HSV(B) | 272.52º | 0.84% | 0.61% | - |
| XYZ | 11.17 | 5.58 | 31.94 | - |
| YUV | 61.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 156 | 0.38 | 0.84 | 0 | 0.39 | 272.52 | 0.72 | 0.35 |
| Hex | 60 | 19 | 9C | 26 | 54 | 0 | 27 | 111 | 48 | 23 |
| Octal | 140 | 31 | 234 | 46 | 124 | 0 | 47 | 421 | 110 | 43 |
| Binary | 1100000 | 11001 | 10011100 | 100110 | 1010100 | 0 | 100111 | 100010001 | 1001000 | 100011 |
Color Harmonies of #60199C
Complementary color
Monochromatic Colors of #60199C
Black with #60199C
Text Example
Text Example
White with #60199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60199C; }
p { color: rgb(96,25,156); }
H1.HeaderClassName
{
color: #60199C;
}
.AnyTagClassName
{
color: #60199C;
}
</style>
background-color css
<style>
a { background-color: #60199C; }
a { background-color: rgb(96,25,156); }
div.DivClassName
{
background-color: #60199C;
}
.BgClassName
{
background-color: #60199C;
}
</style>
border-color css
<style>
span { border-color: #60199C; }
span { border-color: rgb(96,25,156); }
td.TdClassName
{
border-color: #60199C;
}
.TagClassName
{
border-color: #60199C;
}
</style>