Shades of Palatinate Purple #5E1052
Tints of Palatinate Purple #5E1052
RGB
CMYK
RGB Variations
Color information
#5E1052 (or 0x5E1052) is known color: Palatinate Purple. HEX triplet: 5E, 10 and 52. RGB value is (94,16,82). Sum of RGB (Red+Green+Blue) = 94+16+82=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1052 is #A1EFAD. Grayscale: #2E2E2E. Windows color (decimal): -10612654 or 5378142. OLE color: 5378142.
HSL color Cylindrical-coordinate representation of color #5E1052: hue angle of 309.23º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1052 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 82 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.63 |
| HSL | 309.23º | 0.71% | 0.22% | - |
| HSV(B) | 309.23º | 0.83% | 0.37% | - |
| XYZ | 6.32 | 3.36 | 8.3 | - |
| YUV | 46.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 82 | 0 | 0.83 | 0.13 | 0.63 | 309.23 | 0.71 | 0.22 |
| Hex | 5E | 10 | 52 | 0 | 53 | D | 3F | 135 | 47 | 16 |
| Octal | 136 | 20 | 122 | 0 | 123 | 15 | 77 | 465 | 107 | 26 |
| Binary | 1011110 | 10000 | 1010010 | 0 | 1010011 | 1101 | 111111 | 100110101 | 1000111 | 10110 |
Color Harmonies of #5E1052
Complementary color
Monochromatic Colors of #5E1052
Black with #5E1052
Text Example
Text Example
White with #5E1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1052; }
p { color: rgb(94,16,82); }
H1.HeaderClassName
{
color: #5E1052;
}
.AnyTagClassName
{
color: #5E1052;
}
</style>
background-color css
<style>
a { background-color: #5E1052; }
a { background-color: rgb(94,16,82); }
div.DivClassName
{
background-color: #5E1052;
}
.BgClassName
{
background-color: #5E1052;
}
</style>
border-color css
<style>
span { border-color: #5E1052; }
span { border-color: rgb(94,16,82); }
td.TdClassName
{
border-color: #5E1052;
}
.TagClassName
{
border-color: #5E1052;
}
</style>