Shades of Palatinate Purple #5A005A
Tints of Palatinate Purple #5A005A
RGB
CMYK
RGB Variations
Color information
#5A005A (or 0x5A005A) is known color: Palatinate Purple. HEX triplet: 5A, 00 and 5A. RGB value is (90,0,90). Sum of RGB (Red+Green+Blue) = 90+0+90=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A005A is #A5FFA5. Grayscale: #242424. Windows color (decimal): -10878886 or 5898330. OLE color: 5898330.
HSL color Cylindrical-coordinate representation of color #5A005A: hue angle of 300º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A005A is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 90 | - |
| CMYK | 0 | 1 | 0 | 0.65 |
| HSL | 300º | 1% | 0.18% | - |
| HSV(B) | 300º | 1% | 0.35% | - |
| XYZ | 6.06 | 2.91 | 9.92 | - |
| YUV | 37.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 90 | 0 | 1 | 0 | 0.65 | 300 | 1 | 0.18 |
| Hex | 5A | 0 | 5A | 0 | 64 | 0 | 41 | 12C | 64 | 12 |
| Octal | 132 | 0 | 132 | 0 | 144 | 0 | 101 | 454 | 144 | 22 |
| Binary | 1011010 | 0 | 1011010 | 0 | 1100100 | 0 | 1000001 | 100101100 | 1100100 | 10010 |
Color Harmonies of #5A005A
Complementary color
Monochromatic Colors of #5A005A
Black with #5A005A
Text Example
Text Example
White with #5A005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A005A; }
p { color: rgb(90,0,90); }
H1.HeaderClassName
{
color: #5A005A;
}
.AnyTagClassName
{
color: #5A005A;
}
</style>
background-color css
<style>
a { background-color: #5A005A; }
a { background-color: rgb(90,0,90); }
div.DivClassName
{
background-color: #5A005A;
}
.BgClassName
{
background-color: #5A005A;
}
</style>
border-color css
<style>
span { border-color: #5A005A; }
span { border-color: rgb(90,0,90); }
td.TdClassName
{
border-color: #5A005A;
}
.TagClassName
{
border-color: #5A005A;
}
</style>