Shades of Palatinate Purple #5A075A
Tints of Palatinate Purple #5A075A
RGB
CMYK
RGB Variations
Color information
#5A075A (or 0x5A075A) is known color: Palatinate Purple. HEX triplet: 5A, 07 and 5A. RGB value is (90,7,90). Sum of RGB (Red+Green+Blue) = 90+7+90=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A075A is #A5F8A5. Grayscale: #292929. Windows color (decimal): -10877094 or 5900122. OLE color: 5900122.
HSL color Cylindrical-coordinate representation of color #5A075A: hue angle of 300º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A075A is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 90 | - |
| CMYK | 0 | 0.92 | 0 | 0.65 |
| HSL | 300º | 0.86% | 0.19% | - |
| HSV(B) | 300º | 0.92% | 0.35% | - |
| XYZ | 6.14 | 3.06 | 9.94 | - |
| YUV | 41.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 90 | 0 | 0.92 | 0 | 0.65 | 300 | 0.86 | 0.19 |
| Hex | 5A | 7 | 5A | 0 | 5C | 0 | 41 | 12C | 56 | 13 |
| Octal | 132 | 7 | 132 | 0 | 134 | 0 | 101 | 454 | 126 | 23 |
| Binary | 1011010 | 111 | 1011010 | 0 | 1011100 | 0 | 1000001 | 100101100 | 1010110 | 10011 |
Color Harmonies of #5A075A
Complementary color
Monochromatic Colors of #5A075A
Black with #5A075A
Text Example
Text Example
White with #5A075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A075A; }
p { color: rgb(90,7,90); }
H1.HeaderClassName
{
color: #5A075A;
}
.AnyTagClassName
{
color: #5A075A;
}
</style>
background-color css
<style>
a { background-color: #5A075A; }
a { background-color: rgb(90,7,90); }
div.DivClassName
{
background-color: #5A075A;
}
.BgClassName
{
background-color: #5A075A;
}
</style>
border-color css
<style>
span { border-color: #5A075A; }
span { border-color: rgb(90,7,90); }
td.TdClassName
{
border-color: #5A075A;
}
.TagClassName
{
border-color: #5A075A;
}
</style>