Shades of Palatinate Purple #5A175A
Tints of Palatinate Purple #5A175A
RGB
CMYK
RGB Variations
Color information
#5A175A (or 0x5A175A) is known color: Palatinate Purple. HEX triplet: 5A, 17 and 5A. RGB value is (90,23,90). Sum of RGB (Red+Green+Blue) = 90+23+90=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A175A is #A5E8A5. Grayscale: #323232. Windows color (decimal): -10872998 or 5904218. OLE color: 5904218.
HSL color Cylindrical-coordinate representation of color #5A175A: hue angle of 300º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A175A is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 90 | - |
| CMYK | 0 | 0.74 | 0 | 0.65 |
| HSL | 300º | 0.59% | 0.22% | - |
| HSV(B) | 300º | 0.74% | 0.35% | - |
| XYZ | 6.37 | 3.52 | 10.02 | - |
| YUV | 50.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 90 | 0 | 0.74 | 0 | 0.65 | 300 | 0.59 | 0.22 |
| Hex | 5A | 17 | 5A | 0 | 4A | 0 | 41 | 12C | 3B | 16 |
| Octal | 132 | 27 | 132 | 0 | 112 | 0 | 101 | 454 | 73 | 26 |
| Binary | 1011010 | 10111 | 1011010 | 0 | 1001010 | 0 | 1000001 | 100101100 | 111011 | 10110 |
Color Harmonies of #5A175A
Complementary color
Monochromatic Colors of #5A175A
Black with #5A175A
Text Example
Text Example
White with #5A175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A175A; }
p { color: rgb(90,23,90); }
H1.HeaderClassName
{
color: #5A175A;
}
.AnyTagClassName
{
color: #5A175A;
}
</style>
background-color css
<style>
a { background-color: #5A175A; }
a { background-color: rgb(90,23,90); }
div.DivClassName
{
background-color: #5A175A;
}
.BgClassName
{
background-color: #5A175A;
}
</style>
border-color css
<style>
span { border-color: #5A175A; }
span { border-color: rgb(90,23,90); }
td.TdClassName
{
border-color: #5A175A;
}
.TagClassName
{
border-color: #5A175A;
}
</style>