Shades of Palatinate Purple #5A015E
Tints of Palatinate Purple #5A015E
RGB
CMYK
RGB Variations
Color information
#5A015E (or 0x5A015E) is known color: Palatinate Purple. HEX triplet: 5A, 01 and 5E. RGB value is (90,1,94). Sum of RGB (Red+Green+Blue) = 90+1+94=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A015E is #A5FEA1. Grayscale: #252525. Windows color (decimal): -10878626 or 6160730. OLE color: 6160730.
HSL color Cylindrical-coordinate representation of color #5A015E: hue angle of 297.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A015E is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 1 | 94 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.63 |
| HSL | 297.42º | 0.98% | 0.19% | - |
| HSV(B) | 297.42º | 0.99% | 0.37% | - |
| XYZ | 6.25 | 3 | 10.84 | - |
| YUV | 38.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 94 | 0.04 | 0.99 | 0 | 0.63 | 297.42 | 0.98 | 0.19 |
| Hex | 5A | 1 | 5E | 4 | 63 | 0 | 3F | 129 | 62 | 13 |
| Octal | 132 | 1 | 136 | 4 | 143 | 0 | 77 | 451 | 142 | 23 |
| Binary | 1011010 | 1 | 1011110 | 100 | 1100011 | 0 | 111111 | 100101001 | 1100010 | 10011 |
Color Harmonies of #5A015E
Complementary color
Monochromatic Colors of #5A015E
Black with #5A015E
Text Example
Text Example
White with #5A015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A015E; }
p { color: rgb(90,1,94); }
H1.HeaderClassName
{
color: #5A015E;
}
.AnyTagClassName
{
color: #5A015E;
}
</style>
background-color css
<style>
a { background-color: #5A015E; }
a { background-color: rgb(90,1,94); }
div.DivClassName
{
background-color: #5A015E;
}
.BgClassName
{
background-color: #5A015E;
}
</style>
border-color css
<style>
span { border-color: #5A015E; }
span { border-color: rgb(90,1,94); }
td.TdClassName
{
border-color: #5A015E;
}
.TagClassName
{
border-color: #5A015E;
}
</style>