Shades of Palatinate Purple #5A005E
Tints of Palatinate Purple #5A005E
RGB
CMYK
RGB Variations
Color information
#5A005E (or 0x5A005E) is known color: Palatinate Purple. HEX triplet: 5A, 00 and 5E. RGB value is (90,0,94). Sum of RGB (Red+Green+Blue) = 90+0+94=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A005E is #A5FFA1. Grayscale: #252525. Windows color (decimal): -10878882 or 6160474. OLE color: 6160474.
HSL color Cylindrical-coordinate representation of color #5A005E: hue angle of 297.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A005E is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 0 | 94 | - |
| CMYK | 0.04 | 1 | 0 | 0.63 |
| HSL | 297.45º | 1% | 0.18% | - |
| HSV(B) | 297.45º | 1% | 0.37% | - |
| XYZ | 6.24 | 2.98 | 10.84 | - |
| YUV | 37.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 94 | 0.04 | 1 | 0 | 0.63 | 297.45 | 1 | 0.18 |
| Hex | 5A | 0 | 5E | 4 | 64 | 0 | 3F | 129 | 64 | 12 |
| Octal | 132 | 0 | 136 | 4 | 144 | 0 | 77 | 451 | 144 | 22 |
| Binary | 1011010 | 0 | 1011110 | 100 | 1100100 | 0 | 111111 | 100101001 | 1100100 | 10010 |
Color Harmonies of #5A005E
Complementary color
Monochromatic Colors of #5A005E
Black with #5A005E
Text Example
Text Example
White with #5A005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A005E; }
p { color: rgb(90,0,94); }
H1.HeaderClassName
{
color: #5A005E;
}
.AnyTagClassName
{
color: #5A005E;
}
</style>
background-color css
<style>
a { background-color: #5A005E; }
a { background-color: rgb(90,0,94); }
div.DivClassName
{
background-color: #5A005E;
}
.BgClassName
{
background-color: #5A005E;
}
</style>
border-color css
<style>
span { border-color: #5A005E; }
span { border-color: rgb(90,0,94); }
td.TdClassName
{
border-color: #5A005E;
}
.TagClassName
{
border-color: #5A005E;
}
</style>