Shades of Palatinate Purple #62185F
Tints of Palatinate Purple #62185F
RGB
CMYK
RGB Variations
Color information
#62185F (or 0x62185F) is known color: Palatinate Purple. HEX triplet: 62, 18 and 5F. RGB value is (98,24,95). Sum of RGB (Red+Green+Blue) = 98+24+95=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #62185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62185F is #9DE7A0. Grayscale: #363636. Windows color (decimal): -10348449 or 6232162. OLE color: 6232162.
HSL color Cylindrical-coordinate representation of color #62185F: hue angle of 302.43º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62185F is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 95 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.62 |
| HSL | 302.43º | 0.61% | 0.24% | - |
| HSV(B) | 302.43º | 0.76% | 0.38% | - |
| XYZ | 7.43 | 4.08 | 11.22 | - |
| YUV | 54.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 95 | 0 | 0.76 | 0.03 | 0.62 | 302.43 | 0.61 | 0.24 |
| Hex | 62 | 18 | 5F | 0 | 4C | 3 | 3E | 12E | 3D | 18 |
| Octal | 142 | 30 | 137 | 0 | 114 | 3 | 76 | 456 | 75 | 30 |
| Binary | 1100010 | 11000 | 1011111 | 0 | 1001100 | 11 | 111110 | 100101110 | 111101 | 11000 |
Color Harmonies of #62185F
Complementary color
Monochromatic Colors of #62185F
Black with #62185F
Text Example
Text Example
White with #62185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62185F; }
p { color: rgb(98,24,95); }
H1.HeaderClassName
{
color: #62185F;
}
.AnyTagClassName
{
color: #62185F;
}
</style>
background-color css
<style>
a { background-color: #62185F; }
a { background-color: rgb(98,24,95); }
div.DivClassName
{
background-color: #62185F;
}
.BgClassName
{
background-color: #62185F;
}
</style>
border-color css
<style>
span { border-color: #62185F; }
span { border-color: rgb(98,24,95); }
td.TdClassName
{
border-color: #62185F;
}
.TagClassName
{
border-color: #62185F;
}
</style>