Shades of Royal Purple #62229E
Tints of Royal Purple #62229E
RGB
CMYK
RGB Variations
Color information
#62229E (or 0x62229E) is known color: Royal Purple. HEX triplet: 62, 22 and 9E. RGB value is (98,34,158). Sum of RGB (Red+Green+Blue) = 98+34+158=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #62229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62229E is #9DDD61. Grayscale: #424242. Windows color (decimal): -10345826 or 10363490. OLE color: 10363490.
HSL color Cylindrical-coordinate representation of color #62229E: hue angle of 270.97º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62229E is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 34 | 158 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.38 |
| HSL | 270.97º | 0.65% | 0.38% | - |
| HSV(B) | 270.97º | 0.78% | 0.62% | - |
| XYZ | 11.78 | 6.21 | 32.93 | - |
| YUV | 67.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 158 | 0.38 | 0.78 | 0 | 0.38 | 270.97 | 0.65 | 0.38 |
| Hex | 62 | 22 | 9E | 26 | 4E | 0 | 26 | 10F | 41 | 26 |
| Octal | 142 | 42 | 236 | 46 | 116 | 0 | 46 | 417 | 101 | 46 |
| Binary | 1100010 | 100010 | 10011110 | 100110 | 1001110 | 0 | 100110 | 100001111 | 1000001 | 100110 |
Color Harmonies of #62229E
Complementary color
Monochromatic Colors of #62229E
Black with #62229E
Text Example
Text Example
White with #62229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62229E; }
p { color: rgb(98,34,158); }
H1.HeaderClassName
{
color: #62229E;
}
.AnyTagClassName
{
color: #62229E;
}
</style>
background-color css
<style>
a { background-color: #62229E; }
a { background-color: rgb(98,34,158); }
div.DivClassName
{
background-color: #62229E;
}
.BgClassName
{
background-color: #62229E;
}
</style>
border-color css
<style>
span { border-color: #62229E; }
span { border-color: rgb(98,34,158); }
td.TdClassName
{
border-color: #62229E;
}
.TagClassName
{
border-color: #62229E;
}
</style>