Shades of Palatinate Purple #76115A
Tints of Palatinate Purple #76115A
RGB
CMYK
RGB Variations
Color information
#76115A (or 0x76115A) is known color: Palatinate Purple. HEX triplet: 76, 11 and 5A. RGB value is (118,17,90). Sum of RGB (Red+Green+Blue) = 118+17+90=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76115A is #89EEA5. Grayscale: #373737. Windows color (decimal): -9039526 or 5902710. OLE color: 5902710.
HSL color Cylindrical-coordinate representation of color #76115A: hue angle of 316.63º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76115A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 90 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.54 |
| HSL | 316.63º | 0.75% | 0.26% | - |
| HSV(B) | 316.63º | 0.86% | 0.46% | - |
| XYZ | 9.52 | 4.99 | 10.13 | - |
| YUV | 55.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 90 | 0 | 0.86 | 0.24 | 0.54 | 316.63 | 0.75 | 0.26 |
| Hex | 76 | 11 | 5A | 0 | 56 | 18 | 36 | 13D | 4B | 1A |
| Octal | 166 | 21 | 132 | 0 | 126 | 30 | 66 | 475 | 113 | 32 |
| Binary | 1110110 | 10001 | 1011010 | 0 | 1010110 | 11000 | 110110 | 100111101 | 1001011 | 11010 |
Color Harmonies of #76115A
Complementary color
Monochromatic Colors of #76115A
Black with #76115A
Text Example
Text Example
White with #76115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76115A; }
p { color: rgb(118,17,90); }
H1.HeaderClassName
{
color: #76115A;
}
.AnyTagClassName
{
color: #76115A;
}
</style>
background-color css
<style>
a { background-color: #76115A; }
a { background-color: rgb(118,17,90); }
div.DivClassName
{
background-color: #76115A;
}
.BgClassName
{
background-color: #76115A;
}
</style>
border-color css
<style>
span { border-color: #76115A; }
span { border-color: rgb(118,17,90); }
td.TdClassName
{
border-color: #76115A;
}
.TagClassName
{
border-color: #76115A;
}
</style>