Shades of Palatinate Purple #76245F
Tints of Palatinate Purple #76245F
RGB
CMYK
RGB Variations
Color information
#76245F (or 0x76245F) is known color: Palatinate Purple. HEX triplet: 76, 24 and 5F. RGB value is (118,36,95). Sum of RGB (Red+Green+Blue) = 118+36+95=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245F is #89DBA0. Grayscale: #434343. Windows color (decimal): -9034657 or 6235254. OLE color: 6235254.
HSL color Cylindrical-coordinate representation of color #76245F: hue angle of 316.83º 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 #76245F is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 95 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.54 |
| HSL | 316.83º | 0.53% | 0.3% | - |
| HSV(B) | 316.83º | 0.69% | 0.46% | - |
| XYZ | 10.17 | 5.94 | 11.44 | - |
| YUV | 67.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 95 | 0 | 0.69 | 0.19 | 0.54 | 316.83 | 0.53 | 0.3 |
| Hex | 76 | 24 | 5F | 0 | 45 | 13 | 36 | 13D | 35 | 1E |
| Octal | 166 | 44 | 137 | 0 | 105 | 23 | 66 | 475 | 65 | 36 |
| Binary | 1110110 | 100100 | 1011111 | 0 | 1000101 | 10011 | 110110 | 100111101 | 110101 | 11110 |
Color Harmonies of #76245F
Complementary color
Monochromatic Colors of #76245F
Black with #76245F
Text Example
Text Example
White with #76245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76245F; }
p { color: rgb(118,36,95); }
H1.HeaderClassName
{
color: #76245F;
}
.AnyTagClassName
{
color: #76245F;
}
</style>
background-color css
<style>
a { background-color: #76245F; }
a { background-color: rgb(118,36,95); }
div.DivClassName
{
background-color: #76245F;
}
.BgClassName
{
background-color: #76245F;
}
</style>
border-color css
<style>
span { border-color: #76245F; }
span { border-color: rgb(118,36,95); }
td.TdClassName
{
border-color: #76245F;
}
.TagClassName
{
border-color: #76245F;
}
</style>