Shades of Palatinate Purple #76245C
Tints of Palatinate Purple #76245C
RGB
CMYK
RGB Variations
Color information
#76245C (or 0x76245C) is known color: Palatinate Purple. HEX triplet: 76, 24 and 5C. RGB value is (118,36,92). Sum of RGB (Red+Green+Blue) = 118+36+92=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245C is #89DBA3. Grayscale: #424242. Windows color (decimal): -9034660 or 6038646. OLE color: 6038646.
HSL color Cylindrical-coordinate representation of color #76245C: hue angle of 319.02º 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 #76245C is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 92 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.54 |
| HSL | 319.02º | 0.53% | 0.3% | - |
| HSV(B) | 319.02º | 0.69% | 0.46% | - |
| XYZ | 10.03 | 5.89 | 10.73 | - |
| YUV | 66.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 92 | 0 | 0.69 | 0.22 | 0.54 | 319.02 | 0.53 | 0.3 |
| Hex | 76 | 24 | 5C | 0 | 45 | 16 | 36 | 13F | 35 | 1E |
| Octal | 166 | 44 | 134 | 0 | 105 | 26 | 66 | 477 | 65 | 36 |
| Binary | 1110110 | 100100 | 1011100 | 0 | 1000101 | 10110 | 110110 | 100111111 | 110101 | 11110 |
Color Harmonies of #76245C
Complementary color
Monochromatic Colors of #76245C
Black with #76245C
Text Example
Text Example
White with #76245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76245C; }
p { color: rgb(118,36,92); }
H1.HeaderClassName
{
color: #76245C;
}
.AnyTagClassName
{
color: #76245C;
}
</style>
background-color css
<style>
a { background-color: #76245C; }
a { background-color: rgb(118,36,92); }
div.DivClassName
{
background-color: #76245C;
}
.BgClassName
{
background-color: #76245C;
}
</style>
border-color css
<style>
span { border-color: #76245C; }
span { border-color: rgb(118,36,92); }
td.TdClassName
{
border-color: #76245C;
}
.TagClassName
{
border-color: #76245C;
}
</style>