Shades of Palatinate Purple #76085C
Tints of Palatinate Purple #76085C
RGB
CMYK
RGB Variations
Color information
#76085C (or 0x76085C) is known color: Palatinate Purple. HEX triplet: 76, 08 and 5C. RGB value is (118,8,92). Sum of RGB (Red+Green+Blue) = 118+8+92=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76085C is #89F7A3. Grayscale: #323232. Windows color (decimal): -9041828 or 6031478. OLE color: 6031478.
HSL color Cylindrical-coordinate representation of color #76085C: hue angle of 314.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76085C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 92 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.54 |
| HSL | 314.18º | 0.87% | 0.25% | - |
| HSV(B) | 314.18º | 0.93% | 0.46% | - |
| XYZ | 9.49 | 4.8 | 10.55 | - |
| YUV | 50.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 92 | 0 | 0.93 | 0.22 | 0.54 | 314.18 | 0.87 | 0.25 |
| Hex | 76 | 8 | 5C | 0 | 5D | 16 | 36 | 13A | 57 | 19 |
| Octal | 166 | 10 | 134 | 0 | 135 | 26 | 66 | 472 | 127 | 31 |
| Binary | 1110110 | 1000 | 1011100 | 0 | 1011101 | 10110 | 110110 | 100111010 | 1010111 | 11001 |
Color Harmonies of #76085C
Complementary color
Monochromatic Colors of #76085C
Black with #76085C
Text Example
Text Example
White with #76085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76085C; }
p { color: rgb(118,8,92); }
H1.HeaderClassName
{
color: #76085C;
}
.AnyTagClassName
{
color: #76085C;
}
</style>
background-color css
<style>
a { background-color: #76085C; }
a { background-color: rgb(118,8,92); }
div.DivClassName
{
background-color: #76085C;
}
.BgClassName
{
background-color: #76085C;
}
</style>
border-color css
<style>
span { border-color: #76085C; }
span { border-color: rgb(118,8,92); }
td.TdClassName
{
border-color: #76085C;
}
.TagClassName
{
border-color: #76085C;
}
</style>