Shades of Palatinate Purple #760A59
Tints of Palatinate Purple #760A59
RGB
CMYK
RGB Variations
Color information
#760A59 (or 0x760A59) is known color: Palatinate Purple. HEX triplet: 76, 0A and 59. RGB value is (118,10,89). Sum of RGB (Red+Green+Blue) = 118+10+89=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #760A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A59 is #89F5A6. Grayscale: #333333. Windows color (decimal): -9041319 or 5835382. OLE color: 5835382.
HSL color Cylindrical-coordinate representation of color #760A59: hue angle of 316.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A59 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 89 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.54 |
| HSL | 316.11º | 0.84% | 0.25% | - |
| HSV(B) | 316.11º | 0.92% | 0.46% | - |
| XYZ | 9.38 | 4.79 | 9.88 | - |
| YUV | 51.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 89 | 0 | 0.92 | 0.25 | 0.54 | 316.11 | 0.84 | 0.25 |
| Hex | 76 | A | 59 | 0 | 5C | 19 | 36 | 13C | 54 | 19 |
| Octal | 166 | 12 | 131 | 0 | 134 | 31 | 66 | 474 | 124 | 31 |
| Binary | 1110110 | 1010 | 1011001 | 0 | 1011100 | 11001 | 110110 | 100111100 | 1010100 | 11001 |
Color Harmonies of #760A59
Complementary color
Monochromatic Colors of #760A59
Black with #760A59
Text Example
Text Example
White with #760A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A59; }
p { color: rgb(118,10,89); }
H1.HeaderClassName
{
color: #760A59;
}
.AnyTagClassName
{
color: #760A59;
}
</style>
background-color css
<style>
a { background-color: #760A59; }
a { background-color: rgb(118,10,89); }
div.DivClassName
{
background-color: #760A59;
}
.BgClassName
{
background-color: #760A59;
}
</style>
border-color css
<style>
span { border-color: #760A59; }
span { border-color: rgb(118,10,89); }
td.TdClassName
{
border-color: #760A59;
}
.TagClassName
{
border-color: #760A59;
}
</style>