Shades of Royal Purple #60299D
Tints of Royal Purple #60299D
RGB
CMYK
RGB Variations
Color information
#60299D (or 0x60299D) is known color: Royal Purple. HEX triplet: 60, 29 and 9D. RGB value is (96,41,157). Sum of RGB (Red+Green+Blue) = 96+41+157=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #60299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60299D is #9FD662. Grayscale: #464646. Windows color (decimal): -10475107 or 10299744. OLE color: 10299744.
HSL color Cylindrical-coordinate representation of color #60299D: hue angle of 268.45º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60299D is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 41 | 157 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.38 |
| HSL | 268.45º | 0.59% | 0.39% | - |
| HSV(B) | 268.45º | 0.74% | 0.62% | - |
| XYZ | 11.7 | 6.51 | 32.54 | - |
| YUV | 70.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 157 | 0.39 | 0.74 | 0 | 0.38 | 268.45 | 0.59 | 0.39 |
| Hex | 60 | 29 | 9D | 27 | 4A | 0 | 26 | 10C | 3B | 27 |
| Octal | 140 | 51 | 235 | 47 | 112 | 0 | 46 | 414 | 73 | 47 |
| Binary | 1100000 | 101001 | 10011101 | 100111 | 1001010 | 0 | 100110 | 100001100 | 111011 | 100111 |
Color Harmonies of #60299D
Complementary color
Monochromatic Colors of #60299D
Black with #60299D
Text Example
Text Example
White with #60299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60299D; }
p { color: rgb(96,41,157); }
H1.HeaderClassName
{
color: #60299D;
}
.AnyTagClassName
{
color: #60299D;
}
</style>
background-color css
<style>
a { background-color: #60299D; }
a { background-color: rgb(96,41,157); }
div.DivClassName
{
background-color: #60299D;
}
.BgClassName
{
background-color: #60299D;
}
</style>
border-color css
<style>
span { border-color: #60299D; }
span { border-color: rgb(96,41,157); }
td.TdClassName
{
border-color: #60299D;
}
.TagClassName
{
border-color: #60299D;
}
</style>