Shades of Palatinate Purple #5E1252
Tints of Palatinate Purple #5E1252
RGB
CMYK
RGB Variations
Color information
#5E1252 (or 0x5E1252) is known color: Palatinate Purple. HEX triplet: 5E, 12 and 52. RGB value is (94,18,82). Sum of RGB (Red+Green+Blue) = 94+18+82=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1252 is #A1EDAD. Grayscale: #2F2F2F. Windows color (decimal): -10612142 or 5378654. OLE color: 5378654.
HSL color Cylindrical-coordinate representation of color #5E1252: hue angle of 309.47º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1252 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 82 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.63 |
| HSL | 309.47º | 0.68% | 0.22% | - |
| HSV(B) | 309.47º | 0.81% | 0.37% | - |
| XYZ | 6.36 | 3.42 | 8.31 | - |
| YUV | 48.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 82 | 0 | 0.81 | 0.13 | 0.63 | 309.47 | 0.68 | 0.22 |
| Hex | 5E | 12 | 52 | 0 | 51 | D | 3F | 135 | 44 | 16 |
| Octal | 136 | 22 | 122 | 0 | 121 | 15 | 77 | 465 | 104 | 26 |
| Binary | 1011110 | 10010 | 1010010 | 0 | 1010001 | 1101 | 111111 | 100110101 | 1000100 | 10110 |
Color Harmonies of #5E1252
Complementary color
Monochromatic Colors of #5E1252
Black with #5E1252
Text Example
Text Example
White with #5E1252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1252; }
p { color: rgb(94,18,82); }
H1.HeaderClassName
{
color: #5E1252;
}
.AnyTagClassName
{
color: #5E1252;
}
</style>
background-color css
<style>
a { background-color: #5E1252; }
a { background-color: rgb(94,18,82); }
div.DivClassName
{
background-color: #5E1252;
}
.BgClassName
{
background-color: #5E1252;
}
</style>
border-color css
<style>
span { border-color: #5E1252; }
span { border-color: rgb(94,18,82); }
td.TdClassName
{
border-color: #5E1252;
}
.TagClassName
{
border-color: #5E1252;
}
</style>