Shades of Palatinate Purple #62245F
Tints of Palatinate Purple #62245F
RGB
CMYK
RGB Variations
Color information
#62245F (or 0x62245F) is known color: Palatinate Purple. HEX triplet: 62, 24 and 5F. RGB value is (98,36,95). Sum of RGB (Red+Green+Blue) = 98+36+95=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62245F is #9DDBA0. Grayscale: #3D3D3D. Windows color (decimal): -10345377 or 6235234. OLE color: 6235234.
HSL color Cylindrical-coordinate representation of color #62245F: hue angle of 302.9º 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 #62245F is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 95 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.62 |
| HSL | 302.9º | 0.46% | 0.26% | - |
| HSV(B) | 302.9º | 0.63% | 0.38% | - |
| XYZ | 7.73 | 4.68 | 11.32 | - |
| YUV | 61.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 95 | 0 | 0.63 | 0.03 | 0.62 | 302.9 | 0.46 | 0.26 |
| Hex | 62 | 24 | 5F | 0 | 3F | 3 | 3E | 12F | 2E | 1A |
| Octal | 142 | 44 | 137 | 0 | 77 | 3 | 76 | 457 | 56 | 32 |
| Binary | 1100010 | 100100 | 1011111 | 0 | 111111 | 11 | 111110 | 100101111 | 101110 | 11010 |
Color Harmonies of #62245F
Complementary color
Monochromatic Colors of #62245F
Black with #62245F
Text Example
Text Example
White with #62245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62245F; }
p { color: rgb(98,36,95); }
H1.HeaderClassName
{
color: #62245F;
}
.AnyTagClassName
{
color: #62245F;
}
</style>
background-color css
<style>
a { background-color: #62245F; }
a { background-color: rgb(98,36,95); }
div.DivClassName
{
background-color: #62245F;
}
.BgClassName
{
background-color: #62245F;
}
</style>
border-color css
<style>
span { border-color: #62245F; }
span { border-color: rgb(98,36,95); }
td.TdClassName
{
border-color: #62245F;
}
.TagClassName
{
border-color: #62245F;
}
</style>