Shades of Palatinate Purple #5A2455
Tints of Palatinate Purple #5A2455
RGB
CMYK
RGB Variations
Color information
#5A2455 (or 0x5A2455) is known color: Palatinate Purple. HEX triplet: 5A, 24 and 55. RGB value is (90,36,85). Sum of RGB (Red+Green+Blue) = 90+36+85=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2455 is #A5DBAA. Grayscale: #393939. Windows color (decimal): -10869675 or 5579866. OLE color: 5579866.
HSL color Cylindrical-coordinate representation of color #5A2455: hue angle of 305.56º 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 #5A2455 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 85 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.65 |
| HSL | 305.56º | 0.43% | 0.25% | - |
| HSV(B) | 305.56º | 0.6% | 0.35% | - |
| XYZ | 6.49 | 4.09 | 9.04 | - |
| YUV | 57.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 85 | 0 | 0.60 | 0.06 | 0.65 | 305.56 | 0.43 | 0.25 |
| Hex | 5A | 24 | 55 | 0 | 3C | 6 | 41 | 132 | 2B | 19 |
| Octal | 132 | 44 | 125 | 0 | 74 | 6 | 101 | 462 | 53 | 31 |
| Binary | 1011010 | 100100 | 1010101 | 0 | 111100 | 110 | 1000001 | 100110010 | 101011 | 11001 |
Color Harmonies of #5A2455
Complementary color
Monochromatic Colors of #5A2455
Black with #5A2455
Text Example
Text Example
White with #5A2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2455; }
p { color: rgb(90,36,85); }
H1.HeaderClassName
{
color: #5A2455;
}
.AnyTagClassName
{
color: #5A2455;
}
</style>
background-color css
<style>
a { background-color: #5A2455; }
a { background-color: rgb(90,36,85); }
div.DivClassName
{
background-color: #5A2455;
}
.BgClassName
{
background-color: #5A2455;
}
</style>
border-color css
<style>
span { border-color: #5A2455; }
span { border-color: rgb(90,36,85); }
td.TdClassName
{
border-color: #5A2455;
}
.TagClassName
{
border-color: #5A2455;
}
</style>