Shades of Palatinate Purple #5A104E
Tints of Palatinate Purple #5A104E
RGB
CMYK
RGB Variations
Color information
#5A104E (or 0x5A104E) is known color: Palatinate Purple. HEX triplet: 5A, 10 and 4E. RGB value is (90,16,78). Sum of RGB (Red+Green+Blue) = 90+16+78=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A104E is #A5EFB1. Grayscale: #2D2D2D. Windows color (decimal): -10874802 or 5115994. OLE color: 5115994.
HSL color Cylindrical-coordinate representation of color #5A104E: hue angle of 309.73º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A104E is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 78 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.65 |
| HSL | 309.73º | 0.7% | 0.21% | - |
| HSV(B) | 309.73º | 0.82% | 0.35% | - |
| XYZ | 5.78 | 3.09 | 7.5 | - |
| YUV | 45.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 78 | 0 | 0.82 | 0.13 | 0.65 | 309.73 | 0.7 | 0.21 |
| Hex | 5A | 10 | 4E | 0 | 52 | D | 41 | 136 | 46 | 15 |
| Octal | 132 | 20 | 116 | 0 | 122 | 15 | 101 | 466 | 106 | 25 |
| Binary | 1011010 | 10000 | 1001110 | 0 | 1010010 | 1101 | 1000001 | 100110110 | 1000110 | 10101 |
Color Harmonies of #5A104E
Complementary color
Monochromatic Colors of #5A104E
Black with #5A104E
Text Example
Text Example
White with #5A104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A104E; }
p { color: rgb(90,16,78); }
H1.HeaderClassName
{
color: #5A104E;
}
.AnyTagClassName
{
color: #5A104E;
}
</style>
background-color css
<style>
a { background-color: #5A104E; }
a { background-color: rgb(90,16,78); }
div.DivClassName
{
background-color: #5A104E;
}
.BgClassName
{
background-color: #5A104E;
}
</style>
border-color css
<style>
span { border-color: #5A104E; }
span { border-color: rgb(90,16,78); }
td.TdClassName
{
border-color: #5A104E;
}
.TagClassName
{
border-color: #5A104E;
}
</style>