Shades of Palatinate Purple #62215E
Tints of Palatinate Purple #62215E
RGB
CMYK
RGB Variations
Color information
#62215E (or 0x62215E) is known color: Palatinate Purple. HEX triplet: 62, 21 and 5E. RGB value is (98,33,94). Sum of RGB (Red+Green+Blue) = 98+33+94=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215E is #9DDEA1. Grayscale: #3B3B3B. Windows color (decimal): -10346146 or 6168930. OLE color: 6168930.
HSL color Cylindrical-coordinate representation of color #62215E: hue angle of 303.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62215E is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 94 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.62 |
| HSL | 303.69º | 0.5% | 0.26% | - |
| HSV(B) | 303.69º | 0.66% | 0.38% | - |
| XYZ | 7.6 | 4.49 | 11.06 | - |
| YUV | 59.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 94 | 0 | 0.66 | 0.04 | 0.62 | 303.69 | 0.5 | 0.26 |
| Hex | 62 | 21 | 5E | 0 | 42 | 4 | 3E | 130 | 32 | 1A |
| Octal | 142 | 41 | 136 | 0 | 102 | 4 | 76 | 460 | 62 | 32 |
| Binary | 1100010 | 100001 | 1011110 | 0 | 1000010 | 100 | 111110 | 100110000 | 110010 | 11010 |
Color Harmonies of #62215E
Complementary color
Monochromatic Colors of #62215E
Black with #62215E
Text Example
Text Example
White with #62215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62215E; }
p { color: rgb(98,33,94); }
H1.HeaderClassName
{
color: #62215E;
}
.AnyTagClassName
{
color: #62215E;
}
</style>
background-color css
<style>
a { background-color: #62215E; }
a { background-color: rgb(98,33,94); }
div.DivClassName
{
background-color: #62215E;
}
.BgClassName
{
background-color: #62215E;
}
</style>
border-color css
<style>
span { border-color: #62215E; }
span { border-color: rgb(98,33,94); }
td.TdClassName
{
border-color: #62215E;
}
.TagClassName
{
border-color: #62215E;
}
</style>