Shades of Palatinate Purple #762B6B
Tints of Palatinate Purple #762B6B
RGB
CMYK
RGB Variations
Color information
#762B6B (or 0x762B6B) is known color: Palatinate Purple. HEX triplet: 76, 2B and 6B. RGB value is (118,43,107). Sum of RGB (Red+Green+Blue) = 118+43+107=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B6B is #89D494. Grayscale: #484848. Windows color (decimal): -9032853 or 7023478. OLE color: 7023478.
HSL color Cylindrical-coordinate representation of color #762B6B: hue angle of 308.8º 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 #762B6B is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 107 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.54 |
| HSL | 308.8º | 0.47% | 0.32% | - |
| HSV(B) | 308.8º | 0.64% | 0.46% | - |
| XYZ | 10.99 | 6.64 | 14.61 | - |
| YUV | 72.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 107 | 0 | 0.64 | 0.09 | 0.54 | 308.8 | 0.47 | 0.32 |
| Hex | 76 | 2B | 6B | 0 | 40 | 9 | 36 | 135 | 2F | 20 |
| Octal | 166 | 53 | 153 | 0 | 100 | 11 | 66 | 465 | 57 | 40 |
| Binary | 1110110 | 101011 | 1101011 | 0 | 1000000 | 1001 | 110110 | 100110101 | 101111 | 100000 |
Color Harmonies of #762B6B
Complementary color
Monochromatic Colors of #762B6B
Black with #762B6B
Text Example
Text Example
White with #762B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B6B; }
p { color: rgb(118,43,107); }
H1.HeaderClassName
{
color: #762B6B;
}
.AnyTagClassName
{
color: #762B6B;
}
</style>
background-color css
<style>
a { background-color: #762B6B; }
a { background-color: rgb(118,43,107); }
div.DivClassName
{
background-color: #762B6B;
}
.BgClassName
{
background-color: #762B6B;
}
</style>
border-color css
<style>
span { border-color: #762B6B; }
span { border-color: rgb(118,43,107); }
td.TdClassName
{
border-color: #762B6B;
}
.TagClassName
{
border-color: #762B6B;
}
</style>