Shades of Palatinate Purple #5A175F
Tints of Palatinate Purple #5A175F
RGB
CMYK
RGB Variations
Color information
#5A175F (or 0x5A175F) is known color: Palatinate Purple. HEX triplet: 5A, 17 and 5F. RGB value is (90,23,95). Sum of RGB (Red+Green+Blue) = 90+23+95=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A175F is #A5E8A0. Grayscale: #333333. Windows color (decimal): -10872993 or 6231898. OLE color: 6231898.
HSL color Cylindrical-coordinate representation of color #5A175F: hue angle of 295.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A175F is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 23 | 95 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.63 |
| HSL | 295.83º | 0.61% | 0.23% | - |
| HSV(B) | 295.83º | 0.76% | 0.37% | - |
| XYZ | 6.59 | 3.61 | 11.18 | - |
| YUV | 51.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 95 | 0.05 | 0.76 | 0 | 0.63 | 295.83 | 0.61 | 0.23 |
| Hex | 5A | 17 | 5F | 5 | 4C | 0 | 3F | 128 | 3D | 17 |
| Octal | 132 | 27 | 137 | 5 | 114 | 0 | 77 | 450 | 75 | 27 |
| Binary | 1011010 | 10111 | 1011111 | 101 | 1001100 | 0 | 111111 | 100101000 | 111101 | 10111 |
Color Harmonies of #5A175F
Complementary color
Monochromatic Colors of #5A175F
Black with #5A175F
Text Example
Text Example
White with #5A175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A175F; }
p { color: rgb(90,23,95); }
H1.HeaderClassName
{
color: #5A175F;
}
.AnyTagClassName
{
color: #5A175F;
}
</style>
background-color css
<style>
a { background-color: #5A175F; }
a { background-color: rgb(90,23,95); }
div.DivClassName
{
background-color: #5A175F;
}
.BgClassName
{
background-color: #5A175F;
}
</style>
border-color css
<style>
span { border-color: #5A175F; }
span { border-color: rgb(90,23,95); }
td.TdClassName
{
border-color: #5A175F;
}
.TagClassName
{
border-color: #5A175F;
}
</style>