Shades of Royal Purple #62209D
Tints of Royal Purple #62209D
RGB
CMYK
RGB Variations
Color information
#62209D (or 0x62209D) is known color: Royal Purple. HEX triplet: 62, 20 and 9D. RGB value is (98,32,157). Sum of RGB (Red+Green+Blue) = 98+32+157=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #62209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62209D is #9DDF62. Grayscale: #414141. Windows color (decimal): -10346339 or 10297442. OLE color: 10297442.
HSL color Cylindrical-coordinate representation of color #62209D: hue angle of 271.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62209D is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 32 | 157 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.38 |
| HSL | 271.68º | 0.66% | 0.37% | - |
| HSV(B) | 271.68º | 0.8% | 0.62% | - |
| XYZ | 11.64 | 6.06 | 32.46 | - |
| YUV | 65.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 157 | 0.38 | 0.80 | 0 | 0.38 | 271.68 | 0.66 | 0.37 |
| Hex | 62 | 20 | 9D | 26 | 50 | 0 | 26 | 110 | 42 | 25 |
| Octal | 142 | 40 | 235 | 46 | 120 | 0 | 46 | 420 | 102 | 45 |
| Binary | 1100010 | 100000 | 10011101 | 100110 | 1010000 | 0 | 100110 | 100010000 | 1000010 | 100101 |
Color Harmonies of #62209D
Complementary color
Monochromatic Colors of #62209D
Black with #62209D
Text Example
Text Example
White with #62209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62209D; }
p { color: rgb(98,32,157); }
H1.HeaderClassName
{
color: #62209D;
}
.AnyTagClassName
{
color: #62209D;
}
</style>
background-color css
<style>
a { background-color: #62209D; }
a { background-color: rgb(98,32,157); }
div.DivClassName
{
background-color: #62209D;
}
.BgClassName
{
background-color: #62209D;
}
</style>
border-color css
<style>
span { border-color: #62209D; }
span { border-color: rgb(98,32,157); }
td.TdClassName
{
border-color: #62209D;
}
.TagClassName
{
border-color: #62209D;
}
</style>