Shades of Palatinate Purple #62245E
Tints of Palatinate Purple #62245E
RGB
CMYK
RGB Variations
Color information
#62245E (or 0x62245E) is known color: Palatinate Purple. HEX triplet: 62, 24 and 5E. RGB value is (98,36,94). Sum of RGB (Red+Green+Blue) = 98+36+94=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #62245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62245E is #9DDBA1. Grayscale: #3C3C3C. Windows color (decimal): -10345378 or 6169698. OLE color: 6169698.
HSL color Cylindrical-coordinate representation of color #62245E: hue angle of 303.87º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62245E is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 94 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.62 |
| HSL | 303.87º | 0.46% | 0.26% | - |
| HSV(B) | 303.87º | 0.63% | 0.38% | - |
| XYZ | 7.69 | 4.67 | 11.09 | - |
| YUV | 61.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 94 | 0 | 0.63 | 0.04 | 0.62 | 303.87 | 0.46 | 0.26 |
| Hex | 62 | 24 | 5E | 0 | 3F | 4 | 3E | 130 | 2E | 1A |
| Octal | 142 | 44 | 136 | 0 | 77 | 4 | 76 | 460 | 56 | 32 |
| Binary | 1100010 | 100100 | 1011110 | 0 | 111111 | 100 | 111110 | 100110000 | 101110 | 11010 |
Color Harmonies of #62245E
Complementary color
Monochromatic Colors of #62245E
Black with #62245E
Text Example
Text Example
White with #62245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62245E; }
p { color: rgb(98,36,94); }
H1.HeaderClassName
{
color: #62245E;
}
.AnyTagClassName
{
color: #62245E;
}
</style>
background-color css
<style>
a { background-color: #62245E; }
a { background-color: rgb(98,36,94); }
div.DivClassName
{
background-color: #62245E;
}
.BgClassName
{
background-color: #62245E;
}
</style>
border-color css
<style>
span { border-color: #62245E; }
span { border-color: rgb(98,36,94); }
td.TdClassName
{
border-color: #62245E;
}
.TagClassName
{
border-color: #62245E;
}
</style>