Shades of Palatinate Purple #5A3257
Tints of Palatinate Purple #5A3257
RGB
CMYK
RGB Variations
Color information
#5A3257 (or 0x5A3257) is known color: Palatinate Purple. HEX triplet: 5A, 32 and 57. RGB value is (90,50,87). Sum of RGB (Red+Green+Blue) = 90+50+87=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3257 is #A5CDA8. Grayscale: #424242. Windows color (decimal): -10866089 or 5714522. OLE color: 5714522.
HSL color Cylindrical-coordinate representation of color #5A3257: hue angle of 304.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A3257 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 50 | 87 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.65 |
| HSL | 304.5º | 0.29% | 0.27% | - |
| HSV(B) | 304.5º | 0.44% | 0.35% | - |
| XYZ | 7.08 | 5.14 | 9.64 | - |
| YUV | 66.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 87 | 0 | 0.44 | 0.03 | 0.65 | 304.5 | 0.29 | 0.27 |
| Hex | 5A | 32 | 57 | 0 | 2C | 3 | 41 | 130 | 1D | 1B |
| Octal | 132 | 62 | 127 | 0 | 54 | 3 | 101 | 460 | 35 | 33 |
| Binary | 1011010 | 110010 | 1010111 | 0 | 101100 | 11 | 1000001 | 100110000 | 11101 | 11011 |
Color Harmonies of #5A3257
Complementary color
Monochromatic Colors of #5A3257
Black with #5A3257
Text Example
Text Example
White with #5A3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3257; }
p { color: rgb(90,50,87); }
H1.HeaderClassName
{
color: #5A3257;
}
.AnyTagClassName
{
color: #5A3257;
}
</style>
background-color css
<style>
a { background-color: #5A3257; }
a { background-color: rgb(90,50,87); }
div.DivClassName
{
background-color: #5A3257;
}
.BgClassName
{
background-color: #5A3257;
}
</style>
border-color css
<style>
span { border-color: #5A3257; }
span { border-color: rgb(90,50,87); }
td.TdClassName
{
border-color: #5A3257;
}
.TagClassName
{
border-color: #5A3257;
}
</style>