Shades of Palatinate Purple #5A205A
Tints of Palatinate Purple #5A205A
RGB
CMYK
RGB Variations
Color information
#5A205A (or 0x5A205A) is known color: Palatinate Purple. HEX triplet: 5A, 20 and 5A. RGB value is (90,32,90). Sum of RGB (Red+Green+Blue) = 90+32+90=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A205A is #A5DFA5. Grayscale: #373737. Windows color (decimal): -10870694 or 5906522. OLE color: 5906522.
HSL color Cylindrical-coordinate representation of color #5A205A: hue angle of 300º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A205A is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 90 | - |
| CMYK | 0 | 0.64 | 0 | 0.65 |
| HSL | 300º | 0.48% | 0.24% | - |
| HSV(B) | 300º | 0.64% | 0.35% | - |
| XYZ | 6.58 | 3.94 | 10.09 | - |
| YUV | 55.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 90 | 0 | 0.64 | 0 | 0.65 | 300 | 0.48 | 0.24 |
| Hex | 5A | 20 | 5A | 0 | 40 | 0 | 41 | 12C | 30 | 18 |
| Octal | 132 | 40 | 132 | 0 | 100 | 0 | 101 | 454 | 60 | 30 |
| Binary | 1011010 | 100000 | 1011010 | 0 | 1000000 | 0 | 1000001 | 100101100 | 110000 | 11000 |
Color Harmonies of #5A205A
Complementary color
Monochromatic Colors of #5A205A
Black with #5A205A
Text Example
Text Example
White with #5A205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A205A; }
p { color: rgb(90,32,90); }
H1.HeaderClassName
{
color: #5A205A;
}
.AnyTagClassName
{
color: #5A205A;
}
</style>
background-color css
<style>
a { background-color: #5A205A; }
a { background-color: rgb(90,32,90); }
div.DivClassName
{
background-color: #5A205A;
}
.BgClassName
{
background-color: #5A205A;
}
</style>
border-color css
<style>
span { border-color: #5A205A; }
span { border-color: rgb(90,32,90); }
td.TdClassName
{
border-color: #5A205A;
}
.TagClassName
{
border-color: #5A205A;
}
</style>