Shades of Royal Purple #62429D
Tints of Royal Purple #62429D
RGB
CMYK
RGB Variations
Color information
#62429D (or 0x62429D) is known color: Royal Purple. HEX triplet: 62, 42 and 9D. RGB value is (98,66,157). Sum of RGB (Red+Green+Blue) = 98+66+157=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #62429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62429D is #9DBD62. Grayscale: #555555. Windows color (decimal): -10337635 or 10306146. OLE color: 10306146.
HSL color Cylindrical-coordinate representation of color #62429D: hue angle of 261.1º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62429D is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 66 | 157 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.38 |
| HSL | 261.1º | 0.41% | 0.44% | - |
| HSV(B) | 261.1º | 0.58% | 0.62% | - |
| XYZ | 13.07 | 8.93 | 32.93 | - |
| YUV | 85.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 157 | 0.38 | 0.58 | 0 | 0.38 | 261.1 | 0.41 | 0.44 |
| Hex | 62 | 42 | 9D | 26 | 3A | 0 | 26 | 105 | 29 | 2C |
| Octal | 142 | 102 | 235 | 46 | 72 | 0 | 46 | 405 | 51 | 54 |
| Binary | 1100010 | 1000010 | 10011101 | 100110 | 111010 | 0 | 100110 | 100000101 | 101001 | 101100 |
Color Harmonies of #62429D
Complementary color
Monochromatic Colors of #62429D
Black with #62429D
Text Example
Text Example
White with #62429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62429D; }
p { color: rgb(98,66,157); }
H1.HeaderClassName
{
color: #62429D;
}
.AnyTagClassName
{
color: #62429D;
}
</style>
background-color css
<style>
a { background-color: #62429D; }
a { background-color: rgb(98,66,157); }
div.DivClassName
{
background-color: #62429D;
}
.BgClassName
{
background-color: #62429D;
}
</style>
border-color css
<style>
span { border-color: #62429D; }
span { border-color: rgb(98,66,157); }
td.TdClassName
{
border-color: #62429D;
}
.TagClassName
{
border-color: #62429D;
}
</style>