Shades of Royal Purple #60219D
Tints of Royal Purple #60219D
RGB
CMYK
RGB Variations
Color information
#60219D (or 0x60219D) is known color: Royal Purple. HEX triplet: 60, 21 and 9D. RGB value is (96,33,157). Sum of RGB (Red+Green+Blue) = 96+33+157=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #60219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60219D is #9FDE62. Grayscale: #414141. Windows color (decimal): -10477155 or 10297696. OLE color: 10297696.
HSL color Cylindrical-coordinate representation of color #60219D: hue angle of 270.48º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60219D is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 33 | 157 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.38 |
| HSL | 270.48º | 0.65% | 0.37% | - |
| HSV(B) | 270.48º | 0.79% | 0.62% | - |
| XYZ | 11.45 | 6.01 | 32.45 | - |
| YUV | 65.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 157 | 0.39 | 0.79 | 0 | 0.38 | 270.48 | 0.65 | 0.37 |
| Hex | 60 | 21 | 9D | 27 | 4F | 0 | 26 | 10E | 41 | 25 |
| Octal | 140 | 41 | 235 | 47 | 117 | 0 | 46 | 416 | 101 | 45 |
| Binary | 1100000 | 100001 | 10011101 | 100111 | 1001111 | 0 | 100110 | 100001110 | 1000001 | 100101 |
Color Harmonies of #60219D
Complementary color
Monochromatic Colors of #60219D
Black with #60219D
Text Example
Text Example
White with #60219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60219D; }
p { color: rgb(96,33,157); }
H1.HeaderClassName
{
color: #60219D;
}
.AnyTagClassName
{
color: #60219D;
}
</style>
background-color css
<style>
a { background-color: #60219D; }
a { background-color: rgb(96,33,157); }
div.DivClassName
{
background-color: #60219D;
}
.BgClassName
{
background-color: #60219D;
}
</style>
border-color css
<style>
span { border-color: #60219D; }
span { border-color: rgb(96,33,157); }
td.TdClassName
{
border-color: #60219D;
}
.TagClassName
{
border-color: #60219D;
}
</style>