Shades of Palatinate Purple #5A015F
Tints of Palatinate Purple #5A015F
RGB
CMYK
RGB Variations
Color information
#5A015F (or 0x5A015F) is known color: Palatinate Purple. HEX triplet: 5A, 01 and 5F. RGB value is (90,1,95). Sum of RGB (Red+Green+Blue) = 90+1+95=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A015F is #A5FEA0. Grayscale: #262626. Windows color (decimal): -10878625 or 6226266. OLE color: 6226266.
HSL color Cylindrical-coordinate representation of color #5A015F: hue angle of 296.81º 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 #5A015F is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 1 | 95 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.63 |
| HSL | 296.81º | 0.98% | 0.19% | - |
| HSV(B) | 296.81º | 0.99% | 0.37% | - |
| XYZ | 6.29 | 3.02 | 11.08 | - |
| YUV | 38.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 95 | 0.05 | 0.99 | 0 | 0.63 | 296.81 | 0.98 | 0.19 |
| Hex | 5A | 1 | 5F | 5 | 63 | 0 | 3F | 129 | 62 | 13 |
| Octal | 132 | 1 | 137 | 5 | 143 | 0 | 77 | 451 | 142 | 23 |
| Binary | 1011010 | 1 | 1011111 | 101 | 1100011 | 0 | 111111 | 100101001 | 1100010 | 10011 |
Color Harmonies of #5A015F
Complementary color
Monochromatic Colors of #5A015F
Black with #5A015F
Text Example
Text Example
White with #5A015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A015F; }
p { color: rgb(90,1,95); }
H1.HeaderClassName
{
color: #5A015F;
}
.AnyTagClassName
{
color: #5A015F;
}
</style>
background-color css
<style>
a { background-color: #5A015F; }
a { background-color: rgb(90,1,95); }
div.DivClassName
{
background-color: #5A015F;
}
.BgClassName
{
background-color: #5A015F;
}
</style>
border-color css
<style>
span { border-color: #5A015F; }
span { border-color: rgb(90,1,95); }
td.TdClassName
{
border-color: #5A015F;
}
.TagClassName
{
border-color: #5A015F;
}
</style>