Shades of Royal Purple #62429B
Tints of Royal Purple #62429B
RGB
CMYK
RGB Variations
Color information
#62429B (or 0x62429B) is known color: Royal Purple. HEX triplet: 62, 42 and 9B. RGB value is (98,66,155). Sum of RGB (Red+Green+Blue) = 98+66+155=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #62429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62429B is #9DBD64. Grayscale: #555555. Windows color (decimal): -10337637 or 10175074. OLE color: 10175074.
HSL color Cylindrical-coordinate representation of color #62429B: hue angle of 261.57º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62429B is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 66 | 155 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.39 |
| HSL | 261.57º | 0.4% | 0.43% | - |
| HSV(B) | 261.57º | 0.57% | 0.61% | - |
| XYZ | 12.9 | 8.86 | 32.04 | - |
| YUV | 85.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 155 | 0.37 | 0.57 | 0 | 0.39 | 261.57 | 0.4 | 0.43 |
| Hex | 62 | 42 | 9B | 25 | 39 | 0 | 27 | 106 | 28 | 2B |
| Octal | 142 | 102 | 233 | 45 | 71 | 0 | 47 | 406 | 50 | 53 |
| Binary | 1100010 | 1000010 | 10011011 | 100101 | 111001 | 0 | 100111 | 100000110 | 101000 | 101011 |
Color Harmonies of #62429B
Complementary color
Monochromatic Colors of #62429B
Black with #62429B
Text Example
Text Example
White with #62429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62429B; }
p { color: rgb(98,66,155); }
H1.HeaderClassName
{
color: #62429B;
}
.AnyTagClassName
{
color: #62429B;
}
</style>
background-color css
<style>
a { background-color: #62429B; }
a { background-color: rgb(98,66,155); }
div.DivClassName
{
background-color: #62429B;
}
.BgClassName
{
background-color: #62429B;
}
</style>
border-color css
<style>
span { border-color: #62429B; }
span { border-color: rgb(98,66,155); }
td.TdClassName
{
border-color: #62429B;
}
.TagClassName
{
border-color: #62429B;
}
</style>