Shades of Royal Purple #60229A
Tints of Royal Purple #60229A
RGB
CMYK
RGB Variations
Color information
#60229A (or 0x60229A) is known color: Royal Purple. HEX triplet: 60, 22 and 9A. RGB value is (96,34,154). Sum of RGB (Red+Green+Blue) = 96+34+154=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #60229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60229A is #9FDD65. Grayscale: #414141. Windows color (decimal): -10476902 or 10101344. OLE color: 10101344.
HSL color Cylindrical-coordinate representation of color #60229A: hue angle of 271º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60229A is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 34 | 154 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.40 |
| HSL | 271º | 0.64% | 0.37% | - |
| HSV(B) | 271º | 0.78% | 0.6% | - |
| XYZ | 11.23 | 5.96 | 31.13 | - |
| YUV | 66.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 154 | 0.38 | 0.78 | 0 | 0.40 | 271 | 0.64 | 0.37 |
| Hex | 60 | 22 | 9A | 26 | 4E | 0 | 28 | 10F | 40 | 25 |
| Octal | 140 | 42 | 232 | 46 | 116 | 0 | 50 | 417 | 100 | 45 |
| Binary | 1100000 | 100010 | 10011010 | 100110 | 1001110 | 0 | 101000 | 100001111 | 1000000 | 100101 |
Color Harmonies of #60229A
Complementary color
Monochromatic Colors of #60229A
Black with #60229A
Text Example
Text Example
White with #60229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60229A; }
p { color: rgb(96,34,154); }
H1.HeaderClassName
{
color: #60229A;
}
.AnyTagClassName
{
color: #60229A;
}
</style>
background-color css
<style>
a { background-color: #60229A; }
a { background-color: rgb(96,34,154); }
div.DivClassName
{
background-color: #60229A;
}
.BgClassName
{
background-color: #60229A;
}
</style>
border-color css
<style>
span { border-color: #60229A; }
span { border-color: rgb(96,34,154); }
td.TdClassName
{
border-color: #60229A;
}
.TagClassName
{
border-color: #60229A;
}
</style>