Shades of Palatinate Purple #5A1F56
Tints of Palatinate Purple #5A1F56
RGB
CMYK
RGB Variations
Color information
#5A1F56 (or 0x5A1F56) is known color: Palatinate Purple. HEX triplet: 5A, 1F and 56. RGB value is (90,31,86). Sum of RGB (Red+Green+Blue) = 90+31+86=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1F56 is #A5E0A9. Grayscale: #363636. Windows color (decimal): -10870954 or 5644122. OLE color: 5644122.
HSL color Cylindrical-coordinate representation of color #5A1F56: hue angle of 304.07º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A1F56 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 31 | 86 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.65 |
| HSL | 304.07º | 0.49% | 0.24% | - |
| HSV(B) | 304.07º | 0.66% | 0.35% | - |
| XYZ | 6.39 | 3.83 | 9.21 | - |
| YUV | 54.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 86 | 0 | 0.66 | 0.04 | 0.65 | 304.07 | 0.49 | 0.24 |
| Hex | 5A | 1F | 56 | 0 | 42 | 4 | 41 | 130 | 31 | 18 |
| Octal | 132 | 37 | 126 | 0 | 102 | 4 | 101 | 460 | 61 | 30 |
| Binary | 1011010 | 11111 | 1010110 | 0 | 1000010 | 100 | 1000001 | 100110000 | 110001 | 11000 |
Color Harmonies of #5A1F56
Complementary color
Monochromatic Colors of #5A1F56
Black with #5A1F56
Text Example
Text Example
White with #5A1F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1F56; }
p { color: rgb(90,31,86); }
H1.HeaderClassName
{
color: #5A1F56;
}
.AnyTagClassName
{
color: #5A1F56;
}
</style>
background-color css
<style>
a { background-color: #5A1F56; }
a { background-color: rgb(90,31,86); }
div.DivClassName
{
background-color: #5A1F56;
}
.BgClassName
{
background-color: #5A1F56;
}
</style>
border-color css
<style>
span { border-color: #5A1F56; }
span { border-color: rgb(90,31,86); }
td.TdClassName
{
border-color: #5A1F56;
}
.TagClassName
{
border-color: #5A1F56;
}
</style>