Shades of Palatinate Purple #5A2452
Tints of Palatinate Purple #5A2452
RGB
CMYK
RGB Variations
Color information
#5A2452 (or 0x5A2452) is known color: Palatinate Purple. HEX triplet: 5A, 24 and 52. RGB value is (90,36,82). Sum of RGB (Red+Green+Blue) = 90+36+82=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2452 is #A5DBAD. Grayscale: #393939. Windows color (decimal): -10869678 or 5383258. OLE color: 5383258.
HSL color Cylindrical-coordinate representation of color #5A2452: hue angle of 308.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2452 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 82 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.65 |
| HSL | 308.89º | 0.43% | 0.25% | - |
| HSV(B) | 308.89º | 0.6% | 0.35% | - |
| XYZ | 6.37 | 4.04 | 8.43 | - |
| YUV | 57.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 82 | 0 | 0.60 | 0.09 | 0.65 | 308.89 | 0.43 | 0.25 |
| Hex | 5A | 24 | 52 | 0 | 3C | 9 | 41 | 135 | 2B | 19 |
| Octal | 132 | 44 | 122 | 0 | 74 | 11 | 101 | 465 | 53 | 31 |
| Binary | 1011010 | 100100 | 1010010 | 0 | 111100 | 1001 | 1000001 | 100110101 | 101011 | 11001 |
Color Harmonies of #5A2452
Complementary color
Monochromatic Colors of #5A2452
Black with #5A2452
Text Example
Text Example
White with #5A2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2452; }
p { color: rgb(90,36,82); }
H1.HeaderClassName
{
color: #5A2452;
}
.AnyTagClassName
{
color: #5A2452;
}
</style>
background-color css
<style>
a { background-color: #5A2452; }
a { background-color: rgb(90,36,82); }
div.DivClassName
{
background-color: #5A2452;
}
.BgClassName
{
background-color: #5A2452;
}
</style>
border-color css
<style>
span { border-color: #5A2452; }
span { border-color: rgb(90,36,82); }
td.TdClassName
{
border-color: #5A2452;
}
.TagClassName
{
border-color: #5A2452;
}
</style>