Shades of Palatinate Purple #76115D
Tints of Palatinate Purple #76115D
RGB
CMYK
RGB Variations
Color information
#76115D (or 0x76115D) is known color: Palatinate Purple. HEX triplet: 76, 11 and 5D. RGB value is (118,17,93). Sum of RGB (Red+Green+Blue) = 118+17+93=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76115D is #89EEA2. Grayscale: #373737. Windows color (decimal): -9039523 or 6099318. OLE color: 6099318.
HSL color Cylindrical-coordinate representation of color #76115D: hue angle of 314.85º 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 #76115D is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 93 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.54 |
| HSL | 314.85º | 0.75% | 0.26% | - |
| HSV(B) | 314.85º | 0.86% | 0.46% | - |
| XYZ | 9.65 | 5.04 | 10.82 | - |
| YUV | 55.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 93 | 0 | 0.86 | 0.21 | 0.54 | 314.85 | 0.75 | 0.26 |
| Hex | 76 | 11 | 5D | 0 | 56 | 15 | 36 | 13B | 4B | 1A |
| Octal | 166 | 21 | 135 | 0 | 126 | 25 | 66 | 473 | 113 | 32 |
| Binary | 1110110 | 10001 | 1011101 | 0 | 1010110 | 10101 | 110110 | 100111011 | 1001011 | 11010 |
Color Harmonies of #76115D
Complementary color
Monochromatic Colors of #76115D
Black with #76115D
Text Example
Text Example
White with #76115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76115D; }
p { color: rgb(118,17,93); }
H1.HeaderClassName
{
color: #76115D;
}
.AnyTagClassName
{
color: #76115D;
}
</style>
background-color css
<style>
a { background-color: #76115D; }
a { background-color: rgb(118,17,93); }
div.DivClassName
{
background-color: #76115D;
}
.BgClassName
{
background-color: #76115D;
}
</style>
border-color css
<style>
span { border-color: #76115D; }
span { border-color: rgb(118,17,93); }
td.TdClassName
{
border-color: #76115D;
}
.TagClassName
{
border-color: #76115D;
}
</style>