Shades of Palatinate Purple #5E015E
Tints of Palatinate Purple #5E015E
RGB
CMYK
RGB Variations
Color information
#5E015E (or 0x5E015E) is known color: Palatinate Purple. HEX triplet: 5E, 01 and 5E. RGB value is (94,1,94). Sum of RGB (Red+Green+Blue) = 94+1+94=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: red, blue. Hex color #5E015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E015E is #A1FEA1. Grayscale: #272727. Windows color (decimal): -10616482 or 6160734. OLE color: 6160734.
HSL color Cylindrical-coordinate representation of color #5E015E: hue angle of 300º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E015E is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0 | 0.63 |
| HSL | 300º | 0.98% | 0.19% | - |
| HSV(B) | 300º | 0.99% | 0.37% | - |
| XYZ | 6.65 | 3.21 | 10.86 | - |
| YUV | 39.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 94 | 0 | 0.99 | 0 | 0.63 | 300 | 0.98 | 0.19 |
| Hex | 5E | 1 | 5E | 0 | 63 | 0 | 3F | 12C | 62 | 13 |
| Octal | 136 | 1 | 136 | 0 | 143 | 0 | 77 | 454 | 142 | 23 |
| Binary | 1011110 | 1 | 1011110 | 0 | 1100011 | 0 | 111111 | 100101100 | 1100010 | 10011 |
Color Harmonies of #5E015E
Complementary color
Monochromatic Colors of #5E015E
Black with #5E015E
Text Example
Text Example
White with #5E015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E015E; }
p { color: rgb(94,1,94); }
H1.HeaderClassName
{
color: #5E015E;
}
.AnyTagClassName
{
color: #5E015E;
}
</style>
background-color css
<style>
a { background-color: #5E015E; }
a { background-color: rgb(94,1,94); }
div.DivClassName
{
background-color: #5E015E;
}
.BgClassName
{
background-color: #5E015E;
}
</style>
border-color css
<style>
span { border-color: #5E015E; }
span { border-color: rgb(94,1,94); }
td.TdClassName
{
border-color: #5E015E;
}
.TagClassName
{
border-color: #5E015E;
}
</style>