Shades of Palatinate Purple #76336A
Tints of Palatinate Purple #76336A
RGB
CMYK
RGB Variations
Color information
#76336A (or 0x76336A) is known color: Palatinate Purple. HEX triplet: 76, 33 and 6A. RGB value is (118,51,106). Sum of RGB (Red+Green+Blue) = 118+51+106=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76336A is #89CC95. Grayscale: #4D4D4D. Windows color (decimal): -9030806 or 6959990. OLE color: 6959990.
HSL color Cylindrical-coordinate representation of color #76336A: hue angle of 310.75º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76336A is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 106 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.54 |
| HSL | 310.75º | 0.4% | 0.33% | - |
| HSV(B) | 310.75º | 0.57% | 0.46% | - |
| XYZ | 11.26 | 7.26 | 14.44 | - |
| YUV | 77.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 106 | 0 | 0.57 | 0.10 | 0.54 | 310.75 | 0.4 | 0.33 |
| Hex | 76 | 33 | 6A | 0 | 39 | A | 36 | 137 | 28 | 21 |
| Octal | 166 | 63 | 152 | 0 | 71 | 12 | 66 | 467 | 50 | 41 |
| Binary | 1110110 | 110011 | 1101010 | 0 | 111001 | 1010 | 110110 | 100110111 | 101000 | 100001 |
Color Harmonies of #76336A
Complementary color
Monochromatic Colors of #76336A
Black with #76336A
Text Example
Text Example
White with #76336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76336A; }
p { color: rgb(118,51,106); }
H1.HeaderClassName
{
color: #76336A;
}
.AnyTagClassName
{
color: #76336A;
}
</style>
background-color css
<style>
a { background-color: #76336A; }
a { background-color: rgb(118,51,106); }
div.DivClassName
{
background-color: #76336A;
}
.BgClassName
{
background-color: #76336A;
}
</style>
border-color css
<style>
span { border-color: #76336A; }
span { border-color: rgb(118,51,106); }
td.TdClassName
{
border-color: #76336A;
}
.TagClassName
{
border-color: #76336A;
}
</style>