Shades of Palatinate Purple #5E215A
Tints of Palatinate Purple #5E215A
RGB
CMYK
RGB Variations
Color information
#5E215A (or 0x5E215A) is known color: Palatinate Purple. HEX triplet: 5E, 21 and 5A. RGB value is (94,33,90). Sum of RGB (Red+Green+Blue) = 94+33+90=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 94 - color contains mainly: red. Hex color #5E215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E215A is #A1DEA5. Grayscale: #393939. Windows color (decimal): -10608294 or 5906782. OLE color: 5906782.
HSL color Cylindrical-coordinate representation of color #5E215A: hue angle of 303.93º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E215A is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 90 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.63 |
| HSL | 303.93º | 0.48% | 0.25% | - |
| HSV(B) | 303.93º | 0.65% | 0.37% | - |
| XYZ | 7.01 | 4.21 | 10.12 | - |
| YUV | 57.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 90 | 0 | 0.65 | 0.04 | 0.63 | 303.93 | 0.48 | 0.25 |
| Hex | 5E | 21 | 5A | 0 | 41 | 4 | 3F | 130 | 30 | 19 |
| Octal | 136 | 41 | 132 | 0 | 101 | 4 | 77 | 460 | 60 | 31 |
| Binary | 1011110 | 100001 | 1011010 | 0 | 1000001 | 100 | 111111 | 100110000 | 110000 | 11001 |
Color Harmonies of #5E215A
Complementary color
Monochromatic Colors of #5E215A
Black with #5E215A
Text Example
Text Example
White with #5E215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E215A; }
p { color: rgb(94,33,90); }
H1.HeaderClassName
{
color: #5E215A;
}
.AnyTagClassName
{
color: #5E215A;
}
</style>
background-color css
<style>
a { background-color: #5E215A; }
a { background-color: rgb(94,33,90); }
div.DivClassName
{
background-color: #5E215A;
}
.BgClassName
{
background-color: #5E215A;
}
</style>
border-color css
<style>
span { border-color: #5E215A; }
span { border-color: rgb(94,33,90); }
td.TdClassName
{
border-color: #5E215A;
}
.TagClassName
{
border-color: #5E215A;
}
</style>