Shades of Royal Purple #62379A
Tints of Royal Purple #62379A
RGB
CMYK
RGB Variations
Color information
#62379A (or 0x62379A) is known color: Royal Purple. HEX triplet: 62, 37 and 9A. RGB value is (98,55,154). Sum of RGB (Red+Green+Blue) = 98+55+154=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #62379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62379A is #9DC865. Grayscale: #4E4E4E. Windows color (decimal): -10340454 or 10106722. OLE color: 10106722.
HSL color Cylindrical-coordinate representation of color #62379A: hue angle of 266.06º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62379A is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 55 | 154 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.40 |
| HSL | 266.06º | 0.47% | 0.41% | - |
| HSV(B) | 266.06º | 0.64% | 0.6% | - |
| XYZ | 12.24 | 7.66 | 31.41 | - |
| YUV | 79.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 154 | 0.36 | 0.64 | 0 | 0.40 | 266.06 | 0.47 | 0.41 |
| Hex | 62 | 37 | 9A | 24 | 40 | 0 | 28 | 10A | 2F | 29 |
| Octal | 142 | 67 | 232 | 44 | 100 | 0 | 50 | 412 | 57 | 51 |
| Binary | 1100010 | 110111 | 10011010 | 100100 | 1000000 | 0 | 101000 | 100001010 | 101111 | 101001 |
Color Harmonies of #62379A
Complementary color
Monochromatic Colors of #62379A
Black with #62379A
Text Example
Text Example
White with #62379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62379A; }
p { color: rgb(98,55,154); }
H1.HeaderClassName
{
color: #62379A;
}
.AnyTagClassName
{
color: #62379A;
}
</style>
background-color css
<style>
a { background-color: #62379A; }
a { background-color: rgb(98,55,154); }
div.DivClassName
{
background-color: #62379A;
}
.BgClassName
{
background-color: #62379A;
}
</style>
border-color css
<style>
span { border-color: #62379A; }
span { border-color: rgb(98,55,154); }
td.TdClassName
{
border-color: #62379A;
}
.TagClassName
{
border-color: #62379A;
}
</style>