Shades of Palatinate Purple #5A165D
Tints of Palatinate Purple #5A165D
RGB
CMYK
RGB Variations
Color information
#5A165D (or 0x5A165D) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 5D. RGB value is (90,22,93). Sum of RGB (Red+Green+Blue) = 90+22+93=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A165D is #A5E9A2. Grayscale: #323232. Windows color (decimal): -10873251 or 6100570. OLE color: 6100570.
HSL color Cylindrical-coordinate representation of color #5A165D: hue angle of 297.46º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A165D is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 22 | 93 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.64 |
| HSL | 297.46º | 0.62% | 0.23% | - |
| HSV(B) | 297.46º | 0.76% | 0.36% | - |
| XYZ | 6.48 | 3.54 | 10.7 | - |
| YUV | 50.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 93 | 0.03 | 0.76 | 0 | 0.64 | 297.46 | 0.62 | 0.23 |
| Hex | 5A | 16 | 5D | 3 | 4C | 0 | 40 | 129 | 3E | 17 |
| Octal | 132 | 26 | 135 | 3 | 114 | 0 | 100 | 451 | 76 | 27 |
| Binary | 1011010 | 10110 | 1011101 | 11 | 1001100 | 0 | 1000000 | 100101001 | 111110 | 10111 |
Color Harmonies of #5A165D
Complementary color
Monochromatic Colors of #5A165D
Black with #5A165D
Text Example
Text Example
White with #5A165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A165D; }
p { color: rgb(90,22,93); }
H1.HeaderClassName
{
color: #5A165D;
}
.AnyTagClassName
{
color: #5A165D;
}
</style>
background-color css
<style>
a { background-color: #5A165D; }
a { background-color: rgb(90,22,93); }
div.DivClassName
{
background-color: #5A165D;
}
.BgClassName
{
background-color: #5A165D;
}
</style>
border-color css
<style>
span { border-color: #5A165D; }
span { border-color: rgb(90,22,93); }
td.TdClassName
{
border-color: #5A165D;
}
.TagClassName
{
border-color: #5A165D;
}
</style>