Shades of Palatinate Purple #5A194D
Tints of Palatinate Purple #5A194D
RGB
CMYK
RGB Variations
Color information
#5A194D (or 0x5A194D) is known color: Palatinate Purple. HEX triplet: 5A, 19 and 4D. RGB value is (90,25,77). Sum of RGB (Red+Green+Blue) = 90+25+77=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A194D is #A5E6B2. Grayscale: #323232. Windows color (decimal): -10872499 or 5052762. OLE color: 5052762.
HSL color Cylindrical-coordinate representation of color #5A194D: hue angle of 312º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A194D is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 77 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.65 |
| HSL | 312º | 0.57% | 0.23% | - |
| HSV(B) | 312º | 0.72% | 0.35% | - |
| XYZ | 5.9 | 3.4 | 7.37 | - |
| YUV | 50.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 77 | 0 | 0.72 | 0.14 | 0.65 | 312 | 0.57 | 0.23 |
| Hex | 5A | 19 | 4D | 0 | 48 | E | 41 | 138 | 39 | 17 |
| Octal | 132 | 31 | 115 | 0 | 110 | 16 | 101 | 470 | 71 | 27 |
| Binary | 1011010 | 11001 | 1001101 | 0 | 1001000 | 1110 | 1000001 | 100111000 | 111001 | 10111 |
Color Harmonies of #5A194D
Complementary color
Monochromatic Colors of #5A194D
Black with #5A194D
Text Example
Text Example
White with #5A194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A194D; }
p { color: rgb(90,25,77); }
H1.HeaderClassName
{
color: #5A194D;
}
.AnyTagClassName
{
color: #5A194D;
}
</style>
background-color css
<style>
a { background-color: #5A194D; }
a { background-color: rgb(90,25,77); }
div.DivClassName
{
background-color: #5A194D;
}
.BgClassName
{
background-color: #5A194D;
}
</style>
border-color css
<style>
span { border-color: #5A194D; }
span { border-color: rgb(90,25,77); }
td.TdClassName
{
border-color: #5A194D;
}
.TagClassName
{
border-color: #5A194D;
}
</style>