Shades of Palatinate Purple #5A1857
Tints of Palatinate Purple #5A1857
RGB
CMYK
RGB Variations
Color information
#5A1857 (or 0x5A1857) is known color: Palatinate Purple. HEX triplet: 5A, 18 and 57. RGB value is (90,24,87). Sum of RGB (Red+Green+Blue) = 90+24+87=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1857 is #A5E7A8. Grayscale: #323232. Windows color (decimal): -10872745 or 5707866. OLE color: 5707866.
HSL color Cylindrical-coordinate representation of color #5A1857: hue angle of 302.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1857 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 87 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.65 |
| HSL | 302.73º | 0.58% | 0.22% | - |
| HSV(B) | 302.73º | 0.73% | 0.35% | - |
| XYZ | 6.26 | 3.52 | 9.37 | - |
| YUV | 50.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 87 | 0 | 0.73 | 0.03 | 0.65 | 302.73 | 0.58 | 0.22 |
| Hex | 5A | 18 | 57 | 0 | 49 | 3 | 41 | 12F | 3A | 16 |
| Octal | 132 | 30 | 127 | 0 | 111 | 3 | 101 | 457 | 72 | 26 |
| Binary | 1011010 | 11000 | 1010111 | 0 | 1001001 | 11 | 1000001 | 100101111 | 111010 | 10110 |
Color Harmonies of #5A1857
Complementary color
Monochromatic Colors of #5A1857
Black with #5A1857
Text Example
Text Example
White with #5A1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1857; }
p { color: rgb(90,24,87); }
H1.HeaderClassName
{
color: #5A1857;
}
.AnyTagClassName
{
color: #5A1857;
}
</style>
background-color css
<style>
a { background-color: #5A1857; }
a { background-color: rgb(90,24,87); }
div.DivClassName
{
background-color: #5A1857;
}
.BgClassName
{
background-color: #5A1857;
}
</style>
border-color css
<style>
span { border-color: #5A1857; }
span { border-color: rgb(90,24,87); }
td.TdClassName
{
border-color: #5A1857;
}
.TagClassName
{
border-color: #5A1857;
}
</style>