Shades of Palatinate Purple #5A0256
Tints of Palatinate Purple #5A0256
RGB
CMYK
RGB Variations
Color information
#5A0256 (or 0x5A0256) is known color: Palatinate Purple. HEX triplet: 5A, 02 and 56. RGB value is (90,2,86). Sum of RGB (Red+Green+Blue) = 90+2+86=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0256 is #A5FDA9. Grayscale: #252525. Windows color (decimal): -10878378 or 5636698. OLE color: 5636698.
HSL color Cylindrical-coordinate representation of color #5A0256: hue angle of 302.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0256 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.65 |
| HSL | 302.73º | 0.96% | 0.18% | - |
| HSV(B) | 302.73º | 0.98% | 0.35% | - |
| XYZ | 5.92 | 2.89 | 9.05 | - |
| YUV | 37.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 86 | 0 | 0.98 | 0.04 | 0.65 | 302.73 | 0.96 | 0.18 |
| Hex | 5A | 2 | 56 | 0 | 62 | 4 | 41 | 12F | 60 | 12 |
| Octal | 132 | 2 | 126 | 0 | 142 | 4 | 101 | 457 | 140 | 22 |
| Binary | 1011010 | 10 | 1010110 | 0 | 1100010 | 100 | 1000001 | 100101111 | 1100000 | 10010 |
Color Harmonies of #5A0256
Complementary color
Monochromatic Colors of #5A0256
Black with #5A0256
Text Example
Text Example
White with #5A0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0256; }
p { color: rgb(90,2,86); }
H1.HeaderClassName
{
color: #5A0256;
}
.AnyTagClassName
{
color: #5A0256;
}
</style>
background-color css
<style>
a { background-color: #5A0256; }
a { background-color: rgb(90,2,86); }
div.DivClassName
{
background-color: #5A0256;
}
.BgClassName
{
background-color: #5A0256;
}
</style>
border-color css
<style>
span { border-color: #5A0256; }
span { border-color: rgb(90,2,86); }
td.TdClassName
{
border-color: #5A0256;
}
.TagClassName
{
border-color: #5A0256;
}
</style>