Shades of Palatinate Purple #5A0954
Tints of Palatinate Purple #5A0954
RGB
CMYK
RGB Variations
Color information
#5A0954 (or 0x5A0954) is known color: Palatinate Purple. HEX triplet: 5A, 09 and 54. RGB value is (90,9,84). Sum of RGB (Red+Green+Blue) = 90+9+84=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0954 is #A5F6AB. Grayscale: #292929. Windows color (decimal): -10876588 or 5507418. OLE color: 5507418.
HSL color Cylindrical-coordinate representation of color #5A0954: hue angle of 304.44º 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 #5A0954 is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 84 | - |
| CMYK | 0 | 0.9 | 0.07 | 0.65 |
| HSL | 304.44º | 0.82% | 0.19% | - |
| HSV(B) | 304.44º | 0.9% | 0.35% | - |
| XYZ | 5.91 | 3.01 | 8.66 | - |
| YUV | 41.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 84 | 0 | 0.9 | 0.07 | 0.65 | 304.44 | 0.82 | 0.19 |
| Hex | 5A | 9 | 54 | 0 | 5A | 7 | 41 | 130 | 52 | 13 |
| Octal | 132 | 11 | 124 | 0 | 132 | 7 | 101 | 460 | 122 | 23 |
| Binary | 1011010 | 1001 | 1010100 | 0 | 1011010 | 111 | 1000001 | 100110000 | 1010010 | 10011 |
Color Harmonies of #5A0954
Complementary color
Monochromatic Colors of #5A0954
Black with #5A0954
Text Example
Text Example
White with #5A0954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0954; }
p { color: rgb(90,9,84); }
H1.HeaderClassName
{
color: #5A0954;
}
.AnyTagClassName
{
color: #5A0954;
}
</style>
background-color css
<style>
a { background-color: #5A0954; }
a { background-color: rgb(90,9,84); }
div.DivClassName
{
background-color: #5A0954;
}
.BgClassName
{
background-color: #5A0954;
}
</style>
border-color css
<style>
span { border-color: #5A0954; }
span { border-color: rgb(90,9,84); }
td.TdClassName
{
border-color: #5A0954;
}
.TagClassName
{
border-color: #5A0954;
}
</style>