Shades of Palatinate Purple #762E6A
Tints of Palatinate Purple #762E6A
RGB
CMYK
RGB Variations
Color information
#762E6A (or 0x762E6A) is known color: Palatinate Purple. HEX triplet: 76, 2E and 6A. RGB value is (118,46,106). Sum of RGB (Red+Green+Blue) = 118+46+106=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E6A is #89D195. Grayscale: #4A4A4A. Windows color (decimal): -9032086 or 6958710. OLE color: 6958710.
HSL color Cylindrical-coordinate representation of color #762E6A: hue angle of 310º 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 #762E6A is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 106 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.54 |
| HSL | 310º | 0.44% | 0.32% | - |
| HSV(B) | 310º | 0.61% | 0.46% | - |
| XYZ | 11.05 | 6.85 | 14.37 | - |
| YUV | 74.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 106 | 0 | 0.61 | 0.10 | 0.54 | 310 | 0.44 | 0.32 |
| Hex | 76 | 2E | 6A | 0 | 3D | A | 36 | 136 | 2C | 20 |
| Octal | 166 | 56 | 152 | 0 | 75 | 12 | 66 | 466 | 54 | 40 |
| Binary | 1110110 | 101110 | 1101010 | 0 | 111101 | 1010 | 110110 | 100110110 | 101100 | 100000 |
Color Harmonies of #762E6A
Complementary color
Monochromatic Colors of #762E6A
Black with #762E6A
Text Example
Text Example
White with #762E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E6A; }
p { color: rgb(118,46,106); }
H1.HeaderClassName
{
color: #762E6A;
}
.AnyTagClassName
{
color: #762E6A;
}
</style>
background-color css
<style>
a { background-color: #762E6A; }
a { background-color: rgb(118,46,106); }
div.DivClassName
{
background-color: #762E6A;
}
.BgClassName
{
background-color: #762E6A;
}
</style>
border-color css
<style>
span { border-color: #762E6A; }
span { border-color: rgb(118,46,106); }
td.TdClassName
{
border-color: #762E6A;
}
.TagClassName
{
border-color: #762E6A;
}
</style>