Shades of Palatinate Purple #5A1256
Tints of Palatinate Purple #5A1256
RGB
CMYK
RGB Variations
Color information
#5A1256 (or 0x5A1256) is known color: Palatinate Purple. HEX triplet: 5A, 12 and 56. RGB value is (90,18,86). Sum of RGB (Red+Green+Blue) = 90+18+86=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1256 is #A5EDA9. Grayscale: #2F2F2F. Windows color (decimal): -10874282 or 5640794. OLE color: 5640794.
HSL color Cylindrical-coordinate representation of color #5A1256: hue angle of 303.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1256 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 86 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.65 |
| HSL | 303.33º | 0.67% | 0.21% | - |
| HSV(B) | 303.33º | 0.8% | 0.35% | - |
| XYZ | 6.11 | 3.28 | 9.11 | - |
| YUV | 47.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 86 | 0 | 0.80 | 0.04 | 0.65 | 303.33 | 0.67 | 0.21 |
| Hex | 5A | 12 | 56 | 0 | 50 | 4 | 41 | 12F | 43 | 15 |
| Octal | 132 | 22 | 126 | 0 | 120 | 4 | 101 | 457 | 103 | 25 |
| Binary | 1011010 | 10010 | 1010110 | 0 | 1010000 | 100 | 1000001 | 100101111 | 1000011 | 10101 |
Color Harmonies of #5A1256
Complementary color
Monochromatic Colors of #5A1256
Black with #5A1256
Text Example
Text Example
White with #5A1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1256; }
p { color: rgb(90,18,86); }
H1.HeaderClassName
{
color: #5A1256;
}
.AnyTagClassName
{
color: #5A1256;
}
</style>
background-color css
<style>
a { background-color: #5A1256; }
a { background-color: rgb(90,18,86); }
div.DivClassName
{
background-color: #5A1256;
}
.BgClassName
{
background-color: #5A1256;
}
</style>
border-color css
<style>
span { border-color: #5A1256; }
span { border-color: rgb(90,18,86); }
td.TdClassName
{
border-color: #5A1256;
}
.TagClassName
{
border-color: #5A1256;
}
</style>