Shades of Palatinate Purple #62365F
Tints of Palatinate Purple #62365F
RGB
CMYK
RGB Variations
Color information
#62365F (or 0x62365F) is known color: Palatinate Purple. HEX triplet: 62, 36 and 5F. RGB value is (98,54,95). Sum of RGB (Red+Green+Blue) = 98+54+95=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62365F is #9DC9A0. Grayscale: #474747. Windows color (decimal): -10340769 or 6239842. OLE color: 6239842.
HSL color Cylindrical-coordinate representation of color #62365F: hue angle of 304.09º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62365F is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 54 | 95 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.62 |
| HSL | 304.09º | 0.29% | 0.3% | - |
| HSV(B) | 304.09º | 0.45% | 0.38% | - |
| XYZ | 8.42 | 6.06 | 11.55 | - |
| YUV | 71.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 95 | 0 | 0.45 | 0.03 | 0.62 | 304.09 | 0.29 | 0.3 |
| Hex | 62 | 36 | 5F | 0 | 2D | 3 | 3E | 130 | 1D | 1E |
| Octal | 142 | 66 | 137 | 0 | 55 | 3 | 76 | 460 | 35 | 36 |
| Binary | 1100010 | 110110 | 1011111 | 0 | 101101 | 11 | 111110 | 100110000 | 11101 | 11110 |
Color Harmonies of #62365F
Complementary color
Monochromatic Colors of #62365F
Black with #62365F
Text Example
Text Example
White with #62365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62365F; }
p { color: rgb(98,54,95); }
H1.HeaderClassName
{
color: #62365F;
}
.AnyTagClassName
{
color: #62365F;
}
</style>
background-color css
<style>
a { background-color: #62365F; }
a { background-color: rgb(98,54,95); }
div.DivClassName
{
background-color: #62365F;
}
.BgClassName
{
background-color: #62365F;
}
</style>
border-color css
<style>
span { border-color: #62365F; }
span { border-color: rgb(98,54,95); }
td.TdClassName
{
border-color: #62365F;
}
.TagClassName
{
border-color: #62365F;
}
</style>