Shades of Palatinate Purple #76165D
Tints of Palatinate Purple #76165D
RGB
CMYK
RGB Variations
Color information
#76165D (or 0x76165D) is known color: Palatinate Purple. HEX triplet: 76, 16 and 5D. RGB value is (118,22,93). Sum of RGB (Red+Green+Blue) = 118+22+93=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76165D is #89E9A2. Grayscale: #3A3A3A. Windows color (decimal): -9038243 or 6100598. OLE color: 6100598.
HSL color Cylindrical-coordinate representation of color #76165D: hue angle of 315.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76165D is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 93 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.54 |
| HSL | 315.63º | 0.69% | 0.27% | - |
| HSV(B) | 315.63º | 0.81% | 0.46% | - |
| XYZ | 9.73 | 5.22 | 10.85 | - |
| YUV | 58.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 93 | 0 | 0.81 | 0.21 | 0.54 | 315.63 | 0.69 | 0.27 |
| Hex | 76 | 16 | 5D | 0 | 51 | 15 | 36 | 13C | 45 | 1B |
| Octal | 166 | 26 | 135 | 0 | 121 | 25 | 66 | 474 | 105 | 33 |
| Binary | 1110110 | 10110 | 1011101 | 0 | 1010001 | 10101 | 110110 | 100111100 | 1000101 | 11011 |
Color Harmonies of #76165D
Complementary color
Monochromatic Colors of #76165D
Black with #76165D
Text Example
Text Example
White with #76165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76165D; }
p { color: rgb(118,22,93); }
H1.HeaderClassName
{
color: #76165D;
}
.AnyTagClassName
{
color: #76165D;
}
</style>
background-color css
<style>
a { background-color: #76165D; }
a { background-color: rgb(118,22,93); }
div.DivClassName
{
background-color: #76165D;
}
.BgClassName
{
background-color: #76165D;
}
</style>
border-color css
<style>
span { border-color: #76165D; }
span { border-color: rgb(118,22,93); }
td.TdClassName
{
border-color: #76165D;
}
.TagClassName
{
border-color: #76165D;
}
</style>