Shades of Palatinate Purple #62305E
Tints of Palatinate Purple #62305E
RGB
CMYK
RGB Variations
Color information
#62305E (or 0x62305E) is known color: Palatinate Purple. HEX triplet: 62, 30 and 5E. RGB value is (98,48,94). Sum of RGB (Red+Green+Blue) = 98+48+94=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #62305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62305E is #9DCFA1. Grayscale: #444444. Windows color (decimal): -10342306 or 6172770. OLE color: 6172770.
HSL color Cylindrical-coordinate representation of color #62305E: hue angle of 304.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62305E is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 48 | 94 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.62 |
| HSL | 304.8º | 0.34% | 0.29% | - |
| HSV(B) | 304.8º | 0.51% | 0.38% | - |
| XYZ | 8.11 | 5.52 | 11.23 | - |
| YUV | 68.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 94 | 0 | 0.51 | 0.04 | 0.62 | 304.8 | 0.34 | 0.29 |
| Hex | 62 | 30 | 5E | 0 | 33 | 4 | 3E | 131 | 22 | 1D |
| Octal | 142 | 60 | 136 | 0 | 63 | 4 | 76 | 461 | 42 | 35 |
| Binary | 1100010 | 110000 | 1011110 | 0 | 110011 | 100 | 111110 | 100110001 | 100010 | 11101 |
Color Harmonies of #62305E
Complementary color
Monochromatic Colors of #62305E
Black with #62305E
Text Example
Text Example
White with #62305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62305E; }
p { color: rgb(98,48,94); }
H1.HeaderClassName
{
color: #62305E;
}
.AnyTagClassName
{
color: #62305E;
}
</style>
background-color css
<style>
a { background-color: #62305E; }
a { background-color: rgb(98,48,94); }
div.DivClassName
{
background-color: #62305E;
}
.BgClassName
{
background-color: #62305E;
}
</style>
border-color css
<style>
span { border-color: #62305E; }
span { border-color: rgb(98,48,94); }
td.TdClassName
{
border-color: #62305E;
}
.TagClassName
{
border-color: #62305E;
}
</style>