Shades of Palatinate Purple #5A174E
Tints of Palatinate Purple #5A174E
RGB
CMYK
RGB Variations
Color information
#5A174E (or 0x5A174E) is known color: Palatinate Purple. HEX triplet: 5A, 17 and 4E. RGB value is (90,23,78). Sum of RGB (Red+Green+Blue) = 90+23+78=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A174E is #A5E8B1. Grayscale: #313131. Windows color (decimal): -10873010 or 5117786. OLE color: 5117786.
HSL color Cylindrical-coordinate representation of color #5A174E: hue angle of 310.75º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A174E is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 78 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.65 |
| HSL | 310.75º | 0.59% | 0.22% | - |
| HSV(B) | 310.75º | 0.74% | 0.35% | - |
| XYZ | 5.9 | 3.34 | 7.54 | - |
| YUV | 49.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 78 | 0 | 0.74 | 0.13 | 0.65 | 310.75 | 0.59 | 0.22 |
| Hex | 5A | 17 | 4E | 0 | 4A | D | 41 | 137 | 3B | 16 |
| Octal | 132 | 27 | 116 | 0 | 112 | 15 | 101 | 467 | 73 | 26 |
| Binary | 1011010 | 10111 | 1001110 | 0 | 1001010 | 1101 | 1000001 | 100110111 | 111011 | 10110 |
Color Harmonies of #5A174E
Complementary color
Monochromatic Colors of #5A174E
Black with #5A174E
Text Example
Text Example
White with #5A174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A174E; }
p { color: rgb(90,23,78); }
H1.HeaderClassName
{
color: #5A174E;
}
.AnyTagClassName
{
color: #5A174E;
}
</style>
background-color css
<style>
a { background-color: #5A174E; }
a { background-color: rgb(90,23,78); }
div.DivClassName
{
background-color: #5A174E;
}
.BgClassName
{
background-color: #5A174E;
}
</style>
border-color css
<style>
span { border-color: #5A174E; }
span { border-color: rgb(90,23,78); }
td.TdClassName
{
border-color: #5A174E;
}
.TagClassName
{
border-color: #5A174E;
}
</style>