Shades of Palatinate Purple #5A025A
Tints of Palatinate Purple #5A025A
RGB
CMYK
RGB Variations
Color information
#5A025A (or 0x5A025A) is known color: Palatinate Purple. HEX triplet: 5A, 02 and 5A. RGB value is (90,2,90). Sum of RGB (Red+Green+Blue) = 90+2+90=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A025A is #A5FDA5. Grayscale: #262626. Windows color (decimal): -10878374 or 5898842. OLE color: 5898842.
HSL color Cylindrical-coordinate representation of color #5A025A: hue angle of 300º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A025A is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 90 | - |
| CMYK | 0 | 0.98 | 0 | 0.65 |
| HSL | 300º | 0.96% | 0.18% | - |
| HSV(B) | 300º | 0.98% | 0.35% | - |
| XYZ | 6.08 | 2.96 | 9.92 | - |
| YUV | 38.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 90 | 0 | 0.98 | 0 | 0.65 | 300 | 0.96 | 0.18 |
| Hex | 5A | 2 | 5A | 0 | 62 | 0 | 41 | 12C | 60 | 12 |
| Octal | 132 | 2 | 132 | 0 | 142 | 0 | 101 | 454 | 140 | 22 |
| Binary | 1011010 | 10 | 1011010 | 0 | 1100010 | 0 | 1000001 | 100101100 | 1100000 | 10010 |
Color Harmonies of #5A025A
Complementary color
Monochromatic Colors of #5A025A
Black with #5A025A
Text Example
Text Example
White with #5A025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A025A; }
p { color: rgb(90,2,90); }
H1.HeaderClassName
{
color: #5A025A;
}
.AnyTagClassName
{
color: #5A025A;
}
</style>
background-color css
<style>
a { background-color: #5A025A; }
a { background-color: rgb(90,2,90); }
div.DivClassName
{
background-color: #5A025A;
}
.BgClassName
{
background-color: #5A025A;
}
</style>
border-color css
<style>
span { border-color: #5A025A; }
span { border-color: rgb(90,2,90); }
td.TdClassName
{
border-color: #5A025A;
}
.TagClassName
{
border-color: #5A025A;
}
</style>