Shades of Palatinate Purple #5A205B
Tints of Palatinate Purple #5A205B
RGB
CMYK
RGB Variations
Color information
#5A205B (or 0x5A205B) is known color: Palatinate Purple. HEX triplet: 5A, 20 and 5B. RGB value is (90,32,91). Sum of RGB (Red+Green+Blue) = 90+32+91=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A205B is #A5DFA4. Grayscale: #373737. Windows color (decimal): -10870693 or 5972058. OLE color: 5972058.
HSL color Cylindrical-coordinate representation of color #5A205B: hue angle of 298.98º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A205B is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 32 | 91 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.64 |
| HSL | 298.98º | 0.48% | 0.24% | - |
| HSV(B) | 298.98º | 0.65% | 0.36% | - |
| XYZ | 6.62 | 3.96 | 10.31 | - |
| YUV | 56.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 91 | 0.01 | 0.65 | 0 | 0.64 | 298.98 | 0.48 | 0.24 |
| Hex | 5A | 20 | 5B | 1 | 41 | 0 | 40 | 12B | 30 | 18 |
| Octal | 132 | 40 | 133 | 1 | 101 | 0 | 100 | 453 | 60 | 30 |
| Binary | 1011010 | 100000 | 1011011 | 1 | 1000001 | 0 | 1000000 | 100101011 | 110000 | 11000 |
Color Harmonies of #5A205B
Complementary color
Monochromatic Colors of #5A205B
Black with #5A205B
Text Example
Text Example
White with #5A205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A205B; }
p { color: rgb(90,32,91); }
H1.HeaderClassName
{
color: #5A205B;
}
.AnyTagClassName
{
color: #5A205B;
}
</style>
background-color css
<style>
a { background-color: #5A205B; }
a { background-color: rgb(90,32,91); }
div.DivClassName
{
background-color: #5A205B;
}
.BgClassName
{
background-color: #5A205B;
}
</style>
border-color css
<style>
span { border-color: #5A205B; }
span { border-color: rgb(90,32,91); }
td.TdClassName
{
border-color: #5A205B;
}
.TagClassName
{
border-color: #5A205B;
}
</style>