Shades of Palatinate Purple #62375D
Tints of Palatinate Purple #62375D
RGB
CMYK
RGB Variations
Color information
#62375D (or 0x62375D) is known color: Palatinate Purple. HEX triplet: 62, 37 and 5D. RGB value is (98,55,93). Sum of RGB (Red+Green+Blue) = 98+55+93=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #62375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62375D is #9DC8A2. Grayscale: #484848. Windows color (decimal): -10340515 or 6109026. OLE color: 6109026.
HSL color Cylindrical-coordinate representation of color #62375D: hue angle of 306.98º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62375D is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 93 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.62 |
| HSL | 306.98º | 0.28% | 0.3% | - |
| HSV(B) | 306.98º | 0.44% | 0.38% | - |
| XYZ | 8.38 | 6.12 | 11.1 | - |
| YUV | 72.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 93 | 0 | 0.44 | 0.05 | 0.62 | 306.98 | 0.28 | 0.3 |
| Hex | 62 | 37 | 5D | 0 | 2C | 5 | 3E | 133 | 1C | 1E |
| Octal | 142 | 67 | 135 | 0 | 54 | 5 | 76 | 463 | 34 | 36 |
| Binary | 1100010 | 110111 | 1011101 | 0 | 101100 | 101 | 111110 | 100110011 | 11100 | 11110 |
Color Harmonies of #62375D
Complementary color
Monochromatic Colors of #62375D
Black with #62375D
Text Example
Text Example
White with #62375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62375D; }
p { color: rgb(98,55,93); }
H1.HeaderClassName
{
color: #62375D;
}
.AnyTagClassName
{
color: #62375D;
}
</style>
background-color css
<style>
a { background-color: #62375D; }
a { background-color: rgb(98,55,93); }
div.DivClassName
{
background-color: #62375D;
}
.BgClassName
{
background-color: #62375D;
}
</style>
border-color css
<style>
span { border-color: #62375D; }
span { border-color: rgb(98,55,93); }
td.TdClassName
{
border-color: #62375D;
}
.TagClassName
{
border-color: #62375D;
}
</style>