Shades of Palatinate Purple #762E61
Tints of Palatinate Purple #762E61
RGB
CMYK
RGB Variations
Color information
#762E61 (or 0x762E61) is known color: Palatinate Purple. HEX triplet: 76, 2E and 61. RGB value is (118,46,97). Sum of RGB (Red+Green+Blue) = 118+46+97=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E61 is #89D19E. Grayscale: #494949. Windows color (decimal): -9032095 or 6368886. OLE color: 6368886.
HSL color Cylindrical-coordinate representation of color #762E61: hue angle of 317.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E61 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 97 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.54 |
| HSL | 317.5º | 0.44% | 0.32% | - |
| HSV(B) | 317.5º | 0.61% | 0.46% | - |
| XYZ | 10.61 | 6.67 | 12.04 | - |
| YUV | 73.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 97 | 0 | 0.61 | 0.18 | 0.54 | 317.5 | 0.44 | 0.32 |
| Hex | 76 | 2E | 61 | 0 | 3D | 12 | 36 | 13E | 2C | 20 |
| Octal | 166 | 56 | 141 | 0 | 75 | 22 | 66 | 476 | 54 | 40 |
| Binary | 1110110 | 101110 | 1100001 | 0 | 111101 | 10010 | 110110 | 100111110 | 101100 | 100000 |
Color Harmonies of #762E61
Complementary color
Monochromatic Colors of #762E61
Black with #762E61
Text Example
Text Example
White with #762E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E61; }
p { color: rgb(118,46,97); }
H1.HeaderClassName
{
color: #762E61;
}
.AnyTagClassName
{
color: #762E61;
}
</style>
background-color css
<style>
a { background-color: #762E61; }
a { background-color: rgb(118,46,97); }
div.DivClassName
{
background-color: #762E61;
}
.BgClassName
{
background-color: #762E61;
}
</style>
border-color css
<style>
span { border-color: #762E61; }
span { border-color: rgb(118,46,97); }
td.TdClassName
{
border-color: #762E61;
}
.TagClassName
{
border-color: #762E61;
}
</style>