Shades of Palatinate Purple #76386C
Tints of Palatinate Purple #76386C
RGB
CMYK
RGB Variations
Color information
#76386C (or 0x76386C) is known color: Palatinate Purple. HEX triplet: 76, 38 and 6C. RGB value is (118,56,108). Sum of RGB (Red+Green+Blue) = 118+56+108=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76386C is #89C793. Grayscale: #505050. Windows color (decimal): -9029524 or 7092342. OLE color: 7092342.
HSL color Cylindrical-coordinate representation of color #76386C: hue angle of 309.68º 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 #76386C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 108 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.54 |
| HSL | 309.68º | 0.36% | 0.34% | - |
| HSV(B) | 309.68º | 0.53% | 0.46% | - |
| XYZ | 11.59 | 7.76 | 15.07 | - |
| YUV | 80.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 108 | 0 | 0.53 | 0.08 | 0.54 | 309.68 | 0.36 | 0.34 |
| Hex | 76 | 38 | 6C | 0 | 35 | 8 | 36 | 136 | 24 | 22 |
| Octal | 166 | 70 | 154 | 0 | 65 | 10 | 66 | 466 | 44 | 42 |
| Binary | 1110110 | 111000 | 1101100 | 0 | 110101 | 1000 | 110110 | 100110110 | 100100 | 100010 |
Color Harmonies of #76386C
Complementary color
Monochromatic Colors of #76386C
Black with #76386C
Text Example
Text Example
White with #76386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76386C; }
p { color: rgb(118,56,108); }
H1.HeaderClassName
{
color: #76386C;
}
.AnyTagClassName
{
color: #76386C;
}
</style>
background-color css
<style>
a { background-color: #76386C; }
a { background-color: rgb(118,56,108); }
div.DivClassName
{
background-color: #76386C;
}
.BgClassName
{
background-color: #76386C;
}
</style>
border-color css
<style>
span { border-color: #76386C; }
span { border-color: rgb(118,56,108); }
td.TdClassName
{
border-color: #76386C;
}
.TagClassName
{
border-color: #76386C;
}
</style>