Shades of Palatinate Purple #76075E
Tints of Palatinate Purple #76075E
RGB
CMYK
RGB Variations
Color information
#76075E (or 0x76075E) is known color: Palatinate Purple. HEX triplet: 76, 07 and 5E. RGB value is (118,7,94). Sum of RGB (Red+Green+Blue) = 118+7+94=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075E is #89F8A1. Grayscale: #313131. Windows color (decimal): -9042082 or 6162294. OLE color: 6162294.
HSL color Cylindrical-coordinate representation of color #76075E: hue angle of 312.97º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76075E is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 94 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.54 |
| HSL | 312.97º | 0.89% | 0.25% | - |
| HSV(B) | 312.97º | 0.94% | 0.46% | - |
| XYZ | 9.57 | 4.81 | 11.01 | - |
| YUV | 50.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 94 | 0 | 0.94 | 0.20 | 0.54 | 312.97 | 0.89 | 0.25 |
| Hex | 76 | 7 | 5E | 0 | 5E | 14 | 36 | 139 | 59 | 19 |
| Octal | 166 | 7 | 136 | 0 | 136 | 24 | 66 | 471 | 131 | 31 |
| Binary | 1110110 | 111 | 1011110 | 0 | 1011110 | 10100 | 110110 | 100111001 | 1011001 | 11001 |
Color Harmonies of #76075E
Complementary color
Monochromatic Colors of #76075E
Black with #76075E
Text Example
Text Example
White with #76075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76075E; }
p { color: rgb(118,7,94); }
H1.HeaderClassName
{
color: #76075E;
}
.AnyTagClassName
{
color: #76075E;
}
</style>
background-color css
<style>
a { background-color: #76075E; }
a { background-color: rgb(118,7,94); }
div.DivClassName
{
background-color: #76075E;
}
.BgClassName
{
background-color: #76075E;
}
</style>
border-color css
<style>
span { border-color: #76075E; }
span { border-color: rgb(118,7,94); }
td.TdClassName
{
border-color: #76075E;
}
.TagClassName
{
border-color: #76075E;
}
</style>