Shades of Palatinate Purple #76245A
Tints of Palatinate Purple #76245A
RGB
CMYK
RGB Variations
Color information
#76245A (or 0x76245A) is known color: Palatinate Purple. HEX triplet: 76, 24 and 5A. RGB value is (118,36,90). Sum of RGB (Red+Green+Blue) = 118+36+90=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245A is #89DBA5. Grayscale: #424242. Windows color (decimal): -9034662 or 5907574. OLE color: 5907574.
HSL color Cylindrical-coordinate representation of color #76245A: hue angle of 320.49º 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 #76245A is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 90 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.54 |
| HSL | 320.49º | 0.53% | 0.3% | - |
| HSV(B) | 320.49º | 0.69% | 0.46% | - |
| XYZ | 9.95 | 5.85 | 10.28 | - |
| YUV | 66.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 90 | 0 | 0.69 | 0.24 | 0.54 | 320.49 | 0.53 | 0.3 |
| Hex | 76 | 24 | 5A | 0 | 45 | 18 | 36 | 140 | 35 | 1E |
| Octal | 166 | 44 | 132 | 0 | 105 | 30 | 66 | 500 | 65 | 36 |
| Binary | 1110110 | 100100 | 1011010 | 0 | 1000101 | 11000 | 110110 | 101000000 | 110101 | 11110 |
Color Harmonies of #76245A
Complementary color
Monochromatic Colors of #76245A
Black with #76245A
Text Example
Text Example
White with #76245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76245A; }
p { color: rgb(118,36,90); }
H1.HeaderClassName
{
color: #76245A;
}
.AnyTagClassName
{
color: #76245A;
}
</style>
background-color css
<style>
a { background-color: #76245A; }
a { background-color: rgb(118,36,90); }
div.DivClassName
{
background-color: #76245A;
}
.BgClassName
{
background-color: #76245A;
}
</style>
border-color css
<style>
span { border-color: #76245A; }
span { border-color: rgb(118,36,90); }
td.TdClassName
{
border-color: #76245A;
}
.TagClassName
{
border-color: #76245A;
}
</style>