Shades of Palatinate Purple #76356C
Tints of Palatinate Purple #76356C
RGB
CMYK
RGB Variations
Color information
#76356C (or 0x76356C) is known color: Palatinate Purple. HEX triplet: 76, 35 and 6C. RGB value is (118,53,108). Sum of RGB (Red+Green+Blue) = 118+53+108=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76356C is #89CA93. Grayscale: #4E4E4E. Windows color (decimal): -9030292 or 7091574. OLE color: 7091574.
HSL color Cylindrical-coordinate representation of color #76356C: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76356C is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 108 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.54 |
| HSL | 309.23º | 0.38% | 0.34% | - |
| HSV(B) | 309.23º | 0.55% | 0.46% | - |
| XYZ | 11.45 | 7.48 | 15.03 | - |
| YUV | 78.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 108 | 0 | 0.55 | 0.08 | 0.54 | 309.23 | 0.38 | 0.34 |
| Hex | 76 | 35 | 6C | 0 | 37 | 8 | 36 | 135 | 26 | 22 |
| Octal | 166 | 65 | 154 | 0 | 67 | 10 | 66 | 465 | 46 | 42 |
| Binary | 1110110 | 110101 | 1101100 | 0 | 110111 | 1000 | 110110 | 100110101 | 100110 | 100010 |
Color Harmonies of #76356C
Complementary color
Monochromatic Colors of #76356C
Black with #76356C
Text Example
Text Example
White with #76356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76356C; }
p { color: rgb(118,53,108); }
H1.HeaderClassName
{
color: #76356C;
}
.AnyTagClassName
{
color: #76356C;
}
</style>
background-color css
<style>
a { background-color: #76356C; }
a { background-color: rgb(118,53,108); }
div.DivClassName
{
background-color: #76356C;
}
.BgClassName
{
background-color: #76356C;
}
</style>
border-color css
<style>
span { border-color: #76356C; }
span { border-color: rgb(118,53,108); }
td.TdClassName
{
border-color: #76356C;
}
.TagClassName
{
border-color: #76356C;
}
</style>