Shades of Palatinate Purple #5A164D
Tints of Palatinate Purple #5A164D
RGB
CMYK
RGB Variations
Color information
#5A164D (or 0x5A164D) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 4D. RGB value is (90,22,77). Sum of RGB (Red+Green+Blue) = 90+22+77=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A164D is #A5E9B2. Grayscale: #303030. Windows color (decimal): -10873267 or 5051994. OLE color: 5051994.
HSL color Cylindrical-coordinate representation of color #5A164D: hue angle of 311.47º 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 #5A164D is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 77 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.65 |
| HSL | 311.47º | 0.61% | 0.22% | - |
| HSV(B) | 311.47º | 0.76% | 0.35% | - |
| XYZ | 5.84 | 3.28 | 7.35 | - |
| YUV | 48.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 77 | 0 | 0.76 | 0.14 | 0.65 | 311.47 | 0.61 | 0.22 |
| Hex | 5A | 16 | 4D | 0 | 4C | E | 41 | 137 | 3D | 16 |
| Octal | 132 | 26 | 115 | 0 | 114 | 16 | 101 | 467 | 75 | 26 |
| Binary | 1011010 | 10110 | 1001101 | 0 | 1001100 | 1110 | 1000001 | 100110111 | 111101 | 10110 |
Color Harmonies of #5A164D
Complementary color
Monochromatic Colors of #5A164D
Black with #5A164D
Text Example
Text Example
White with #5A164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A164D; }
p { color: rgb(90,22,77); }
H1.HeaderClassName
{
color: #5A164D;
}
.AnyTagClassName
{
color: #5A164D;
}
</style>
background-color css
<style>
a { background-color: #5A164D; }
a { background-color: rgb(90,22,77); }
div.DivClassName
{
background-color: #5A164D;
}
.BgClassName
{
background-color: #5A164D;
}
</style>
border-color css
<style>
span { border-color: #5A164D; }
span { border-color: rgb(90,22,77); }
td.TdClassName
{
border-color: #5A164D;
}
.TagClassName
{
border-color: #5A164D;
}
</style>