Shades of Palatinate Purple #762B6C
Tints of Palatinate Purple #762B6C
RGB
CMYK
RGB Variations
Color information
#762B6C (or 0x762B6C) is known color: Palatinate Purple. HEX triplet: 76, 2B and 6C. RGB value is (118,43,108). Sum of RGB (Red+Green+Blue) = 118+43+108=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #762B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B6C is #89D493. Grayscale: #484848. Windows color (decimal): -9032852 or 7089014. OLE color: 7089014.
HSL color Cylindrical-coordinate representation of color #762B6C: hue angle of 308º 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 #762B6C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 108 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.54 |
| HSL | 308º | 0.47% | 0.32% | - |
| HSV(B) | 308º | 0.64% | 0.46% | - |
| XYZ | 11.04 | 6.66 | 14.89 | - |
| YUV | 72.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 108 | 0 | 0.64 | 0.08 | 0.54 | 308 | 0.47 | 0.32 |
| Hex | 76 | 2B | 6C | 0 | 40 | 8 | 36 | 134 | 2F | 20 |
| Octal | 166 | 53 | 154 | 0 | 100 | 10 | 66 | 464 | 57 | 40 |
| Binary | 1110110 | 101011 | 1101100 | 0 | 1000000 | 1000 | 110110 | 100110100 | 101111 | 100000 |
Color Harmonies of #762B6C
Complementary color
Monochromatic Colors of #762B6C
Black with #762B6C
Text Example
Text Example
White with #762B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B6C; }
p { color: rgb(118,43,108); }
H1.HeaderClassName
{
color: #762B6C;
}
.AnyTagClassName
{
color: #762B6C;
}
</style>
background-color css
<style>
a { background-color: #762B6C; }
a { background-color: rgb(118,43,108); }
div.DivClassName
{
background-color: #762B6C;
}
.BgClassName
{
background-color: #762B6C;
}
</style>
border-color css
<style>
span { border-color: #762B6C; }
span { border-color: rgb(118,43,108); }
td.TdClassName
{
border-color: #762B6C;
}
.TagClassName
{
border-color: #762B6C;
}
</style>