Shades of Palatinate Purple #5A0B65
Tints of Palatinate Purple #5A0B65
RGB
CMYK
RGB Variations
Color information
#5A0B65 (or 0x5A0B65) is known color: Palatinate Purple. HEX triplet: 5A, 0B and 65. RGB value is (90,11,101). Sum of RGB (Red+Green+Blue) = 90+11+101=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A0B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0B65 is #A5F49A. Grayscale: #2C2C2C. Windows color (decimal): -10876059 or 6622042. OLE color: 6622042.
HSL color Cylindrical-coordinate representation of color #5A0B65: hue angle of 292.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0B65 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 11 | 101 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.60 |
| HSL | 292.67º | 0.8% | 0.22% | - |
| HSV(B) | 292.67º | 0.89% | 0.4% | - |
| XYZ | 6.69 | 3.35 | 12.61 | - |
| YUV | 44.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 101 | 0.11 | 0.89 | 0 | 0.60 | 292.67 | 0.8 | 0.22 |
| Hex | 5A | B | 65 | B | 59 | 0 | 3C | 125 | 50 | 16 |
| Octal | 132 | 13 | 145 | 13 | 131 | 0 | 74 | 445 | 120 | 26 |
| Binary | 1011010 | 1011 | 1100101 | 1011 | 1011001 | 0 | 111100 | 100100101 | 1010000 | 10110 |
Color Harmonies of #5A0B65
Complementary color
Monochromatic Colors of #5A0B65
Black with #5A0B65
Text Example
Text Example
White with #5A0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B65; }
p { color: rgb(90,11,101); }
H1.HeaderClassName
{
color: #5A0B65;
}
.AnyTagClassName
{
color: #5A0B65;
}
</style>
background-color css
<style>
a { background-color: #5A0B65; }
a { background-color: rgb(90,11,101); }
div.DivClassName
{
background-color: #5A0B65;
}
.BgClassName
{
background-color: #5A0B65;
}
</style>
border-color css
<style>
span { border-color: #5A0B65; }
span { border-color: rgb(90,11,101); }
td.TdClassName
{
border-color: #5A0B65;
}
.TagClassName
{
border-color: #5A0B65;
}
</style>