Shades of Palatinate Purple #762E66
Tints of Palatinate Purple #762E66
RGB
CMYK
RGB Variations
Color information
#762E66 (or 0x762E66) is known color: Palatinate Purple. HEX triplet: 76, 2E and 66. RGB value is (118,46,102). Sum of RGB (Red+Green+Blue) = 118+46+102=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #762E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E66 is #89D199. Grayscale: #494949. Windows color (decimal): -9032090 or 6696566. OLE color: 6696566.
HSL color Cylindrical-coordinate representation of color #762E66: hue angle of 313.33º 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 #762E66 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 102 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.54 |
| HSL | 313.33º | 0.44% | 0.32% | - |
| HSV(B) | 313.33º | 0.61% | 0.46% | - |
| XYZ | 10.85 | 6.76 | 13.3 | - |
| YUV | 73.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 102 | 0 | 0.61 | 0.14 | 0.54 | 313.33 | 0.44 | 0.32 |
| Hex | 76 | 2E | 66 | 0 | 3D | E | 36 | 139 | 2C | 20 |
| Octal | 166 | 56 | 146 | 0 | 75 | 16 | 66 | 471 | 54 | 40 |
| Binary | 1110110 | 101110 | 1100110 | 0 | 111101 | 1110 | 110110 | 100111001 | 101100 | 100000 |
Color Harmonies of #762E66
Complementary color
Monochromatic Colors of #762E66
Black with #762E66
Text Example
Text Example
White with #762E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E66; }
p { color: rgb(118,46,102); }
H1.HeaderClassName
{
color: #762E66;
}
.AnyTagClassName
{
color: #762E66;
}
</style>
background-color css
<style>
a { background-color: #762E66; }
a { background-color: rgb(118,46,102); }
div.DivClassName
{
background-color: #762E66;
}
.BgClassName
{
background-color: #762E66;
}
</style>
border-color css
<style>
span { border-color: #762E66; }
span { border-color: rgb(118,46,102); }
td.TdClassName
{
border-color: #762E66;
}
.TagClassName
{
border-color: #762E66;
}
</style>