Shades of Palatinate Purple #5A035E
Tints of Palatinate Purple #5A035E
RGB
CMYK
RGB Variations
Color information
#5A035E (or 0x5A035E) is known color: Palatinate Purple. HEX triplet: 5A, 03 and 5E. RGB value is (90,3,94). Sum of RGB (Red+Green+Blue) = 90+3+94=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A035E is #A5FCA1. Grayscale: #272727. Windows color (decimal): -10878114 or 6161242. OLE color: 6161242.
HSL color Cylindrical-coordinate representation of color #5A035E: hue angle of 297.36º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A035E is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 3 | 94 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.63 |
| HSL | 297.36º | 0.94% | 0.19% | - |
| HSV(B) | 297.36º | 0.97% | 0.37% | - |
| XYZ | 6.27 | 3.05 | 10.85 | - |
| YUV | 39.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 94 | 0.04 | 0.97 | 0 | 0.63 | 297.36 | 0.94 | 0.19 |
| Hex | 5A | 3 | 5E | 4 | 61 | 0 | 3F | 129 | 5E | 13 |
| Octal | 132 | 3 | 136 | 4 | 141 | 0 | 77 | 451 | 136 | 23 |
| Binary | 1011010 | 11 | 1011110 | 100 | 1100001 | 0 | 111111 | 100101001 | 1011110 | 10011 |
Color Harmonies of #5A035E
Complementary color
Monochromatic Colors of #5A035E
Black with #5A035E
Text Example
Text Example
White with #5A035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A035E; }
p { color: rgb(90,3,94); }
H1.HeaderClassName
{
color: #5A035E;
}
.AnyTagClassName
{
color: #5A035E;
}
</style>
background-color css
<style>
a { background-color: #5A035E; }
a { background-color: rgb(90,3,94); }
div.DivClassName
{
background-color: #5A035E;
}
.BgClassName
{
background-color: #5A035E;
}
</style>
border-color css
<style>
span { border-color: #5A035E; }
span { border-color: rgb(90,3,94); }
td.TdClassName
{
border-color: #5A035E;
}
.TagClassName
{
border-color: #5A035E;
}
</style>