Shades of Palatinate Purple #62135F
Tints of Palatinate Purple #62135F
RGB
CMYK
RGB Variations
Color information
#62135F (or 0x62135F) is known color: Palatinate Purple. HEX triplet: 62, 13 and 5F. RGB value is (98,19,95). Sum of RGB (Red+Green+Blue) = 98+19+95=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62135F is #9DECA0. Grayscale: #333333. Windows color (decimal): -10349729 or 6230882. OLE color: 6230882.
HSL color Cylindrical-coordinate representation of color #62135F: hue angle of 302.28º 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 #62135F is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 95 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.62 |
| HSL | 302.28º | 0.68% | 0.23% | - |
| HSV(B) | 302.28º | 0.81% | 0.38% | - |
| XYZ | 7.34 | 3.89 | 11.19 | - |
| YUV | 51.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 95 | 0 | 0.81 | 0.03 | 0.62 | 302.28 | 0.68 | 0.23 |
| Hex | 62 | 13 | 5F | 0 | 51 | 3 | 3E | 12E | 44 | 17 |
| Octal | 142 | 23 | 137 | 0 | 121 | 3 | 76 | 456 | 104 | 27 |
| Binary | 1100010 | 10011 | 1011111 | 0 | 1010001 | 11 | 111110 | 100101110 | 1000100 | 10111 |
Color Harmonies of #62135F
Complementary color
Monochromatic Colors of #62135F
Black with #62135F
Text Example
Text Example
White with #62135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62135F; }
p { color: rgb(98,19,95); }
H1.HeaderClassName
{
color: #62135F;
}
.AnyTagClassName
{
color: #62135F;
}
</style>
background-color css
<style>
a { background-color: #62135F; }
a { background-color: rgb(98,19,95); }
div.DivClassName
{
background-color: #62135F;
}
.BgClassName
{
background-color: #62135F;
}
</style>
border-color css
<style>
span { border-color: #62135F; }
span { border-color: rgb(98,19,95); }
td.TdClassName
{
border-color: #62135F;
}
.TagClassName
{
border-color: #62135F;
}
</style>