Shades of Palatinate Purple #76225A
Tints of Palatinate Purple #76225A
RGB
CMYK
RGB Variations
Color information
#76225A (or 0x76225A) is known color: Palatinate Purple. HEX triplet: 76, 22 and 5A. RGB value is (118,34,90). Sum of RGB (Red+Green+Blue) = 118+34+90=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76225A is #89DDA5. Grayscale: #414141. Windows color (decimal): -9035174 or 5907062. OLE color: 5907062.
HSL color Cylindrical-coordinate representation of color #76225A: hue angle of 320º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76225A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 90 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.54 |
| HSL | 320º | 0.55% | 0.3% | - |
| HSV(B) | 320º | 0.71% | 0.46% | - |
| XYZ | 9.89 | 5.73 | 10.26 | - |
| YUV | 65.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 90 | 0 | 0.71 | 0.24 | 0.54 | 320 | 0.55 | 0.3 |
| Hex | 76 | 22 | 5A | 0 | 47 | 18 | 36 | 140 | 37 | 1E |
| Octal | 166 | 42 | 132 | 0 | 107 | 30 | 66 | 500 | 67 | 36 |
| Binary | 1110110 | 100010 | 1011010 | 0 | 1000111 | 11000 | 110110 | 101000000 | 110111 | 11110 |
Color Harmonies of #76225A
Complementary color
Monochromatic Colors of #76225A
Black with #76225A
Text Example
Text Example
White with #76225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76225A; }
p { color: rgb(118,34,90); }
H1.HeaderClassName
{
color: #76225A;
}
.AnyTagClassName
{
color: #76225A;
}
</style>
background-color css
<style>
a { background-color: #76225A; }
a { background-color: rgb(118,34,90); }
div.DivClassName
{
background-color: #76225A;
}
.BgClassName
{
background-color: #76225A;
}
</style>
border-color css
<style>
span { border-color: #76225A; }
span { border-color: rgb(118,34,90); }
td.TdClassName
{
border-color: #76225A;
}
.TagClassName
{
border-color: #76225A;
}
</style>