Shades of Royal Purple #62229B
Tints of Royal Purple #62229B
RGB
CMYK
RGB Variations
Color information
#62229B (or 0x62229B) is known color: Royal Purple. HEX triplet: 62, 22 and 9B. RGB value is (98,34,155). Sum of RGB (Red+Green+Blue) = 98+34+155=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #62229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62229B is #9DDD64. Grayscale: #424242. Windows color (decimal): -10345829 or 10166882. OLE color: 10166882.
HSL color Cylindrical-coordinate representation of color #62229B: hue angle of 271.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 #62229B is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 34 | 155 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.39 |
| HSL | 271.74º | 0.64% | 0.37% | - |
| HSV(B) | 271.74º | 0.78% | 0.61% | - |
| XYZ | 11.53 | 6.11 | 31.58 | - |
| YUV | 66.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 155 | 0.37 | 0.78 | 0 | 0.39 | 271.74 | 0.64 | 0.37 |
| Hex | 62 | 22 | 9B | 25 | 4E | 0 | 27 | 110 | 40 | 25 |
| Octal | 142 | 42 | 233 | 45 | 116 | 0 | 47 | 420 | 100 | 45 |
| Binary | 1100010 | 100010 | 10011011 | 100101 | 1001110 | 0 | 100111 | 100010000 | 1000000 | 100101 |
Color Harmonies of #62229B
Complementary color
Monochromatic Colors of #62229B
Black with #62229B
Text Example
Text Example
White with #62229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62229B; }
p { color: rgb(98,34,155); }
H1.HeaderClassName
{
color: #62229B;
}
.AnyTagClassName
{
color: #62229B;
}
</style>
background-color css
<style>
a { background-color: #62229B; }
a { background-color: rgb(98,34,155); }
div.DivClassName
{
background-color: #62229B;
}
.BgClassName
{
background-color: #62229B;
}
</style>
border-color css
<style>
span { border-color: #62229B; }
span { border-color: rgb(98,34,155); }
td.TdClassName
{
border-color: #62229B;
}
.TagClassName
{
border-color: #62229B;
}
</style>