Shades of Royal Purple #62259D
Tints of Royal Purple #62259D
RGB
CMYK
RGB Variations
Color information
#62259D (or 0x62259D) is known color: Royal Purple. HEX triplet: 62, 25 and 9D. RGB value is (98,37,157). Sum of RGB (Red+Green+Blue) = 98+37+157=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #62259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62259D is #9DDA62. Grayscale: #444444. Windows color (decimal): -10345059 or 10298722. OLE color: 10298722.
HSL color Cylindrical-coordinate representation of color #62259D: hue angle of 270.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62259D is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 37 | 157 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.38 |
| HSL | 270.5º | 0.62% | 0.38% | - |
| HSV(B) | 270.5º | 0.76% | 0.62% | - |
| XYZ | 11.78 | 6.35 | 32.5 | - |
| YUV | 68.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 157 | 0.38 | 0.76 | 0 | 0.38 | 270.5 | 0.62 | 0.38 |
| Hex | 62 | 25 | 9D | 26 | 4C | 0 | 26 | 10E | 3E | 26 |
| Octal | 142 | 45 | 235 | 46 | 114 | 0 | 46 | 416 | 76 | 46 |
| Binary | 1100010 | 100101 | 10011101 | 100110 | 1001100 | 0 | 100110 | 100001110 | 111110 | 100110 |
Color Harmonies of #62259D
Complementary color
Monochromatic Colors of #62259D
Black with #62259D
Text Example
Text Example
White with #62259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62259D; }
p { color: rgb(98,37,157); }
H1.HeaderClassName
{
color: #62259D;
}
.AnyTagClassName
{
color: #62259D;
}
</style>
background-color css
<style>
a { background-color: #62259D; }
a { background-color: rgb(98,37,157); }
div.DivClassName
{
background-color: #62259D;
}
.BgClassName
{
background-color: #62259D;
}
</style>
border-color css
<style>
span { border-color: #62259D; }
span { border-color: rgb(98,37,157); }
td.TdClassName
{
border-color: #62259D;
}
.TagClassName
{
border-color: #62259D;
}
</style>