Shades of Palatinate Purple #76346D
Tints of Palatinate Purple #76346D
RGB
CMYK
RGB Variations
Color information
#76346D (or 0x76346D) is known color: Palatinate Purple. HEX triplet: 76, 34 and 6D. RGB value is (118,52,109). Sum of RGB (Red+Green+Blue) = 118+52+109=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76346D is #89CB92. Grayscale: #4E4E4E. Windows color (decimal): -9030547 or 7156854. OLE color: 7156854.
HSL color Cylindrical-coordinate representation of color #76346D: hue angle of 308.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76346D is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 109 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.54 |
| HSL | 308.18º | 0.39% | 0.33% | - |
| HSV(B) | 308.18º | 0.56% | 0.46% | - |
| XYZ | 11.46 | 7.41 | 15.29 | - |
| YUV | 78.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 109 | 0 | 0.56 | 0.08 | 0.54 | 308.18 | 0.39 | 0.33 |
| Hex | 76 | 34 | 6D | 0 | 38 | 8 | 36 | 134 | 27 | 21 |
| Octal | 166 | 64 | 155 | 0 | 70 | 10 | 66 | 464 | 47 | 41 |
| Binary | 1110110 | 110100 | 1101101 | 0 | 111000 | 1000 | 110110 | 100110100 | 100111 | 100001 |
Color Harmonies of #76346D
Complementary color
Monochromatic Colors of #76346D
Black with #76346D
Text Example
Text Example
White with #76346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76346D; }
p { color: rgb(118,52,109); }
H1.HeaderClassName
{
color: #76346D;
}
.AnyTagClassName
{
color: #76346D;
}
</style>
background-color css
<style>
a { background-color: #76346D; }
a { background-color: rgb(118,52,109); }
div.DivClassName
{
background-color: #76346D;
}
.BgClassName
{
background-color: #76346D;
}
</style>
border-color css
<style>
span { border-color: #76346D; }
span { border-color: rgb(118,52,109); }
td.TdClassName
{
border-color: #76346D;
}
.TagClassName
{
border-color: #76346D;
}
</style>