Shades of Palatinate Purple #5E145B
Tints of Palatinate Purple #5E145B
RGB
CMYK
RGB Variations
Color information
#5E145B (or 0x5E145B) is known color: Palatinate Purple. HEX triplet: 5E, 14 and 5B. RGB value is (94,20,91). Sum of RGB (Red+Green+Blue) = 94+20+91=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E145B is #A1EBA4. Grayscale: #323232. Windows color (decimal): -10611621 or 5968990. OLE color: 5968990.
HSL color Cylindrical-coordinate representation of color #5E145B: hue angle of 302.43º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E145B is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 20 | 91 | - |
CMYK | 0 | 0.79 | 0.03 | 0.63 |
HSL | 302.43º | 0.65% | 0.22% | - |
HSV(B) | 302.43º | 0.79% | 0.37% | - |
XYZ | 6.75 | 3.64 | 10.24 | - |
YUV | 50.22 | 151.02 | 159.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 20 | 91 | 0 | 0.79 | 0.03 | 0.63 | 302.43 | 0.65 | 0.22 |
Hex | 5E | 14 | 5B | 0 | 4F | 3 | 3F | 12E | 41 | 16 |
Octal | 136 | 24 | 133 | 0 | 117 | 3 | 77 | 456 | 101 | 26 |
Binary | 1011110 | 10100 | 1011011 | 0 | 1001111 | 11 | 111111 | 100101110 | 1000001 | 10110 |
Color Harmonies of #5E145B
Complementary color
Monochromatic Colors of #5E145B
Black with #5E145B
Text Example
Text Example
White with #5E145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E145B; }
p { color: rgb(94,20,91); }
H1.HeaderClassName
{
color: #5E145B;
}
.AnyTagClassName
{
color: #5E145B;
}
</style>
background-color css
<style>
a { background-color: #5E145B; }
a { background-color: rgb(94,20,91); }
div.DivClassName
{
background-color: #5E145B;
}
.BgClassName
{
background-color: #5E145B;
}
</style>
border-color css
<style>
span { border-color: #5E145B; }
span { border-color: rgb(94,20,91); }
td.TdClassName
{
border-color: #5E145B;
}
.TagClassName
{
border-color: #5E145B;
}
</style>