Shades of Palatinate Purple #5A1652
Tints of Palatinate Purple #5A1652
RGB
CMYK
RGB Variations
Color information
#5A1652 (or 0x5A1652) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 52. RGB value is (90,22,82). Sum of RGB (Red+Green+Blue) = 90+22+82=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1652 is #A5E9AD. Grayscale: #313131. Windows color (decimal): -10873262 or 5379674. OLE color: 5379674.
HSL color Cylindrical-coordinate representation of color #5A1652: hue angle of 307.06º 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 #5A1652 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 82 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.65 |
| HSL | 307.06º | 0.61% | 0.22% | - |
| HSV(B) | 307.06º | 0.76% | 0.35% | - |
| XYZ | 6.03 | 3.36 | 8.31 | - |
| YUV | 49.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 82 | 0 | 0.76 | 0.09 | 0.65 | 307.06 | 0.61 | 0.22 |
| Hex | 5A | 16 | 52 | 0 | 4C | 9 | 41 | 133 | 3D | 16 |
| Octal | 132 | 26 | 122 | 0 | 114 | 11 | 101 | 463 | 75 | 26 |
| Binary | 1011010 | 10110 | 1010010 | 0 | 1001100 | 1001 | 1000001 | 100110011 | 111101 | 10110 |
Color Harmonies of #5A1652
Complementary color
Monochromatic Colors of #5A1652
Black with #5A1652
Text Example
Text Example
White with #5A1652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1652; }
p { color: rgb(90,22,82); }
H1.HeaderClassName
{
color: #5A1652;
}
.AnyTagClassName
{
color: #5A1652;
}
</style>
background-color css
<style>
a { background-color: #5A1652; }
a { background-color: rgb(90,22,82); }
div.DivClassName
{
background-color: #5A1652;
}
.BgClassName
{
background-color: #5A1652;
}
</style>
border-color css
<style>
span { border-color: #5A1652; }
span { border-color: rgb(90,22,82); }
td.TdClassName
{
border-color: #5A1652;
}
.TagClassName
{
border-color: #5A1652;
}
</style>