Shades of Palatinate Purple #76296B
Tints of Palatinate Purple #76296B
RGB
CMYK
RGB Variations
Color information
#76296B (or 0x76296B) is known color: Palatinate Purple. HEX triplet: 76, 29 and 6B. RGB value is (118,41,107). Sum of RGB (Red+Green+Blue) = 118+41+107=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76296B is #89D694. Grayscale: #474747. Windows color (decimal): -9033365 or 7022966. OLE color: 7022966.
HSL color Cylindrical-coordinate representation of color #76296B: hue angle of 308.57º 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 #76296B is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 107 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.54 |
| HSL | 308.57º | 0.48% | 0.31% | - |
| HSV(B) | 308.57º | 0.65% | 0.46% | - |
| XYZ | 10.92 | 6.5 | 14.59 | - |
| YUV | 71.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 107 | 0 | 0.65 | 0.09 | 0.54 | 308.57 | 0.48 | 0.31 |
| Hex | 76 | 29 | 6B | 0 | 41 | 9 | 36 | 135 | 30 | 1F |
| Octal | 166 | 51 | 153 | 0 | 101 | 11 | 66 | 465 | 60 | 37 |
| Binary | 1110110 | 101001 | 1101011 | 0 | 1000001 | 1001 | 110110 | 100110101 | 110000 | 11111 |
Color Harmonies of #76296B
Complementary color
Monochromatic Colors of #76296B
Black with #76296B
Text Example
Text Example
White with #76296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76296B; }
p { color: rgb(118,41,107); }
H1.HeaderClassName
{
color: #76296B;
}
.AnyTagClassName
{
color: #76296B;
}
</style>
background-color css
<style>
a { background-color: #76296B; }
a { background-color: rgb(118,41,107); }
div.DivClassName
{
background-color: #76296B;
}
.BgClassName
{
background-color: #76296B;
}
</style>
border-color css
<style>
span { border-color: #76296B; }
span { border-color: rgb(118,41,107); }
td.TdClassName
{
border-color: #76296B;
}
.TagClassName
{
border-color: #76296B;
}
</style>