Shades of Palatinate Purple #5A0B61
Tints of Palatinate Purple #5A0B61
RGB
CMYK
RGB Variations
Color information
#5A0B61 (or 0x5A0B61) is known color: Palatinate Purple. HEX triplet: 5A, 0B and 61. RGB value is (90,11,97). Sum of RGB (Red+Green+Blue) = 90+11+97=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A0B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0B61 is #A5F49E. Grayscale: #2C2C2C. Windows color (decimal): -10876063 or 6359898. OLE color: 6359898.
HSL color Cylindrical-coordinate representation of color #5A0B61: hue angle of 295.12º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0B61 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 11 | 97 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.62 |
| HSL | 295.12º | 0.8% | 0.21% | - |
| HSV(B) | 295.12º | 0.89% | 0.38% | - |
| XYZ | 6.49 | 3.28 | 11.6 | - |
| YUV | 44.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 97 | 0.07 | 0.89 | 0 | 0.62 | 295.12 | 0.8 | 0.21 |
| Hex | 5A | B | 61 | 7 | 59 | 0 | 3E | 127 | 50 | 15 |
| Octal | 132 | 13 | 141 | 7 | 131 | 0 | 76 | 447 | 120 | 25 |
| Binary | 1011010 | 1011 | 1100001 | 111 | 1011001 | 0 | 111110 | 100100111 | 1010000 | 10101 |
Color Harmonies of #5A0B61
Complementary color
Monochromatic Colors of #5A0B61
Black with #5A0B61
Text Example
Text Example
White with #5A0B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B61; }
p { color: rgb(90,11,97); }
H1.HeaderClassName
{
color: #5A0B61;
}
.AnyTagClassName
{
color: #5A0B61;
}
</style>
background-color css
<style>
a { background-color: #5A0B61; }
a { background-color: rgb(90,11,97); }
div.DivClassName
{
background-color: #5A0B61;
}
.BgClassName
{
background-color: #5A0B61;
}
</style>
border-color css
<style>
span { border-color: #5A0B61; }
span { border-color: rgb(90,11,97); }
td.TdClassName
{
border-color: #5A0B61;
}
.TagClassName
{
border-color: #5A0B61;
}
</style>