Shades of Palatinate Purple #5A0757
Tints of Palatinate Purple #5A0757
RGB
CMYK
RGB Variations
Color information
#5A0757 (or 0x5A0757) is known color: Palatinate Purple. HEX triplet: 5A, 07 and 57. RGB value is (90,7,87). Sum of RGB (Red+Green+Blue) = 90+7+87=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0757 is #A5F8A8. Grayscale: #282828. Windows color (decimal): -10877097 or 5703514. OLE color: 5703514.
HSL color Cylindrical-coordinate representation of color #5A0757: hue angle of 302.17º 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 #5A0757 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 87 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.65 |
| HSL | 302.17º | 0.86% | 0.19% | - |
| HSV(B) | 302.17º | 0.92% | 0.35% | - |
| XYZ | 6.01 | 3.01 | 9.28 | - |
| YUV | 40.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 87 | 0 | 0.92 | 0.03 | 0.65 | 302.17 | 0.86 | 0.19 |
| Hex | 5A | 7 | 57 | 0 | 5C | 3 | 41 | 12E | 56 | 13 |
| Octal | 132 | 7 | 127 | 0 | 134 | 3 | 101 | 456 | 126 | 23 |
| Binary | 1011010 | 111 | 1010111 | 0 | 1011100 | 11 | 1000001 | 100101110 | 1010110 | 10011 |
Color Harmonies of #5A0757
Complementary color
Monochromatic Colors of #5A0757
Black with #5A0757
Text Example
Text Example
White with #5A0757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0757; }
p { color: rgb(90,7,87); }
H1.HeaderClassName
{
color: #5A0757;
}
.AnyTagClassName
{
color: #5A0757;
}
</style>
background-color css
<style>
a { background-color: #5A0757; }
a { background-color: rgb(90,7,87); }
div.DivClassName
{
background-color: #5A0757;
}
.BgClassName
{
background-color: #5A0757;
}
</style>
border-color css
<style>
span { border-color: #5A0757; }
span { border-color: rgb(90,7,87); }
td.TdClassName
{
border-color: #5A0757;
}
.TagClassName
{
border-color: #5A0757;
}
</style>