Shades of Palatinate Purple #76386B
Tints of Palatinate Purple #76386B
RGB
CMYK
RGB Variations
Color information
#76386B (or 0x76386B) is known color: Palatinate Purple. HEX triplet: 76, 38 and 6B. RGB value is (118,56,107). Sum of RGB (Red+Green+Blue) = 118+56+107=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76386B is #89C794. Grayscale: #505050. Windows color (decimal): -9029525 or 7026806. OLE color: 7026806.
HSL color Cylindrical-coordinate representation of color #76386B: hue angle of 310.65º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76386B is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 107 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.54 |
| HSL | 310.65º | 0.36% | 0.34% | - |
| HSV(B) | 310.65º | 0.53% | 0.46% | - |
| XYZ | 11.54 | 7.74 | 14.8 | - |
| YUV | 80.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 107 | 0 | 0.53 | 0.09 | 0.54 | 310.65 | 0.36 | 0.34 |
| Hex | 76 | 38 | 6B | 0 | 35 | 9 | 36 | 137 | 24 | 22 |
| Octal | 166 | 70 | 153 | 0 | 65 | 11 | 66 | 467 | 44 | 42 |
| Binary | 1110110 | 111000 | 1101011 | 0 | 110101 | 1001 | 110110 | 100110111 | 100100 | 100010 |
Color Harmonies of #76386B
Complementary color
Monochromatic Colors of #76386B
Black with #76386B
Text Example
Text Example
White with #76386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76386B; }
p { color: rgb(118,56,107); }
H1.HeaderClassName
{
color: #76386B;
}
.AnyTagClassName
{
color: #76386B;
}
</style>
background-color css
<style>
a { background-color: #76386B; }
a { background-color: rgb(118,56,107); }
div.DivClassName
{
background-color: #76386B;
}
.BgClassName
{
background-color: #76386B;
}
</style>
border-color css
<style>
span { border-color: #76386B; }
span { border-color: rgb(118,56,107); }
td.TdClassName
{
border-color: #76386B;
}
.TagClassName
{
border-color: #76386B;
}
</style>