Shades of Palatinate Purple #76256C
Tints of Palatinate Purple #76256C
RGB
CMYK
RGB Variations
Color information
#76256C (or 0x76256C) is known color: Palatinate Purple. HEX triplet: 76, 25 and 6C. RGB value is (118,37,108). Sum of RGB (Red+Green+Blue) = 118+37+108=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76256C is #89DA93. Grayscale: #454545. Windows color (decimal): -9034388 or 7087478. OLE color: 7087478.
HSL color Cylindrical-coordinate representation of color #76256C: hue angle of 307.41º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76256C is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 108 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.54 |
| HSL | 307.41º | 0.52% | 0.3% | - |
| HSV(B) | 307.41º | 0.69% | 0.46% | - |
| XYZ | 10.84 | 6.26 | 14.82 | - |
| YUV | 69.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 108 | 0 | 0.69 | 0.08 | 0.54 | 307.41 | 0.52 | 0.3 |
| Hex | 76 | 25 | 6C | 0 | 45 | 8 | 36 | 133 | 34 | 1E |
| Octal | 166 | 45 | 154 | 0 | 105 | 10 | 66 | 463 | 64 | 36 |
| Binary | 1110110 | 100101 | 1101100 | 0 | 1000101 | 1000 | 110110 | 100110011 | 110100 | 11110 |
Color Harmonies of #76256C
Complementary color
Monochromatic Colors of #76256C
Black with #76256C
Text Example
Text Example
White with #76256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76256C; }
p { color: rgb(118,37,108); }
H1.HeaderClassName
{
color: #76256C;
}
.AnyTagClassName
{
color: #76256C;
}
</style>
background-color css
<style>
a { background-color: #76256C; }
a { background-color: rgb(118,37,108); }
div.DivClassName
{
background-color: #76256C;
}
.BgClassName
{
background-color: #76256C;
}
</style>
border-color css
<style>
span { border-color: #76256C; }
span { border-color: rgb(118,37,108); }
td.TdClassName
{
border-color: #76256C;
}
.TagClassName
{
border-color: #76256C;
}
</style>