Shades of Royal Purple #62419D
Tints of Royal Purple #62419D
RGB
CMYK
RGB Variations
Color information
#62419D (or 0x62419D) is known color: Royal Purple. HEX triplet: 62, 41 and 9D. RGB value is (98,65,157). Sum of RGB (Red+Green+Blue) = 98+65+157=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #62419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62419D is #9DBE62. Grayscale: #555555. Windows color (decimal): -10337891 or 10305890. OLE color: 10305890.
HSL color Cylindrical-coordinate representation of color #62419D: hue angle of 261.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62419D is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 65 | 157 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.38 |
| HSL | 261.52º | 0.41% | 0.44% | - |
| HSV(B) | 261.52º | 0.59% | 0.62% | - |
| XYZ | 13.01 | 8.81 | 32.91 | - |
| YUV | 85.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 157 | 0.38 | 0.59 | 0 | 0.38 | 261.52 | 0.41 | 0.44 |
| Hex | 62 | 41 | 9D | 26 | 3B | 0 | 26 | 106 | 29 | 2C |
| Octal | 142 | 101 | 235 | 46 | 73 | 0 | 46 | 406 | 51 | 54 |
| Binary | 1100010 | 1000001 | 10011101 | 100110 | 111011 | 0 | 100110 | 100000110 | 101001 | 101100 |
Color Harmonies of #62419D
Complementary color
Monochromatic Colors of #62419D
Black with #62419D
Text Example
Text Example
White with #62419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62419D; }
p { color: rgb(98,65,157); }
H1.HeaderClassName
{
color: #62419D;
}
.AnyTagClassName
{
color: #62419D;
}
</style>
background-color css
<style>
a { background-color: #62419D; }
a { background-color: rgb(98,65,157); }
div.DivClassName
{
background-color: #62419D;
}
.BgClassName
{
background-color: #62419D;
}
</style>
border-color css
<style>
span { border-color: #62419D; }
span { border-color: rgb(98,65,157); }
td.TdClassName
{
border-color: #62419D;
}
.TagClassName
{
border-color: #62419D;
}
</style>