Shades of Palatinate Purple #5A164E
Tints of Palatinate Purple #5A164E
RGB
CMYK
RGB Variations
Color information
#5A164E (or 0x5A164E) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 4E. RGB value is (90,22,78). Sum of RGB (Red+Green+Blue) = 90+22+78=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A164E is #A5E9B1. Grayscale: #303030. Windows color (decimal): -10873266 or 5117530. OLE color: 5117530.
HSL color Cylindrical-coordinate representation of color #5A164E: hue angle of 310.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A164E is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 78 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.65 |
| HSL | 310.59º | 0.61% | 0.22% | - |
| HSV(B) | 310.59º | 0.76% | 0.35% | - |
| XYZ | 5.88 | 3.3 | 7.53 | - |
| YUV | 48.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 78 | 0 | 0.76 | 0.13 | 0.65 | 310.59 | 0.61 | 0.22 |
| Hex | 5A | 16 | 4E | 0 | 4C | D | 41 | 137 | 3D | 16 |
| Octal | 132 | 26 | 116 | 0 | 114 | 15 | 101 | 467 | 75 | 26 |
| Binary | 1011010 | 10110 | 1001110 | 0 | 1001100 | 1101 | 1000001 | 100110111 | 111101 | 10110 |
Color Harmonies of #5A164E
Complementary color
Monochromatic Colors of #5A164E
Black with #5A164E
Text Example
Text Example
White with #5A164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A164E; }
p { color: rgb(90,22,78); }
H1.HeaderClassName
{
color: #5A164E;
}
.AnyTagClassName
{
color: #5A164E;
}
</style>
background-color css
<style>
a { background-color: #5A164E; }
a { background-color: rgb(90,22,78); }
div.DivClassName
{
background-color: #5A164E;
}
.BgClassName
{
background-color: #5A164E;
}
</style>
border-color css
<style>
span { border-color: #5A164E; }
span { border-color: rgb(90,22,78); }
td.TdClassName
{
border-color: #5A164E;
}
.TagClassName
{
border-color: #5A164E;
}
</style>