Shades of Palatinate Purple #760F59
Tints of Palatinate Purple #760F59
RGB
CMYK
RGB Variations
Color information
#760F59 (or 0x760F59) is known color: Palatinate Purple. HEX triplet: 76, 0F and 59. RGB value is (118,15,89). Sum of RGB (Red+Green+Blue) = 118+15+89=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F59 is #89F0A6. Grayscale: #363636. Windows color (decimal): -9040039 or 5836662. OLE color: 5836662.
HSL color Cylindrical-coordinate representation of color #760F59: hue angle of 316.89º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F59 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 89 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.54 |
| HSL | 316.89º | 0.77% | 0.26% | - |
| HSV(B) | 316.89º | 0.87% | 0.46% | - |
| XYZ | 9.45 | 4.91 | 9.9 | - |
| YUV | 54.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 89 | 0 | 0.87 | 0.25 | 0.54 | 316.89 | 0.77 | 0.26 |
| Hex | 76 | F | 59 | 0 | 57 | 19 | 36 | 13D | 4D | 1A |
| Octal | 166 | 17 | 131 | 0 | 127 | 31 | 66 | 475 | 115 | 32 |
| Binary | 1110110 | 1111 | 1011001 | 0 | 1010111 | 11001 | 110110 | 100111101 | 1001101 | 11010 |
Color Harmonies of #760F59
Complementary color
Monochromatic Colors of #760F59
Black with #760F59
Text Example
Text Example
White with #760F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F59; }
p { color: rgb(118,15,89); }
H1.HeaderClassName
{
color: #760F59;
}
.AnyTagClassName
{
color: #760F59;
}
</style>
background-color css
<style>
a { background-color: #760F59; }
a { background-color: rgb(118,15,89); }
div.DivClassName
{
background-color: #760F59;
}
.BgClassName
{
background-color: #760F59;
}
</style>
border-color css
<style>
span { border-color: #760F59; }
span { border-color: rgb(118,15,89); }
td.TdClassName
{
border-color: #760F59;
}
.TagClassName
{
border-color: #760F59;
}
</style>