Shades of Palatinate Purple #5A184F
Tints of Palatinate Purple #5A184F
RGB
CMYK
RGB Variations
Color information
#5A184F (or 0x5A184F) is known color: Palatinate Purple. HEX triplet: 5A, 18 and 4F. RGB value is (90,24,79). Sum of RGB (Red+Green+Blue) = 90+24+79=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A184F is #A5E7B0. Grayscale: #313131. Windows color (decimal): -10872753 or 5183578. OLE color: 5183578.
HSL color Cylindrical-coordinate representation of color #5A184F: hue angle of 310º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A184F is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 79 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.65 |
| HSL | 310º | 0.58% | 0.22% | - |
| HSV(B) | 310º | 0.73% | 0.35% | - |
| XYZ | 5.95 | 3.39 | 7.74 | - |
| YUV | 50 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 79 | 0 | 0.73 | 0.12 | 0.65 | 310 | 0.58 | 0.22 |
| Hex | 5A | 18 | 4F | 0 | 49 | C | 41 | 136 | 3A | 16 |
| Octal | 132 | 30 | 117 | 0 | 111 | 14 | 101 | 466 | 72 | 26 |
| Binary | 1011010 | 11000 | 1001111 | 0 | 1001001 | 1100 | 1000001 | 100110110 | 111010 | 10110 |
Color Harmonies of #5A184F
Complementary color
Monochromatic Colors of #5A184F
Black with #5A184F
Text Example
Text Example
White with #5A184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A184F; }
p { color: rgb(90,24,79); }
H1.HeaderClassName
{
color: #5A184F;
}
.AnyTagClassName
{
color: #5A184F;
}
</style>
background-color css
<style>
a { background-color: #5A184F; }
a { background-color: rgb(90,24,79); }
div.DivClassName
{
background-color: #5A184F;
}
.BgClassName
{
background-color: #5A184F;
}
</style>
border-color css
<style>
span { border-color: #5A184F; }
span { border-color: rgb(90,24,79); }
td.TdClassName
{
border-color: #5A184F;
}
.TagClassName
{
border-color: #5A184F;
}
</style>