Shades of Royal Purple #62269F
Tints of Royal Purple #62269F
RGB
CMYK
RGB Variations
Color information
#62269F (or 0x62269F) is known color: Royal Purple. HEX triplet: 62, 26 and 9F. RGB value is (98,38,159). Sum of RGB (Red+Green+Blue) = 98+38+159=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #62269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62269F is #9DD960. Grayscale: #454545. Windows color (decimal): -10344801 or 10430050. OLE color: 10430050.
HSL color Cylindrical-coordinate representation of color #62269F: hue angle of 269.75º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62269F is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 38 | 159 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.38 |
| HSL | 269.75º | 0.61% | 0.39% | - |
| HSV(B) | 269.75º | 0.76% | 0.62% | - |
| XYZ | 11.99 | 6.49 | 33.42 | - |
| YUV | 69.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 159 | 0.38 | 0.76 | 0 | 0.38 | 269.75 | 0.61 | 0.39 |
| Hex | 62 | 26 | 9F | 26 | 4C | 0 | 26 | 10E | 3D | 27 |
| Octal | 142 | 46 | 237 | 46 | 114 | 0 | 46 | 416 | 75 | 47 |
| Binary | 1100010 | 100110 | 10011111 | 100110 | 1001100 | 0 | 100110 | 100001110 | 111101 | 100111 |
Color Harmonies of #62269F
Complementary color
Monochromatic Colors of #62269F
Black with #62269F
Text Example
Text Example
White with #62269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62269F; }
p { color: rgb(98,38,159); }
H1.HeaderClassName
{
color: #62269F;
}
.AnyTagClassName
{
color: #62269F;
}
</style>
background-color css
<style>
a { background-color: #62269F; }
a { background-color: rgb(98,38,159); }
div.DivClassName
{
background-color: #62269F;
}
.BgClassName
{
background-color: #62269F;
}
</style>
border-color css
<style>
span { border-color: #62269F; }
span { border-color: rgb(98,38,159); }
td.TdClassName
{
border-color: #62269F;
}
.TagClassName
{
border-color: #62269F;
}
</style>