Shades of Palatinate Purple #5A1452
Tints of Palatinate Purple #5A1452
RGB
CMYK
RGB Variations
Color information
#5A1452 (or 0x5A1452) is known color: Palatinate Purple. HEX triplet: 5A, 14 and 52. RGB value is (90,20,82). Sum of RGB (Red+Green+Blue) = 90+20+82=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1452 is #A5EBAD. Grayscale: #2F2F2F. Windows color (decimal): -10873774 or 5379162. OLE color: 5379162.
HSL color Cylindrical-coordinate representation of color #5A1452: hue angle of 306.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1452 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 82 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.65 |
| HSL | 306.86º | 0.64% | 0.22% | - |
| HSV(B) | 306.86º | 0.78% | 0.35% | - |
| XYZ | 5.99 | 3.28 | 8.3 | - |
| YUV | 48 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 82 | 0 | 0.78 | 0.09 | 0.65 | 306.86 | 0.64 | 0.22 |
| Hex | 5A | 14 | 52 | 0 | 4E | 9 | 41 | 133 | 40 | 16 |
| Octal | 132 | 24 | 122 | 0 | 116 | 11 | 101 | 463 | 100 | 26 |
| Binary | 1011010 | 10100 | 1010010 | 0 | 1001110 | 1001 | 1000001 | 100110011 | 1000000 | 10110 |
Color Harmonies of #5A1452
Complementary color
Monochromatic Colors of #5A1452
Black with #5A1452
Text Example
Text Example
White with #5A1452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1452; }
p { color: rgb(90,20,82); }
H1.HeaderClassName
{
color: #5A1452;
}
.AnyTagClassName
{
color: #5A1452;
}
</style>
background-color css
<style>
a { background-color: #5A1452; }
a { background-color: rgb(90,20,82); }
div.DivClassName
{
background-color: #5A1452;
}
.BgClassName
{
background-color: #5A1452;
}
</style>
border-color css
<style>
span { border-color: #5A1452; }
span { border-color: rgb(90,20,82); }
td.TdClassName
{
border-color: #5A1452;
}
.TagClassName
{
border-color: #5A1452;
}
</style>