Shades of Royal Purple #60229B
Tints of Royal Purple #60229B
RGB
CMYK
RGB Variations
Color information
#60229B (or 0x60229B) is known color: Royal Purple. HEX triplet: 60, 22 and 9B. RGB value is (96,34,155). Sum of RGB (Red+Green+Blue) = 96+34+155=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #60229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60229B is #9FDD64. Grayscale: #414141. Windows color (decimal): -10476901 or 10166880. OLE color: 10166880.
HSL color Cylindrical-coordinate representation of color #60229B: hue angle of 270.74º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60229B is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 34 | 155 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.39 |
| HSL | 270.74º | 0.64% | 0.37% | - |
| HSV(B) | 270.74º | 0.78% | 0.61% | - |
| XYZ | 11.31 | 6 | 31.57 | - |
| YUV | 66.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 155 | 0.38 | 0.78 | 0 | 0.39 | 270.74 | 0.64 | 0.37 |
| Hex | 60 | 22 | 9B | 26 | 4E | 0 | 27 | 10F | 40 | 25 |
| Octal | 140 | 42 | 233 | 46 | 116 | 0 | 47 | 417 | 100 | 45 |
| Binary | 1100000 | 100010 | 10011011 | 100110 | 1001110 | 0 | 100111 | 100001111 | 1000000 | 100101 |
Color Harmonies of #60229B
Complementary color
Monochromatic Colors of #60229B
Black with #60229B
Text Example
Text Example
White with #60229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60229B; }
p { color: rgb(96,34,155); }
H1.HeaderClassName
{
color: #60229B;
}
.AnyTagClassName
{
color: #60229B;
}
</style>
background-color css
<style>
a { background-color: #60229B; }
a { background-color: rgb(96,34,155); }
div.DivClassName
{
background-color: #60229B;
}
.BgClassName
{
background-color: #60229B;
}
</style>
border-color css
<style>
span { border-color: #60229B; }
span { border-color: rgb(96,34,155); }
td.TdClassName
{
border-color: #60229B;
}
.TagClassName
{
border-color: #60229B;
}
</style>