Shades of Palatinate Purple #762F6A
Tints of Palatinate Purple #762F6A
RGB
CMYK
RGB Variations
Color information
#762F6A (or 0x762F6A) is known color: Palatinate Purple. HEX triplet: 76, 2F and 6A. RGB value is (118,47,106). Sum of RGB (Red+Green+Blue) = 118+47+106=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #762F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F6A is #89D095. Grayscale: #4A4A4A. Windows color (decimal): -9031830 or 6958966. OLE color: 6958966.
HSL color Cylindrical-coordinate representation of color #762F6A: hue angle of 310.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F6A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 106 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.54 |
| HSL | 310.14º | 0.43% | 0.32% | - |
| HSV(B) | 310.14º | 0.6% | 0.46% | - |
| XYZ | 11.09 | 6.93 | 14.39 | - |
| YUV | 74.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 106 | 0 | 0.60 | 0.10 | 0.54 | 310.14 | 0.43 | 0.32 |
| Hex | 76 | 2F | 6A | 0 | 3C | A | 36 | 136 | 2B | 20 |
| Octal | 166 | 57 | 152 | 0 | 74 | 12 | 66 | 466 | 53 | 40 |
| Binary | 1110110 | 101111 | 1101010 | 0 | 111100 | 1010 | 110110 | 100110110 | 101011 | 100000 |
Color Harmonies of #762F6A
Complementary color
Monochromatic Colors of #762F6A
Black with #762F6A
Text Example
Text Example
White with #762F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F6A; }
p { color: rgb(118,47,106); }
H1.HeaderClassName
{
color: #762F6A;
}
.AnyTagClassName
{
color: #762F6A;
}
</style>
background-color css
<style>
a { background-color: #762F6A; }
a { background-color: rgb(118,47,106); }
div.DivClassName
{
background-color: #762F6A;
}
.BgClassName
{
background-color: #762F6A;
}
</style>
border-color css
<style>
span { border-color: #762F6A; }
span { border-color: rgb(118,47,106); }
td.TdClassName
{
border-color: #762F6A;
}
.TagClassName
{
border-color: #762F6A;
}
</style>