Shades of Palatinate Purple #5A065A
Tints of Palatinate Purple #5A065A
RGB
CMYK
RGB Variations
Color information
#5A065A (or 0x5A065A) is known color: Palatinate Purple. HEX triplet: 5A, 06 and 5A. RGB value is (90,6,90). Sum of RGB (Red+Green+Blue) = 90+6+90=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A065A is #A5F9A5. Grayscale: #282828. Windows color (decimal): -10877350 or 5899866. OLE color: 5899866.
HSL color Cylindrical-coordinate representation of color #5A065A: hue angle of 300º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A065A is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 6 | 90 | - |
| CMYK | 0 | 0.93 | 0 | 0.65 |
| HSL | 300º | 0.88% | 0.19% | - |
| HSV(B) | 300º | 0.93% | 0.35% | - |
| XYZ | 6.13 | 3.04 | 9.94 | - |
| YUV | 40.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 90 | 0 | 0.93 | 0 | 0.65 | 300 | 0.88 | 0.19 |
| Hex | 5A | 6 | 5A | 0 | 5D | 0 | 41 | 12C | 58 | 13 |
| Octal | 132 | 6 | 132 | 0 | 135 | 0 | 101 | 454 | 130 | 23 |
| Binary | 1011010 | 110 | 1011010 | 0 | 1011101 | 0 | 1000001 | 100101100 | 1011000 | 10011 |
Color Harmonies of #5A065A
Complementary color
Monochromatic Colors of #5A065A
Black with #5A065A
Text Example
Text Example
White with #5A065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A065A; }
p { color: rgb(90,6,90); }
H1.HeaderClassName
{
color: #5A065A;
}
.AnyTagClassName
{
color: #5A065A;
}
</style>
background-color css
<style>
a { background-color: #5A065A; }
a { background-color: rgb(90,6,90); }
div.DivClassName
{
background-color: #5A065A;
}
.BgClassName
{
background-color: #5A065A;
}
</style>
border-color css
<style>
span { border-color: #5A065A; }
span { border-color: rgb(90,6,90); }
td.TdClassName
{
border-color: #5A065A;
}
.TagClassName
{
border-color: #5A065A;
}
</style>