Shades of Palatinate Purple #5A0960
Tints of Palatinate Purple #5A0960
RGB
CMYK
RGB Variations
Color information
#5A0960 (or 0x5A0960) is known color: Palatinate Purple. HEX triplet: 5A, 09 and 60. RGB value is (90,9,96). Sum of RGB (Red+Green+Blue) = 90+9+96=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0960 is #A5F69F. Grayscale: #2A2A2A. Windows color (decimal): -10876576 or 6293850. OLE color: 6293850.
HSL color Cylindrical-coordinate representation of color #5A0960: hue angle of 295.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0960 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 9 | 96 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.62 |
| HSL | 295.86º | 0.83% | 0.21% | - |
| HSV(B) | 295.86º | 0.91% | 0.38% | - |
| XYZ | 6.43 | 3.21 | 11.35 | - |
| YUV | 43.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 96 | 0.06 | 0.91 | 0 | 0.62 | 295.86 | 0.83 | 0.21 |
| Hex | 5A | 9 | 60 | 6 | 5B | 0 | 3E | 128 | 53 | 15 |
| Octal | 132 | 11 | 140 | 6 | 133 | 0 | 76 | 450 | 123 | 25 |
| Binary | 1011010 | 1001 | 1100000 | 110 | 1011011 | 0 | 111110 | 100101000 | 1010011 | 10101 |
Color Harmonies of #5A0960
Complementary color
Monochromatic Colors of #5A0960
Black with #5A0960
Text Example
Text Example
White with #5A0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0960; }
p { color: rgb(90,9,96); }
H1.HeaderClassName
{
color: #5A0960;
}
.AnyTagClassName
{
color: #5A0960;
}
</style>
background-color css
<style>
a { background-color: #5A0960; }
a { background-color: rgb(90,9,96); }
div.DivClassName
{
background-color: #5A0960;
}
.BgClassName
{
background-color: #5A0960;
}
</style>
border-color css
<style>
span { border-color: #5A0960; }
span { border-color: rgb(90,9,96); }
td.TdClassName
{
border-color: #5A0960;
}
.TagClassName
{
border-color: #5A0960;
}
</style>