Shades of Palatinate Purple #5E125A
Tints of Palatinate Purple #5E125A
RGB
CMYK
RGB Variations
Color information
#5E125A (or 0x5E125A) is known color: Palatinate Purple. HEX triplet: 5E, 12 and 5A. RGB value is (94,18,90). Sum of RGB (Red+Green+Blue) = 94+18+90=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E125A is #A1EDA5. Grayscale: #303030. Windows color (decimal): -10612134 or 5902942. OLE color: 5902942.
HSL color Cylindrical-coordinate representation of color #5E125A: hue angle of 303.16º 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 #5E125A is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 90 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.63 |
| HSL | 303.16º | 0.68% | 0.22% | - |
| HSV(B) | 303.16º | 0.81% | 0.37% | - |
| XYZ | 6.68 | 3.55 | 10.01 | - |
| YUV | 48.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 90 | 0 | 0.81 | 0.04 | 0.63 | 303.16 | 0.68 | 0.22 |
| Hex | 5E | 12 | 5A | 0 | 51 | 4 | 3F | 12F | 44 | 16 |
| Octal | 136 | 22 | 132 | 0 | 121 | 4 | 77 | 457 | 104 | 26 |
| Binary | 1011110 | 10010 | 1011010 | 0 | 1010001 | 100 | 111111 | 100101111 | 1000100 | 10110 |
Color Harmonies of #5E125A
Complementary color
Monochromatic Colors of #5E125A
Black with #5E125A
Text Example
Text Example
White with #5E125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E125A; }
p { color: rgb(94,18,90); }
H1.HeaderClassName
{
color: #5E125A;
}
.AnyTagClassName
{
color: #5E125A;
}
</style>
background-color css
<style>
a { background-color: #5E125A; }
a { background-color: rgb(94,18,90); }
div.DivClassName
{
background-color: #5E125A;
}
.BgClassName
{
background-color: #5E125A;
}
</style>
border-color css
<style>
span { border-color: #5E125A; }
span { border-color: rgb(94,18,90); }
td.TdClassName
{
border-color: #5E125A;
}
.TagClassName
{
border-color: #5E125A;
}
</style>