Shades of Palatinate Purple #62115F
Tints of Palatinate Purple #62115F
RGB
CMYK
RGB Variations
Color information
#62115F (or 0x62115F) is known color: Palatinate Purple. HEX triplet: 62, 11 and 5F. RGB value is (98,17,95). Sum of RGB (Red+Green+Blue) = 98+17+95=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62115F is #9DEEA0. Grayscale: #313131. Windows color (decimal): -10350241 or 6230370. OLE color: 6230370.
HSL color Cylindrical-coordinate representation of color #62115F: hue angle of 302.22º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62115F is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 95 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.62 |
| HSL | 302.22º | 0.7% | 0.23% | - |
| HSV(B) | 302.22º | 0.83% | 0.38% | - |
| XYZ | 7.3 | 3.82 | 11.18 | - |
| YUV | 50.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 95 | 0 | 0.83 | 0.03 | 0.62 | 302.22 | 0.7 | 0.23 |
| Hex | 62 | 11 | 5F | 0 | 53 | 3 | 3E | 12E | 46 | 17 |
| Octal | 142 | 21 | 137 | 0 | 123 | 3 | 76 | 456 | 106 | 27 |
| Binary | 1100010 | 10001 | 1011111 | 0 | 1010011 | 11 | 111110 | 100101110 | 1000110 | 10111 |
Color Harmonies of #62115F
Complementary color
Monochromatic Colors of #62115F
Black with #62115F
Text Example
Text Example
White with #62115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62115F; }
p { color: rgb(98,17,95); }
H1.HeaderClassName
{
color: #62115F;
}
.AnyTagClassName
{
color: #62115F;
}
</style>
background-color css
<style>
a { background-color: #62115F; }
a { background-color: rgb(98,17,95); }
div.DivClassName
{
background-color: #62115F;
}
.BgClassName
{
background-color: #62115F;
}
</style>
border-color css
<style>
span { border-color: #62115F; }
span { border-color: rgb(98,17,95); }
td.TdClassName
{
border-color: #62115F;
}
.TagClassName
{
border-color: #62115F;
}
</style>