Shades of Palatinate Purple #76296C
Tints of Palatinate Purple #76296C
RGB
CMYK
RGB Variations
Color information
#76296C (or 0x76296C) is known color: Palatinate Purple. HEX triplet: 76, 29 and 6C. RGB value is (118,41,108). Sum of RGB (Red+Green+Blue) = 118+41+108=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76296C is #89D693. Grayscale: #474747. Windows color (decimal): -9033364 or 7088502. OLE color: 7088502.
HSL color Cylindrical-coordinate representation of color #76296C: hue angle of 307.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76296C is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 108 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.54 |
| HSL | 307.79º | 0.48% | 0.31% | - |
| HSV(B) | 307.79º | 0.65% | 0.46% | - |
| XYZ | 10.97 | 6.52 | 14.87 | - |
| YUV | 71.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 108 | 0 | 0.65 | 0.08 | 0.54 | 307.79 | 0.48 | 0.31 |
| Hex | 76 | 29 | 6C | 0 | 41 | 8 | 36 | 134 | 30 | 1F |
| Octal | 166 | 51 | 154 | 0 | 101 | 10 | 66 | 464 | 60 | 37 |
| Binary | 1110110 | 101001 | 1101100 | 0 | 1000001 | 1000 | 110110 | 100110100 | 110000 | 11111 |
Color Harmonies of #76296C
Complementary color
Monochromatic Colors of #76296C
Black with #76296C
Text Example
Text Example
White with #76296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76296C; }
p { color: rgb(118,41,108); }
H1.HeaderClassName
{
color: #76296C;
}
.AnyTagClassName
{
color: #76296C;
}
</style>
background-color css
<style>
a { background-color: #76296C; }
a { background-color: rgb(118,41,108); }
div.DivClassName
{
background-color: #76296C;
}
.BgClassName
{
background-color: #76296C;
}
</style>
border-color css
<style>
span { border-color: #76296C; }
span { border-color: rgb(118,41,108); }
td.TdClassName
{
border-color: #76296C;
}
.TagClassName
{
border-color: #76296C;
}
</style>