Shades of Palatinate Purple #5A174D
Tints of Palatinate Purple #5A174D
RGB
CMYK
RGB Variations
Color information
#5A174D (or 0x5A174D) is known color: Palatinate Purple. HEX triplet: 5A, 17 and 4D. RGB value is (90,23,77). Sum of RGB (Red+Green+Blue) = 90+23+77=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A174D is #A5E8B2. Grayscale: #313131. Windows color (decimal): -10873011 or 5052250. OLE color: 5052250.
HSL color Cylindrical-coordinate representation of color #5A174D: hue angle of 311.64º 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 #5A174D is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 77 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.65 |
| HSL | 311.64º | 0.59% | 0.22% | - |
| HSV(B) | 311.64º | 0.74% | 0.35% | - |
| XYZ | 5.86 | 3.32 | 7.35 | - |
| YUV | 49.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 77 | 0 | 0.74 | 0.14 | 0.65 | 311.64 | 0.59 | 0.22 |
| Hex | 5A | 17 | 4D | 0 | 4A | E | 41 | 138 | 3B | 16 |
| Octal | 132 | 27 | 115 | 0 | 112 | 16 | 101 | 470 | 73 | 26 |
| Binary | 1011010 | 10111 | 1001101 | 0 | 1001010 | 1110 | 1000001 | 100111000 | 111011 | 10110 |
Color Harmonies of #5A174D
Complementary color
Monochromatic Colors of #5A174D
Black with #5A174D
Text Example
Text Example
White with #5A174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A174D; }
p { color: rgb(90,23,77); }
H1.HeaderClassName
{
color: #5A174D;
}
.AnyTagClassName
{
color: #5A174D;
}
</style>
background-color css
<style>
a { background-color: #5A174D; }
a { background-color: rgb(90,23,77); }
div.DivClassName
{
background-color: #5A174D;
}
.BgClassName
{
background-color: #5A174D;
}
</style>
border-color css
<style>
span { border-color: #5A174D; }
span { border-color: rgb(90,23,77); }
td.TdClassName
{
border-color: #5A174D;
}
.TagClassName
{
border-color: #5A174D;
}
</style>