Shades of Palatinate Purple #762B6D
Tints of Palatinate Purple #762B6D
RGB
CMYK
RGB Variations
Color information
#762B6D (or 0x762B6D) is known color: Palatinate Purple. HEX triplet: 76, 2B and 6D. RGB value is (118,43,109). Sum of RGB (Red+Green+Blue) = 118+43+109=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B6D is #89D492. Grayscale: #484848. Windows color (decimal): -9032851 or 7154550. OLE color: 7154550.
HSL color Cylindrical-coordinate representation of color #762B6D: hue angle of 307.2º 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 #762B6D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 109 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.54 |
| HSL | 307.2º | 0.47% | 0.32% | - |
| HSV(B) | 307.2º | 0.64% | 0.46% | - |
| XYZ | 11.1 | 6.68 | 15.17 | - |
| YUV | 72.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 109 | 0 | 0.64 | 0.08 | 0.54 | 307.2 | 0.47 | 0.32 |
| Hex | 76 | 2B | 6D | 0 | 40 | 8 | 36 | 133 | 2F | 20 |
| Octal | 166 | 53 | 155 | 0 | 100 | 10 | 66 | 463 | 57 | 40 |
| Binary | 1110110 | 101011 | 1101101 | 0 | 1000000 | 1000 | 110110 | 100110011 | 101111 | 100000 |
Color Harmonies of #762B6D
Complementary color
Monochromatic Colors of #762B6D
Black with #762B6D
Text Example
Text Example
White with #762B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B6D; }
p { color: rgb(118,43,109); }
H1.HeaderClassName
{
color: #762B6D;
}
.AnyTagClassName
{
color: #762B6D;
}
</style>
background-color css
<style>
a { background-color: #762B6D; }
a { background-color: rgb(118,43,109); }
div.DivClassName
{
background-color: #762B6D;
}
.BgClassName
{
background-color: #762B6D;
}
</style>
border-color css
<style>
span { border-color: #762B6D; }
span { border-color: rgb(118,43,109); }
td.TdClassName
{
border-color: #762B6D;
}
.TagClassName
{
border-color: #762B6D;
}
</style>