Shades of Palatinate Purple #5A035D
Tints of Palatinate Purple #5A035D
RGB
CMYK
RGB Variations
Color information
#5A035D (or 0x5A035D) is known color: Palatinate Purple. HEX triplet: 5A, 03 and 5D. RGB value is (90,3,93). Sum of RGB (Red+Green+Blue) = 90+3+93=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A035D is #A5FCA2. Grayscale: #272727. Windows color (decimal): -10878115 or 6095706. OLE color: 6095706.
HSL color Cylindrical-coordinate representation of color #5A035D: hue angle of 298º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A035D is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 3 | 93 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.64 |
| HSL | 298º | 0.94% | 0.19% | - |
| HSV(B) | 298º | 0.97% | 0.36% | - |
| XYZ | 6.22 | 3.03 | 10.61 | - |
| YUV | 39.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 93 | 0.03 | 0.97 | 0 | 0.64 | 298 | 0.94 | 0.19 |
| Hex | 5A | 3 | 5D | 3 | 61 | 0 | 40 | 12A | 5E | 13 |
| Octal | 132 | 3 | 135 | 3 | 141 | 0 | 100 | 452 | 136 | 23 |
| Binary | 1011010 | 11 | 1011101 | 11 | 1100001 | 0 | 1000000 | 100101010 | 1011110 | 10011 |
Color Harmonies of #5A035D
Complementary color
Monochromatic Colors of #5A035D
Black with #5A035D
Text Example
Text Example
White with #5A035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A035D; }
p { color: rgb(90,3,93); }
H1.HeaderClassName
{
color: #5A035D;
}
.AnyTagClassName
{
color: #5A035D;
}
</style>
background-color css
<style>
a { background-color: #5A035D; }
a { background-color: rgb(90,3,93); }
div.DivClassName
{
background-color: #5A035D;
}
.BgClassName
{
background-color: #5A035D;
}
</style>
border-color css
<style>
span { border-color: #5A035D; }
span { border-color: rgb(90,3,93); }
td.TdClassName
{
border-color: #5A035D;
}
.TagClassName
{
border-color: #5A035D;
}
</style>