Shades of Palatinate Purple #762B6E
Tints of Palatinate Purple #762B6E
RGB
CMYK
RGB Variations
Color information
#762B6E (or 0x762B6E) is known color: Palatinate Purple. HEX triplet: 76, 2B and 6E. RGB value is (118,43,110). Sum of RGB (Red+Green+Blue) = 118+43+110=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #762B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B6E is #89D491. Grayscale: #484848. Windows color (decimal): -9032850 or 7220086. OLE color: 7220086.
HSL color Cylindrical-coordinate representation of color #762B6E: hue angle of 306.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B6E is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 110 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.54 |
| HSL | 306.4º | 0.47% | 0.32% | - |
| HSV(B) | 306.4º | 0.64% | 0.46% | - |
| XYZ | 11.15 | 6.71 | 15.46 | - |
| YUV | 73.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 110 | 0 | 0.64 | 0.07 | 0.54 | 306.4 | 0.47 | 0.32 |
| Hex | 76 | 2B | 6E | 0 | 40 | 7 | 36 | 132 | 2F | 20 |
| Octal | 166 | 53 | 156 | 0 | 100 | 7 | 66 | 462 | 57 | 40 |
| Binary | 1110110 | 101011 | 1101110 | 0 | 1000000 | 111 | 110110 | 100110010 | 101111 | 100000 |
Color Harmonies of #762B6E
Complementary color
Monochromatic Colors of #762B6E
Black with #762B6E
Text Example
Text Example
White with #762B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B6E; }
p { color: rgb(118,43,110); }
H1.HeaderClassName
{
color: #762B6E;
}
.AnyTagClassName
{
color: #762B6E;
}
</style>
background-color css
<style>
a { background-color: #762B6E; }
a { background-color: rgb(118,43,110); }
div.DivClassName
{
background-color: #762B6E;
}
.BgClassName
{
background-color: #762B6E;
}
</style>
border-color css
<style>
span { border-color: #762B6E; }
span { border-color: rgb(118,43,110); }
td.TdClassName
{
border-color: #762B6E;
}
.TagClassName
{
border-color: #762B6E;
}
</style>