Shades of Palatinate Purple #5A1852
Tints of Palatinate Purple #5A1852
RGB
CMYK
RGB Variations
Color information
#5A1852 (or 0x5A1852) is known color: Palatinate Purple. HEX triplet: 5A, 18 and 52. RGB value is (90,24,82). Sum of RGB (Red+Green+Blue) = 90+24+82=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1852 is #A5E7AD. Grayscale: #323232. Windows color (decimal): -10872750 or 5380186. OLE color: 5380186.
HSL color Cylindrical-coordinate representation of color #5A1852: hue angle of 307.27º 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 #5A1852 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 82 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.65 |
| HSL | 307.27º | 0.58% | 0.22% | - |
| HSV(B) | 307.27º | 0.73% | 0.35% | - |
| XYZ | 6.07 | 3.44 | 8.33 | - |
| YUV | 50.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 82 | 0 | 0.73 | 0.09 | 0.65 | 307.27 | 0.58 | 0.22 |
| Hex | 5A | 18 | 52 | 0 | 49 | 9 | 41 | 133 | 3A | 16 |
| Octal | 132 | 30 | 122 | 0 | 111 | 11 | 101 | 463 | 72 | 26 |
| Binary | 1011010 | 11000 | 1010010 | 0 | 1001001 | 1001 | 1000001 | 100110011 | 111010 | 10110 |
Color Harmonies of #5A1852
Complementary color
Monochromatic Colors of #5A1852
Black with #5A1852
Text Example
Text Example
White with #5A1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1852; }
p { color: rgb(90,24,82); }
H1.HeaderClassName
{
color: #5A1852;
}
.AnyTagClassName
{
color: #5A1852;
}
</style>
background-color css
<style>
a { background-color: #5A1852; }
a { background-color: rgb(90,24,82); }
div.DivClassName
{
background-color: #5A1852;
}
.BgClassName
{
background-color: #5A1852;
}
</style>
border-color css
<style>
span { border-color: #5A1852; }
span { border-color: rgb(90,24,82); }
td.TdClassName
{
border-color: #5A1852;
}
.TagClassName
{
border-color: #5A1852;
}
</style>