Shades of Palatinate Purple #5A0455
Tints of Palatinate Purple #5A0455
RGB
CMYK
RGB Variations
Color information
#5A0455 (or 0x5A0455) is known color: Palatinate Purple. HEX triplet: 5A, 04 and 55. RGB value is (90,4,85). Sum of RGB (Red+Green+Blue) = 90+4+85=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0455 is #A5FBAA. Grayscale: #262626. Windows color (decimal): -10877867 or 5571674. OLE color: 5571674.
HSL color Cylindrical-coordinate representation of color #5A0455: hue angle of 303.49º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0455 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 85 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.65 |
| HSL | 303.49º | 0.91% | 0.18% | - |
| HSV(B) | 303.49º | 0.96% | 0.35% | - |
| XYZ | 5.9 | 2.92 | 8.85 | - |
| YUV | 38.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 85 | 0 | 0.96 | 0.06 | 0.65 | 303.49 | 0.91 | 0.18 |
| Hex | 5A | 4 | 55 | 0 | 60 | 6 | 41 | 12F | 5B | 12 |
| Octal | 132 | 4 | 125 | 0 | 140 | 6 | 101 | 457 | 133 | 22 |
| Binary | 1011010 | 100 | 1010101 | 0 | 1100000 | 110 | 1000001 | 100101111 | 1011011 | 10010 |
Color Harmonies of #5A0455
Complementary color
Monochromatic Colors of #5A0455
Black with #5A0455
Text Example
Text Example
White with #5A0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0455; }
p { color: rgb(90,4,85); }
H1.HeaderClassName
{
color: #5A0455;
}
.AnyTagClassName
{
color: #5A0455;
}
</style>
background-color css
<style>
a { background-color: #5A0455; }
a { background-color: rgb(90,4,85); }
div.DivClassName
{
background-color: #5A0455;
}
.BgClassName
{
background-color: #5A0455;
}
</style>
border-color css
<style>
span { border-color: #5A0455; }
span { border-color: rgb(90,4,85); }
td.TdClassName
{
border-color: #5A0455;
}
.TagClassName
{
border-color: #5A0455;
}
</style>