Shades of Palatinate Purple #62015E
Tints of Palatinate Purple #62015E
RGB
CMYK
RGB Variations
Color information
#62015E (or 0x62015E) is known color: Palatinate Purple. HEX triplet: 62, 01 and 5E. RGB value is (98,1,94). Sum of RGB (Red+Green+Blue) = 98+1+94=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62015E is #9DFEA1. Grayscale: #282828. Windows color (decimal): -10354338 or 6160738. OLE color: 6160738.
HSL color Cylindrical-coordinate representation of color #62015E: hue angle of 302.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62015E is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.62 |
| HSL | 302.47º | 0.98% | 0.19% | - |
| HSV(B) | 302.47º | 0.99% | 0.38% | - |
| XYZ | 7.07 | 3.43 | 10.88 | - |
| YUV | 40.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 94 | 0 | 0.99 | 0.04 | 0.62 | 302.47 | 0.98 | 0.19 |
| Hex | 62 | 1 | 5E | 0 | 63 | 4 | 3E | 12E | 62 | 13 |
| Octal | 142 | 1 | 136 | 0 | 143 | 4 | 76 | 456 | 142 | 23 |
| Binary | 1100010 | 1 | 1011110 | 0 | 1100011 | 100 | 111110 | 100101110 | 1100010 | 10011 |
Color Harmonies of #62015E
Complementary color
Monochromatic Colors of #62015E
Black with #62015E
Text Example
Text Example
White with #62015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62015E; }
p { color: rgb(98,1,94); }
H1.HeaderClassName
{
color: #62015E;
}
.AnyTagClassName
{
color: #62015E;
}
</style>
background-color css
<style>
a { background-color: #62015E; }
a { background-color: rgb(98,1,94); }
div.DivClassName
{
background-color: #62015E;
}
.BgClassName
{
background-color: #62015E;
}
</style>
border-color css
<style>
span { border-color: #62015E; }
span { border-color: rgb(98,1,94); }
td.TdClassName
{
border-color: #62015E;
}
.TagClassName
{
border-color: #62015E;
}
</style>