Shades of Palatinate Purple #5E025E
Tints of Palatinate Purple #5E025E
RGB
CMYK
RGB Variations
Color information
#5E025E (or 0x5E025E) is known color: Palatinate Purple. HEX triplet: 5E, 02 and 5E. RGB value is (94,2,94). Sum of RGB (Red+Green+Blue) = 94+2+94=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: red, blue. Hex color #5E025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E025E is #A1FDA1. Grayscale: #272727. Windows color (decimal): -10616226 or 6160990. OLE color: 6160990.
HSL color Cylindrical-coordinate representation of color #5E025E: hue angle of 300º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E025E is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 2 | 94 | - |
CMYK | 0 | 0.98 | 0 | 0.63 |
HSL | 300º | 0.96% | 0.19% | - |
HSV(B) | 300º | 0.98% | 0.37% | - |
XYZ | 6.66 | 3.23 | 10.86 | - |
YUV | 40 | 158.48 | 166.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 2 | 94 | 0 | 0.98 | 0 | 0.63 | 300 | 0.96 | 0.19 |
Hex | 5E | 2 | 5E | 0 | 62 | 0 | 3F | 12C | 60 | 13 |
Octal | 136 | 2 | 136 | 0 | 142 | 0 | 77 | 454 | 140 | 23 |
Binary | 1011110 | 10 | 1011110 | 0 | 1100010 | 0 | 111111 | 100101100 | 1100000 | 10011 |
Color Harmonies of #5E025E
Complementary color
Monochromatic Colors of #5E025E
Black with #5E025E
Text Example
Text Example
White with #5E025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E025E; }
p { color: rgb(94,2,94); }
H1.HeaderClassName
{
color: #5E025E;
}
.AnyTagClassName
{
color: #5E025E;
}
</style>
background-color css
<style>
a { background-color: #5E025E; }
a { background-color: rgb(94,2,94); }
div.DivClassName
{
background-color: #5E025E;
}
.BgClassName
{
background-color: #5E025E;
}
</style>
border-color css
<style>
span { border-color: #5E025E; }
span { border-color: rgb(94,2,94); }
td.TdClassName
{
border-color: #5E025E;
}
.TagClassName
{
border-color: #5E025E;
}
</style>