Shades of Palatinate Purple #5A175D
Tints of Palatinate Purple #5A175D
RGB
CMYK
RGB Variations
Color information
#5A175D (or 0x5A175D) is known color: Palatinate Purple. HEX triplet: 5A, 17 and 5D. RGB value is (90,23,93). Sum of RGB (Red+Green+Blue) = 90+23+93=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A175D is #A5E8A2. Grayscale: #323232. Windows color (decimal): -10872995 or 6100826. OLE color: 6100826.
HSL color Cylindrical-coordinate representation of color #5A175D: hue angle of 297.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A175D is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 23 | 93 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.64 |
| HSL | 297.43º | 0.6% | 0.23% | - |
| HSV(B) | 297.43º | 0.75% | 0.36% | - |
| XYZ | 6.5 | 3.58 | 10.7 | - |
| YUV | 51.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 93 | 0.03 | 0.75 | 0 | 0.64 | 297.43 | 0.6 | 0.23 |
| Hex | 5A | 17 | 5D | 3 | 4B | 0 | 40 | 129 | 3C | 17 |
| Octal | 132 | 27 | 135 | 3 | 113 | 0 | 100 | 451 | 74 | 27 |
| Binary | 1011010 | 10111 | 1011101 | 11 | 1001011 | 0 | 1000000 | 100101001 | 111100 | 10111 |
Color Harmonies of #5A175D
Complementary color
Monochromatic Colors of #5A175D
Black with #5A175D
Text Example
Text Example
White with #5A175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A175D; }
p { color: rgb(90,23,93); }
H1.HeaderClassName
{
color: #5A175D;
}
.AnyTagClassName
{
color: #5A175D;
}
</style>
background-color css
<style>
a { background-color: #5A175D; }
a { background-color: rgb(90,23,93); }
div.DivClassName
{
background-color: #5A175D;
}
.BgClassName
{
background-color: #5A175D;
}
</style>
border-color css
<style>
span { border-color: #5A175D; }
span { border-color: rgb(90,23,93); }
td.TdClassName
{
border-color: #5A175D;
}
.TagClassName
{
border-color: #5A175D;
}
</style>