Shades of Palatinate Purple #62045E
Tints of Palatinate Purple #62045E
RGB
CMYK
RGB Variations
Color information
#62045E (or 0x62045E) is known color: Palatinate Purple. HEX triplet: 62, 04 and 5E. RGB value is (98,4,94). Sum of RGB (Red+Green+Blue) = 98+4+94=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62045E is #9DFBA1. Grayscale: #2A2A2A. Windows color (decimal): -10353570 or 6161506. OLE color: 6161506.
HSL color Cylindrical-coordinate representation of color #62045E: hue angle of 302.55º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62045E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 4 | 94 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.62 |
| HSL | 302.55º | 0.92% | 0.2% | - |
| HSV(B) | 302.55º | 0.96% | 0.38% | - |
| XYZ | 7.1 | 3.49 | 10.89 | - |
| YUV | 42.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 94 | 0 | 0.96 | 0.04 | 0.62 | 302.55 | 0.92 | 0.2 |
| Hex | 62 | 4 | 5E | 0 | 60 | 4 | 3E | 12F | 5C | 14 |
| Octal | 142 | 4 | 136 | 0 | 140 | 4 | 76 | 457 | 134 | 24 |
| Binary | 1100010 | 100 | 1011110 | 0 | 1100000 | 100 | 111110 | 100101111 | 1011100 | 10100 |
Color Harmonies of #62045E
Complementary color
Monochromatic Colors of #62045E
Black with #62045E
Text Example
Text Example
White with #62045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62045E; }
p { color: rgb(98,4,94); }
H1.HeaderClassName
{
color: #62045E;
}
.AnyTagClassName
{
color: #62045E;
}
</style>
background-color css
<style>
a { background-color: #62045E; }
a { background-color: rgb(98,4,94); }
div.DivClassName
{
background-color: #62045E;
}
.BgClassName
{
background-color: #62045E;
}
</style>
border-color css
<style>
span { border-color: #62045E; }
span { border-color: rgb(98,4,94); }
td.TdClassName
{
border-color: #62045E;
}
.TagClassName
{
border-color: #62045E;
}
</style>