Shades of Palatinate Purple #5A0955
Tints of Palatinate Purple #5A0955
RGB
CMYK
RGB Variations
Color information
#5A0955 (or 0x5A0955) is known color: Palatinate Purple. HEX triplet: 5A, 09 and 55. RGB value is (90,9,85). Sum of RGB (Red+Green+Blue) = 90+9+85=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0955 is #A5F6AA. Grayscale: #292929. Windows color (decimal): -10876587 or 5572954. OLE color: 5572954.
HSL color Cylindrical-coordinate representation of color #5A0955: hue angle of 303.7º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0955 is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 85 | - |
| CMYK | 0 | 0.9 | 0.06 | 0.65 |
| HSL | 303.7º | 0.82% | 0.19% | - |
| HSV(B) | 303.7º | 0.9% | 0.35% | - |
| XYZ | 5.95 | 3.02 | 8.86 | - |
| YUV | 41.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 85 | 0 | 0.9 | 0.06 | 0.65 | 303.7 | 0.82 | 0.19 |
| Hex | 5A | 9 | 55 | 0 | 5A | 6 | 41 | 130 | 52 | 13 |
| Octal | 132 | 11 | 125 | 0 | 132 | 6 | 101 | 460 | 122 | 23 |
| Binary | 1011010 | 1001 | 1010101 | 0 | 1011010 | 110 | 1000001 | 100110000 | 1010010 | 10011 |
Color Harmonies of #5A0955
Complementary color
Monochromatic Colors of #5A0955
Black with #5A0955
Text Example
Text Example
White with #5A0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0955; }
p { color: rgb(90,9,85); }
H1.HeaderClassName
{
color: #5A0955;
}
.AnyTagClassName
{
color: #5A0955;
}
</style>
background-color css
<style>
a { background-color: #5A0955; }
a { background-color: rgb(90,9,85); }
div.DivClassName
{
background-color: #5A0955;
}
.BgClassName
{
background-color: #5A0955;
}
</style>
border-color css
<style>
span { border-color: #5A0955; }
span { border-color: rgb(90,9,85); }
td.TdClassName
{
border-color: #5A0955;
}
.TagClassName
{
border-color: #5A0955;
}
</style>