Shades of Palatinate Purple #62155E
Tints of Palatinate Purple #62155E
RGB
CMYK
RGB Variations
Color information
#62155E (or 0x62155E) is known color: Palatinate Purple. HEX triplet: 62, 15 and 5E. RGB value is (98,21,94). Sum of RGB (Red+Green+Blue) = 98+21+94=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62155E is #9DEAA1. Grayscale: #343434. Windows color (decimal): -10349218 or 6165858. OLE color: 6165858.
HSL color Cylindrical-coordinate representation of color #62155E: hue angle of 303.12º 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 #62155E is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 94 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.62 |
| HSL | 303.12º | 0.65% | 0.23% | - |
| HSV(B) | 303.12º | 0.79% | 0.38% | - |
| XYZ | 7.33 | 3.94 | 10.96 | - |
| YUV | 52.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 94 | 0 | 0.79 | 0.04 | 0.62 | 303.12 | 0.65 | 0.23 |
| Hex | 62 | 15 | 5E | 0 | 4F | 4 | 3E | 12F | 41 | 17 |
| Octal | 142 | 25 | 136 | 0 | 117 | 4 | 76 | 457 | 101 | 27 |
| Binary | 1100010 | 10101 | 1011110 | 0 | 1001111 | 100 | 111110 | 100101111 | 1000001 | 10111 |
Color Harmonies of #62155E
Complementary color
Monochromatic Colors of #62155E
Black with #62155E
Text Example
Text Example
White with #62155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62155E; }
p { color: rgb(98,21,94); }
H1.HeaderClassName
{
color: #62155E;
}
.AnyTagClassName
{
color: #62155E;
}
</style>
background-color css
<style>
a { background-color: #62155E; }
a { background-color: rgb(98,21,94); }
div.DivClassName
{
background-color: #62155E;
}
.BgClassName
{
background-color: #62155E;
}
</style>
border-color css
<style>
span { border-color: #62155E; }
span { border-color: rgb(98,21,94); }
td.TdClassName
{
border-color: #62155E;
}
.TagClassName
{
border-color: #62155E;
}
</style>