Shades of Palatinate Purple #76245D
Tints of Palatinate Purple #76245D
RGB
CMYK
RGB Variations
Color information
#76245D (or 0x76245D) is known color: Palatinate Purple. HEX triplet: 76, 24 and 5D. RGB value is (118,36,93). Sum of RGB (Red+Green+Blue) = 118+36+93=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245D is #89DBA2. Grayscale: #424242. Windows color (decimal): -9034659 or 6104182. OLE color: 6104182.
HSL color Cylindrical-coordinate representation of color #76245D: hue angle of 318.29º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76245D is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 93 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.54 |
| HSL | 318.29º | 0.53% | 0.3% | - |
| HSV(B) | 318.29º | 0.69% | 0.46% | - |
| XYZ | 10.08 | 5.9 | 10.96 | - |
| YUV | 67.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 93 | 0 | 0.69 | 0.21 | 0.54 | 318.29 | 0.53 | 0.3 |
| Hex | 76 | 24 | 5D | 0 | 45 | 15 | 36 | 13E | 35 | 1E |
| Octal | 166 | 44 | 135 | 0 | 105 | 25 | 66 | 476 | 65 | 36 |
| Binary | 1110110 | 100100 | 1011101 | 0 | 1000101 | 10101 | 110110 | 100111110 | 110101 | 11110 |
Color Harmonies of #76245D
Complementary color
Monochromatic Colors of #76245D
Black with #76245D
Text Example
Text Example
White with #76245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76245D; }
p { color: rgb(118,36,93); }
H1.HeaderClassName
{
color: #76245D;
}
.AnyTagClassName
{
color: #76245D;
}
</style>
background-color css
<style>
a { background-color: #76245D; }
a { background-color: rgb(118,36,93); }
div.DivClassName
{
background-color: #76245D;
}
.BgClassName
{
background-color: #76245D;
}
</style>
border-color css
<style>
span { border-color: #76245D; }
span { border-color: rgb(118,36,93); }
td.TdClassName
{
border-color: #76245D;
}
.TagClassName
{
border-color: #76245D;
}
</style>