Shades of Palatinate Purple #5E1152
Tints of Palatinate Purple #5E1152
RGB
CMYK
RGB Variations
Color information
#5E1152 (or 0x5E1152) is known color: Palatinate Purple. HEX triplet: 5E, 11 and 52. RGB value is (94,17,82). Sum of RGB (Red+Green+Blue) = 94+17+82=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1152 is #A1EEAD. Grayscale: #2F2F2F. Windows color (decimal): -10612398 or 5378398. OLE color: 5378398.
HSL color Cylindrical-coordinate representation of color #5E1152: hue angle of 309.35º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1152 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 82 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.63 |
| HSL | 309.35º | 0.69% | 0.22% | - |
| HSV(B) | 309.35º | 0.82% | 0.37% | - |
| XYZ | 6.34 | 3.39 | 8.3 | - |
| YUV | 47.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 82 | 0 | 0.82 | 0.13 | 0.63 | 309.35 | 0.69 | 0.22 |
| Hex | 5E | 11 | 52 | 0 | 52 | D | 3F | 135 | 45 | 16 |
| Octal | 136 | 21 | 122 | 0 | 122 | 15 | 77 | 465 | 105 | 26 |
| Binary | 1011110 | 10001 | 1010010 | 0 | 1010010 | 1101 | 111111 | 100110101 | 1000101 | 10110 |
Color Harmonies of #5E1152
Complementary color
Monochromatic Colors of #5E1152
Black with #5E1152
Text Example
Text Example
White with #5E1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1152; }
p { color: rgb(94,17,82); }
H1.HeaderClassName
{
color: #5E1152;
}
.AnyTagClassName
{
color: #5E1152;
}
</style>
background-color css
<style>
a { background-color: #5E1152; }
a { background-color: rgb(94,17,82); }
div.DivClassName
{
background-color: #5E1152;
}
.BgClassName
{
background-color: #5E1152;
}
</style>
border-color css
<style>
span { border-color: #5E1152; }
span { border-color: rgb(94,17,82); }
td.TdClassName
{
border-color: #5E1152;
}
.TagClassName
{
border-color: #5E1152;
}
</style>