Shades of Palatinate Purple #5A1954
Tints of Palatinate Purple #5A1954
RGB
CMYK
RGB Variations
Color information
#5A1954 (or 0x5A1954) is known color: Palatinate Purple. HEX triplet: 5A, 19 and 54. RGB value is (90,25,84). Sum of RGB (Red+Green+Blue) = 90+25+84=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1954 is #A5E6AB. Grayscale: #323232. Windows color (decimal): -10872492 or 5511514. OLE color: 5511514.
HSL color Cylindrical-coordinate representation of color #5A1954: hue angle of 305.54º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A1954 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 84 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.65 |
| HSL | 305.54º | 0.57% | 0.23% | - |
| HSV(B) | 305.54º | 0.72% | 0.35% | - |
| XYZ | 6.16 | 3.51 | 8.74 | - |
| YUV | 51.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 84 | 0 | 0.72 | 0.07 | 0.65 | 305.54 | 0.57 | 0.23 |
| Hex | 5A | 19 | 54 | 0 | 48 | 7 | 41 | 132 | 39 | 17 |
| Octal | 132 | 31 | 124 | 0 | 110 | 7 | 101 | 462 | 71 | 27 |
| Binary | 1011010 | 11001 | 1010100 | 0 | 1001000 | 111 | 1000001 | 100110010 | 111001 | 10111 |
Color Harmonies of #5A1954
Complementary color
Monochromatic Colors of #5A1954
Black with #5A1954
Text Example
Text Example
White with #5A1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1954; }
p { color: rgb(90,25,84); }
H1.HeaderClassName
{
color: #5A1954;
}
.AnyTagClassName
{
color: #5A1954;
}
</style>
background-color css
<style>
a { background-color: #5A1954; }
a { background-color: rgb(90,25,84); }
div.DivClassName
{
background-color: #5A1954;
}
.BgClassName
{
background-color: #5A1954;
}
</style>
border-color css
<style>
span { border-color: #5A1954; }
span { border-color: rgb(90,25,84); }
td.TdClassName
{
border-color: #5A1954;
}
.TagClassName
{
border-color: #5A1954;
}
</style>