Shades of Palatinate Purple #5E075A
Tints of Palatinate Purple #5E075A
RGB
CMYK
RGB Variations
Color information
#5E075A (or 0x5E075A) is known color: Palatinate Purple. HEX triplet: 5E, 07 and 5A. RGB value is (94,7,90). Sum of RGB (Red+Green+Blue) = 94+7+90=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E075A is #A1F8A5. Grayscale: #2A2A2A. Windows color (decimal): -10614950 or 5900126. OLE color: 5900126.
HSL color Cylindrical-coordinate representation of color #5E075A: hue angle of 302.76º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E075A is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 7 | 90 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.63 |
| HSL | 302.76º | 0.86% | 0.2% | - |
| HSV(B) | 302.76º | 0.93% | 0.37% | - |
| XYZ | 6.54 | 3.27 | 9.96 | - |
| YUV | 42.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 90 | 0 | 0.93 | 0.04 | 0.63 | 302.76 | 0.86 | 0.2 |
| Hex | 5E | 7 | 5A | 0 | 5D | 4 | 3F | 12F | 56 | 14 |
| Octal | 136 | 7 | 132 | 0 | 135 | 4 | 77 | 457 | 126 | 24 |
| Binary | 1011110 | 111 | 1011010 | 0 | 1011101 | 100 | 111111 | 100101111 | 1010110 | 10100 |
Color Harmonies of #5E075A
Complementary color
Monochromatic Colors of #5E075A
Black with #5E075A
Text Example
Text Example
White with #5E075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E075A; }
p { color: rgb(94,7,90); }
H1.HeaderClassName
{
color: #5E075A;
}
.AnyTagClassName
{
color: #5E075A;
}
</style>
background-color css
<style>
a { background-color: #5E075A; }
a { background-color: rgb(94,7,90); }
div.DivClassName
{
background-color: #5E075A;
}
.BgClassName
{
background-color: #5E075A;
}
</style>
border-color css
<style>
span { border-color: #5E075A; }
span { border-color: rgb(94,7,90); }
td.TdClassName
{
border-color: #5E075A;
}
.TagClassName
{
border-color: #5E075A;
}
</style>