Shades of Palatinate Purple #762B6A
Tints of Palatinate Purple #762B6A
RGB
CMYK
RGB Variations
Color information
#762B6A (or 0x762B6A) is known color: Palatinate Purple. HEX triplet: 76, 2B and 6A. RGB value is (118,43,106). Sum of RGB (Red+Green+Blue) = 118+43+106=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #762B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B6A is #89D495. Grayscale: #484848. Windows color (decimal): -9032854 or 6957942. OLE color: 6957942.
HSL color Cylindrical-coordinate representation of color #762B6A: hue angle of 309.6º 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 #762B6A is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 106 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.54 |
| HSL | 309.6º | 0.47% | 0.32% | - |
| HSV(B) | 309.6º | 0.64% | 0.46% | - |
| XYZ | 10.94 | 6.62 | 14.34 | - |
| YUV | 72.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 106 | 0 | 0.64 | 0.10 | 0.54 | 309.6 | 0.47 | 0.32 |
| Hex | 76 | 2B | 6A | 0 | 40 | A | 36 | 136 | 2F | 20 |
| Octal | 166 | 53 | 152 | 0 | 100 | 12 | 66 | 466 | 57 | 40 |
| Binary | 1110110 | 101011 | 1101010 | 0 | 1000000 | 1010 | 110110 | 100110110 | 101111 | 100000 |
Color Harmonies of #762B6A
Complementary color
Monochromatic Colors of #762B6A
Black with #762B6A
Text Example
Text Example
White with #762B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B6A; }
p { color: rgb(118,43,106); }
H1.HeaderClassName
{
color: #762B6A;
}
.AnyTagClassName
{
color: #762B6A;
}
</style>
background-color css
<style>
a { background-color: #762B6A; }
a { background-color: rgb(118,43,106); }
div.DivClassName
{
background-color: #762B6A;
}
.BgClassName
{
background-color: #762B6A;
}
</style>
border-color css
<style>
span { border-color: #762B6A; }
span { border-color: rgb(118,43,106); }
td.TdClassName
{
border-color: #762B6A;
}
.TagClassName
{
border-color: #762B6A;
}
</style>