Shades of Palatinate Purple #62375E
Tints of Palatinate Purple #62375E
RGB
CMYK
RGB Variations
Color information
#62375E (or 0x62375E) is known color: Palatinate Purple. HEX triplet: 62, 37 and 5E. RGB value is (98,55,94). Sum of RGB (Red+Green+Blue) = 98+55+94=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62375E is #9DC8A1. Grayscale: #484848. Windows color (decimal): -10340514 or 6174562. OLE color: 6174562.
HSL color Cylindrical-coordinate representation of color #62375E: hue angle of 305.58º 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 #62375E is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 94 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.62 |
| HSL | 305.58º | 0.28% | 0.3% | - |
| HSV(B) | 305.58º | 0.44% | 0.38% | - |
| XYZ | 8.42 | 6.14 | 11.33 | - |
| YUV | 72.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 94 | 0 | 0.44 | 0.04 | 0.62 | 305.58 | 0.28 | 0.3 |
| Hex | 62 | 37 | 5E | 0 | 2C | 4 | 3E | 132 | 1C | 1E |
| Octal | 142 | 67 | 136 | 0 | 54 | 4 | 76 | 462 | 34 | 36 |
| Binary | 1100010 | 110111 | 1011110 | 0 | 101100 | 100 | 111110 | 100110010 | 11100 | 11110 |
Color Harmonies of #62375E
Complementary color
Monochromatic Colors of #62375E
Black with #62375E
Text Example
Text Example
White with #62375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62375E; }
p { color: rgb(98,55,94); }
H1.HeaderClassName
{
color: #62375E;
}
.AnyTagClassName
{
color: #62375E;
}
</style>
background-color css
<style>
a { background-color: #62375E; }
a { background-color: rgb(98,55,94); }
div.DivClassName
{
background-color: #62375E;
}
.BgClassName
{
background-color: #62375E;
}
</style>
border-color css
<style>
span { border-color: #62375E; }
span { border-color: rgb(98,55,94); }
td.TdClassName
{
border-color: #62375E;
}
.TagClassName
{
border-color: #62375E;
}
</style>