Shades of Palatinate Purple #62135E
Tints of Palatinate Purple #62135E
RGB
CMYK
RGB Variations
Color information
#62135E (or 0x62135E) is known color: Palatinate Purple. HEX triplet: 62, 13 and 5E. RGB value is (98,19,94). Sum of RGB (Red+Green+Blue) = 98+19+94=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62135E is #9DECA1. Grayscale: #323232. Windows color (decimal): -10349730 or 6165346. OLE color: 6165346.
HSL color Cylindrical-coordinate representation of color #62135E: hue angle of 303.04º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62135E is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 94 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.62 |
| HSL | 303.04º | 0.68% | 0.23% | - |
| HSV(B) | 303.04º | 0.81% | 0.38% | - |
| XYZ | 7.29 | 3.87 | 10.95 | - |
| YUV | 51.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 94 | 0 | 0.81 | 0.04 | 0.62 | 303.04 | 0.68 | 0.23 |
| Hex | 62 | 13 | 5E | 0 | 51 | 4 | 3E | 12F | 44 | 17 |
| Octal | 142 | 23 | 136 | 0 | 121 | 4 | 76 | 457 | 104 | 27 |
| Binary | 1100010 | 10011 | 1011110 | 0 | 1010001 | 100 | 111110 | 100101111 | 1000100 | 10111 |
Color Harmonies of #62135E
Complementary color
Monochromatic Colors of #62135E
Black with #62135E
Text Example
Text Example
White with #62135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62135E; }
p { color: rgb(98,19,94); }
H1.HeaderClassName
{
color: #62135E;
}
.AnyTagClassName
{
color: #62135E;
}
</style>
background-color css
<style>
a { background-color: #62135E; }
a { background-color: rgb(98,19,94); }
div.DivClassName
{
background-color: #62135E;
}
.BgClassName
{
background-color: #62135E;
}
</style>
border-color css
<style>
span { border-color: #62135E; }
span { border-color: rgb(98,19,94); }
td.TdClassName
{
border-color: #62135E;
}
.TagClassName
{
border-color: #62135E;
}
</style>