Shades of Palatinate Purple #5A0B5D
Tints of Palatinate Purple #5A0B5D
RGB
CMYK
RGB Variations
Color information
#5A0B5D (or 0x5A0B5D) is known color: Palatinate Purple. HEX triplet: 5A, 0B and 5D. RGB value is (90,11,93). Sum of RGB (Red+Green+Blue) = 90+11+93=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A0B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0B5D is #A5F4A2. Grayscale: #2B2B2B. Windows color (decimal): -10876067 or 6097754. OLE color: 6097754.
HSL color Cylindrical-coordinate representation of color #5A0B5D: hue angle of 297.8º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0B5D is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 11 | 93 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.64 |
| HSL | 297.8º | 0.79% | 0.2% | - |
| HSV(B) | 297.8º | 0.88% | 0.36% | - |
| XYZ | 6.31 | 3.2 | 10.64 | - |
| YUV | 43.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 93 | 0.03 | 0.88 | 0 | 0.64 | 297.8 | 0.79 | 0.2 |
| Hex | 5A | B | 5D | 3 | 58 | 0 | 40 | 12A | 4F | 14 |
| Octal | 132 | 13 | 135 | 3 | 130 | 0 | 100 | 452 | 117 | 24 |
| Binary | 1011010 | 1011 | 1011101 | 11 | 1011000 | 0 | 1000000 | 100101010 | 1001111 | 10100 |
Color Harmonies of #5A0B5D
Complementary color
Monochromatic Colors of #5A0B5D
Black with #5A0B5D
Text Example
Text Example
White with #5A0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B5D; }
p { color: rgb(90,11,93); }
H1.HeaderClassName
{
color: #5A0B5D;
}
.AnyTagClassName
{
color: #5A0B5D;
}
</style>
background-color css
<style>
a { background-color: #5A0B5D; }
a { background-color: rgb(90,11,93); }
div.DivClassName
{
background-color: #5A0B5D;
}
.BgClassName
{
background-color: #5A0B5D;
}
</style>
border-color css
<style>
span { border-color: #5A0B5D; }
span { border-color: rgb(90,11,93); }
td.TdClassName
{
border-color: #5A0B5D;
}
.TagClassName
{
border-color: #5A0B5D;
}
</style>