Shades of Palatinate Purple #5A1653
Tints of Palatinate Purple #5A1653
RGB
CMYK
RGB Variations
Color information
#5A1653 (or 0x5A1653) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 53. RGB value is (90,22,83). Sum of RGB (Red+Green+Blue) = 90+22+83=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1653 is #A5E9AC. Grayscale: #313131. Windows color (decimal): -10873261 or 5445210. OLE color: 5445210.
HSL color Cylindrical-coordinate representation of color #5A1653: hue angle of 306.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1653 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 83 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.65 |
| HSL | 306.18º | 0.61% | 0.22% | - |
| HSV(B) | 306.18º | 0.76% | 0.35% | - |
| XYZ | 6.06 | 3.37 | 8.51 | - |
| YUV | 49.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 83 | 0 | 0.76 | 0.08 | 0.65 | 306.18 | 0.61 | 0.22 |
| Hex | 5A | 16 | 53 | 0 | 4C | 8 | 41 | 132 | 3D | 16 |
| Octal | 132 | 26 | 123 | 0 | 114 | 10 | 101 | 462 | 75 | 26 |
| Binary | 1011010 | 10110 | 1010011 | 0 | 1001100 | 1000 | 1000001 | 100110010 | 111101 | 10110 |
Color Harmonies of #5A1653
Complementary color
Monochromatic Colors of #5A1653
Black with #5A1653
Text Example
Text Example
White with #5A1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1653; }
p { color: rgb(90,22,83); }
H1.HeaderClassName
{
color: #5A1653;
}
.AnyTagClassName
{
color: #5A1653;
}
</style>
background-color css
<style>
a { background-color: #5A1653; }
a { background-color: rgb(90,22,83); }
div.DivClassName
{
background-color: #5A1653;
}
.BgClassName
{
background-color: #5A1653;
}
</style>
border-color css
<style>
span { border-color: #5A1653; }
span { border-color: rgb(90,22,83); }
td.TdClassName
{
border-color: #5A1653;
}
.TagClassName
{
border-color: #5A1653;
}
</style>