Shades of Palatinate Purple #5A2350
Tints of Palatinate Purple #5A2350
RGB
CMYK
RGB Variations
Color information
#5A2350 (or 0x5A2350) is known color: Palatinate Purple. HEX triplet: 5A, 23 and 50. RGB value is (90,35,80). Sum of RGB (Red+Green+Blue) = 90+35+80=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2350 is #A5DCAF. Grayscale: #383838. Windows color (decimal): -10869936 or 5251930. OLE color: 5251930.
HSL color Cylindrical-coordinate representation of color #5A2350: hue angle of 310.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A2350 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 80 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.65 |
| HSL | 310.91º | 0.44% | 0.25% | - |
| HSV(B) | 310.91º | 0.61% | 0.35% | - |
| XYZ | 6.27 | 3.95 | 8.02 | - |
| YUV | 56.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 80 | 0 | 0.61 | 0.11 | 0.65 | 310.91 | 0.44 | 0.25 |
| Hex | 5A | 23 | 50 | 0 | 3D | B | 41 | 137 | 2C | 19 |
| Octal | 132 | 43 | 120 | 0 | 75 | 13 | 101 | 467 | 54 | 31 |
| Binary | 1011010 | 100011 | 1010000 | 0 | 111101 | 1011 | 1000001 | 100110111 | 101100 | 11001 |
Color Harmonies of #5A2350
Complementary color
Monochromatic Colors of #5A2350
Black with #5A2350
Text Example
Text Example
White with #5A2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2350; }
p { color: rgb(90,35,80); }
H1.HeaderClassName
{
color: #5A2350;
}
.AnyTagClassName
{
color: #5A2350;
}
</style>
background-color css
<style>
a { background-color: #5A2350; }
a { background-color: rgb(90,35,80); }
div.DivClassName
{
background-color: #5A2350;
}
.BgClassName
{
background-color: #5A2350;
}
</style>
border-color css
<style>
span { border-color: #5A2350; }
span { border-color: rgb(90,35,80); }
td.TdClassName
{
border-color: #5A2350;
}
.TagClassName
{
border-color: #5A2350;
}
</style>