Shades of Palatinate Purple #5A025F
Tints of Palatinate Purple #5A025F
RGB
CMYK
RGB Variations
Color information
#5A025F (or 0x5A025F) is known color: Palatinate Purple. HEX triplet: 5A, 02 and 5F. RGB value is (90,2,95). Sum of RGB (Red+Green+Blue) = 90+2+95=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A025F is #A5FDA0. Grayscale: #262626. Windows color (decimal): -10878369 or 6226522. OLE color: 6226522.
HSL color Cylindrical-coordinate representation of color #5A025F: hue angle of 296.77º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A025F is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 2 | 95 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.63 |
| HSL | 296.77º | 0.96% | 0.19% | - |
| HSV(B) | 296.77º | 0.98% | 0.37% | - |
| XYZ | 6.3 | 3.04 | 11.08 | - |
| YUV | 38.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 95 | 0.05 | 0.98 | 0 | 0.63 | 296.77 | 0.96 | 0.19 |
| Hex | 5A | 2 | 5F | 5 | 62 | 0 | 3F | 129 | 60 | 13 |
| Octal | 132 | 2 | 137 | 5 | 142 | 0 | 77 | 451 | 140 | 23 |
| Binary | 1011010 | 10 | 1011111 | 101 | 1100010 | 0 | 111111 | 100101001 | 1100000 | 10011 |
Color Harmonies of #5A025F
Complementary color
Monochromatic Colors of #5A025F
Black with #5A025F
Text Example
Text Example
White with #5A025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A025F; }
p { color: rgb(90,2,95); }
H1.HeaderClassName
{
color: #5A025F;
}
.AnyTagClassName
{
color: #5A025F;
}
</style>
background-color css
<style>
a { background-color: #5A025F; }
a { background-color: rgb(90,2,95); }
div.DivClassName
{
background-color: #5A025F;
}
.BgClassName
{
background-color: #5A025F;
}
</style>
border-color css
<style>
span { border-color: #5A025F; }
span { border-color: rgb(90,2,95); }
td.TdClassName
{
border-color: #5A025F;
}
.TagClassName
{
border-color: #5A025F;
}
</style>