Shades of Royal Purple #60199D
Tints of Royal Purple #60199D
RGB
CMYK
RGB Variations
Color information
#60199D (or 0x60199D) is known color: Royal Purple. HEX triplet: 60, 19 and 9D. RGB value is (96,25,157). Sum of RGB (Red+Green+Blue) = 96+25+157=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #60199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60199D is #9FE662. Grayscale: #3C3C3C. Windows color (decimal): -10479203 or 10295648. OLE color: 10295648.
HSL color Cylindrical-coordinate representation of color #60199D: hue angle of 272.27º 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 #60199D is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 25 | 157 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.38 |
| HSL | 272.27º | 0.73% | 0.36% | - |
| HSV(B) | 272.27º | 0.84% | 0.62% | - |
| XYZ | 11.26 | 5.62 | 32.39 | - |
| YUV | 61.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 157 | 0.39 | 0.84 | 0 | 0.38 | 272.27 | 0.73 | 0.36 |
| Hex | 60 | 19 | 9D | 27 | 54 | 0 | 26 | 110 | 49 | 24 |
| Octal | 140 | 31 | 235 | 47 | 124 | 0 | 46 | 420 | 111 | 44 |
| Binary | 1100000 | 11001 | 10011101 | 100111 | 1010100 | 0 | 100110 | 100010000 | 1001001 | 100100 |
Color Harmonies of #60199D
Complementary color
Monochromatic Colors of #60199D
Black with #60199D
Text Example
Text Example
White with #60199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60199D; }
p { color: rgb(96,25,157); }
H1.HeaderClassName
{
color: #60199D;
}
.AnyTagClassName
{
color: #60199D;
}
</style>
background-color css
<style>
a { background-color: #60199D; }
a { background-color: rgb(96,25,157); }
div.DivClassName
{
background-color: #60199D;
}
.BgClassName
{
background-color: #60199D;
}
</style>
border-color css
<style>
span { border-color: #60199D; }
span { border-color: rgb(96,25,157); }
td.TdClassName
{
border-color: #60199D;
}
.TagClassName
{
border-color: #60199D;
}
</style>