Shades of Palatinate Purple #5A2555
Tints of Palatinate Purple #5A2555
RGB
CMYK
RGB Variations
Color information
#5A2555 (or 0x5A2555) is known color: Palatinate Purple. HEX triplet: 5A, 25 and 55. RGB value is (90,37,85). Sum of RGB (Red+Green+Blue) = 90+37+85=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2555 is #A5DAAA. Grayscale: #3A3A3A. Windows color (decimal): -10869419 or 5580122. OLE color: 5580122.
HSL color Cylindrical-coordinate representation of color #5A2555: hue angle of 305.66º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2555 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 37 | 85 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.65 |
| HSL | 305.66º | 0.42% | 0.25% | - |
| HSV(B) | 305.66º | 0.59% | 0.35% | - |
| XYZ | 6.52 | 4.15 | 9.05 | - |
| YUV | 58.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 85 | 0 | 0.59 | 0.06 | 0.65 | 305.66 | 0.42 | 0.25 |
| Hex | 5A | 25 | 55 | 0 | 3B | 6 | 41 | 132 | 2A | 19 |
| Octal | 132 | 45 | 125 | 0 | 73 | 6 | 101 | 462 | 52 | 31 |
| Binary | 1011010 | 100101 | 1010101 | 0 | 111011 | 110 | 1000001 | 100110010 | 101010 | 11001 |
Color Harmonies of #5A2555
Complementary color
Monochromatic Colors of #5A2555
Black with #5A2555
Text Example
Text Example
White with #5A2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2555; }
p { color: rgb(90,37,85); }
H1.HeaderClassName
{
color: #5A2555;
}
.AnyTagClassName
{
color: #5A2555;
}
</style>
background-color css
<style>
a { background-color: #5A2555; }
a { background-color: rgb(90,37,85); }
div.DivClassName
{
background-color: #5A2555;
}
.BgClassName
{
background-color: #5A2555;
}
</style>
border-color css
<style>
span { border-color: #5A2555; }
span { border-color: rgb(90,37,85); }
td.TdClassName
{
border-color: #5A2555;
}
.TagClassName
{
border-color: #5A2555;
}
</style>