Shades of Palatinate Purple #62125E
Tints of Palatinate Purple #62125E
RGB
CMYK
RGB Variations
Color information
#62125E (or 0x62125E) is known color: Palatinate Purple. HEX triplet: 62, 12 and 5E. RGB value is (98,18,94). Sum of RGB (Red+Green+Blue) = 98+18+94=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125E is #9DEDA1. Grayscale: #323232. Windows color (decimal): -10349986 or 6165090. OLE color: 6165090.
HSL color Cylindrical-coordinate representation of color #62125E: hue angle of 303º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62125E is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 94 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.62 |
| HSL | 303º | 0.69% | 0.23% | - |
| HSV(B) | 303º | 0.82% | 0.38% | - |
| XYZ | 7.27 | 3.84 | 10.95 | - |
| YUV | 50.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 94 | 0 | 0.82 | 0.04 | 0.62 | 303 | 0.69 | 0.23 |
| Hex | 62 | 12 | 5E | 0 | 52 | 4 | 3E | 12F | 45 | 17 |
| Octal | 142 | 22 | 136 | 0 | 122 | 4 | 76 | 457 | 105 | 27 |
| Binary | 1100010 | 10010 | 1011110 | 0 | 1010010 | 100 | 111110 | 100101111 | 1000101 | 10111 |
Color Harmonies of #62125E
Complementary color
Monochromatic Colors of #62125E
Black with #62125E
Text Example
Text Example
White with #62125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62125E; }
p { color: rgb(98,18,94); }
H1.HeaderClassName
{
color: #62125E;
}
.AnyTagClassName
{
color: #62125E;
}
</style>
background-color css
<style>
a { background-color: #62125E; }
a { background-color: rgb(98,18,94); }
div.DivClassName
{
background-color: #62125E;
}
.BgClassName
{
background-color: #62125E;
}
</style>
border-color css
<style>
span { border-color: #62125E; }
span { border-color: rgb(98,18,94); }
td.TdClassName
{
border-color: #62125E;
}
.TagClassName
{
border-color: #62125E;
}
</style>