Shades of Palatinate Purple #62155F
Tints of Palatinate Purple #62155F
RGB
CMYK
RGB Variations
Color information
#62155F (or 0x62155F) is known color: Palatinate Purple. HEX triplet: 62, 15 and 5F. RGB value is (98,21,95). Sum of RGB (Red+Green+Blue) = 98+21+95=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62155F is #9DEAA0. Grayscale: #343434. Windows color (decimal): -10349217 or 6231394. OLE color: 6231394.
HSL color Cylindrical-coordinate representation of color #62155F: hue angle of 302.34º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62155F is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 95 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.62 |
| HSL | 302.34º | 0.65% | 0.23% | - |
| HSV(B) | 302.34º | 0.79% | 0.38% | - |
| XYZ | 7.37 | 3.96 | 11.2 | - |
| YUV | 52.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 95 | 0 | 0.79 | 0.03 | 0.62 | 302.34 | 0.65 | 0.23 |
| Hex | 62 | 15 | 5F | 0 | 4F | 3 | 3E | 12E | 41 | 17 |
| Octal | 142 | 25 | 137 | 0 | 117 | 3 | 76 | 456 | 101 | 27 |
| Binary | 1100010 | 10101 | 1011111 | 0 | 1001111 | 11 | 111110 | 100101110 | 1000001 | 10111 |
Color Harmonies of #62155F
Complementary color
Monochromatic Colors of #62155F
Black with #62155F
Text Example
Text Example
White with #62155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62155F; }
p { color: rgb(98,21,95); }
H1.HeaderClassName
{
color: #62155F;
}
.AnyTagClassName
{
color: #62155F;
}
</style>
background-color css
<style>
a { background-color: #62155F; }
a { background-color: rgb(98,21,95); }
div.DivClassName
{
background-color: #62155F;
}
.BgClassName
{
background-color: #62155F;
}
</style>
border-color css
<style>
span { border-color: #62155F; }
span { border-color: rgb(98,21,95); }
td.TdClassName
{
border-color: #62155F;
}
.TagClassName
{
border-color: #62155F;
}
</style>