Shades of Royal Purple #62379E
Tints of Royal Purple #62379E
RGB
CMYK
RGB Variations
Color information
#62379E (or 0x62379E) is known color: Royal Purple. HEX triplet: 62, 37 and 9E. RGB value is (98,55,158). Sum of RGB (Red+Green+Blue) = 98+55+158=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #62379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62379E is #9DC861. Grayscale: #4F4F4F. Windows color (decimal): -10340450 or 10368866. OLE color: 10368866.
HSL color Cylindrical-coordinate representation of color #62379E: hue angle of 265.05º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62379E is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 55 | 158 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.38 |
| HSL | 265.05º | 0.48% | 0.42% | - |
| HSV(B) | 265.05º | 0.65% | 0.62% | - |
| XYZ | 12.57 | 7.8 | 33.19 | - |
| YUV | 79.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 158 | 0.38 | 0.65 | 0 | 0.38 | 265.05 | 0.48 | 0.42 |
| Hex | 62 | 37 | 9E | 26 | 41 | 0 | 26 | 109 | 30 | 2A |
| Octal | 142 | 67 | 236 | 46 | 101 | 0 | 46 | 411 | 60 | 52 |
| Binary | 1100010 | 110111 | 10011110 | 100110 | 1000001 | 0 | 100110 | 100001001 | 110000 | 101010 |
Color Harmonies of #62379E
Complementary color
Monochromatic Colors of #62379E
Black with #62379E
Text Example
Text Example
White with #62379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62379E; }
p { color: rgb(98,55,158); }
H1.HeaderClassName
{
color: #62379E;
}
.AnyTagClassName
{
color: #62379E;
}
</style>
background-color css
<style>
a { background-color: #62379E; }
a { background-color: rgb(98,55,158); }
div.DivClassName
{
background-color: #62379E;
}
.BgClassName
{
background-color: #62379E;
}
</style>
border-color css
<style>
span { border-color: #62379E; }
span { border-color: rgb(98,55,158); }
td.TdClassName
{
border-color: #62379E;
}
.TagClassName
{
border-color: #62379E;
}
</style>