Shades of Palatinate Purple #5E205A
Tints of Palatinate Purple #5E205A
RGB
CMYK
RGB Variations
Color information
#5E205A (or 0x5E205A) is known color: Palatinate Purple. HEX triplet: 5E, 20 and 5A. RGB value is (94,32,90). Sum of RGB (Red+Green+Blue) = 94+32+90=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 94 - color contains mainly: red. Hex color #5E205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E205A is #A1DFA5. Grayscale: #383838. Windows color (decimal): -10608550 or 5906526. OLE color: 5906526.
HSL color Cylindrical-coordinate representation of color #5E205A: hue angle of 303.87º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E205A is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 32 | 90 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.63 |
| HSL | 303.87º | 0.49% | 0.25% | - |
| HSV(B) | 303.87º | 0.66% | 0.37% | - |
| XYZ | 6.98 | 4.15 | 10.11 | - |
| YUV | 57.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 90 | 0 | 0.66 | 0.04 | 0.63 | 303.87 | 0.49 | 0.25 |
| Hex | 5E | 20 | 5A | 0 | 42 | 4 | 3F | 130 | 31 | 19 |
| Octal | 136 | 40 | 132 | 0 | 102 | 4 | 77 | 460 | 61 | 31 |
| Binary | 1011110 | 100000 | 1011010 | 0 | 1000010 | 100 | 111111 | 100110000 | 110001 | 11001 |
Color Harmonies of #5E205A
Complementary color
Monochromatic Colors of #5E205A
Black with #5E205A
Text Example
Text Example
White with #5E205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E205A; }
p { color: rgb(94,32,90); }
H1.HeaderClassName
{
color: #5E205A;
}
.AnyTagClassName
{
color: #5E205A;
}
</style>
background-color css
<style>
a { background-color: #5E205A; }
a { background-color: rgb(94,32,90); }
div.DivClassName
{
background-color: #5E205A;
}
.BgClassName
{
background-color: #5E205A;
}
</style>
border-color css
<style>
span { border-color: #5E205A; }
span { border-color: rgb(94,32,90); }
td.TdClassName
{
border-color: #5E205A;
}
.TagClassName
{
border-color: #5E205A;
}
</style>