Shades of Palatinate Purple #762B68
Tints of Palatinate Purple #762B68
RGB
CMYK
RGB Variations
Color information
#762B68 (or 0x762B68) is known color: Palatinate Purple. HEX triplet: 76, 2B and 68. RGB value is (118,43,104). Sum of RGB (Red+Green+Blue) = 118+43+104=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B68 is #89D497. Grayscale: #484848. Windows color (decimal): -9032856 or 6826870. OLE color: 6826870.
HSL color Cylindrical-coordinate representation of color #762B68: hue angle of 311.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 #762B68 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 104 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.54 |
| HSL | 311.2º | 0.47% | 0.32% | - |
| HSV(B) | 311.2º | 0.64% | 0.46% | - |
| XYZ | 10.83 | 6.58 | 13.8 | - |
| YUV | 72.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 104 | 0 | 0.64 | 0.12 | 0.54 | 311.2 | 0.47 | 0.32 |
| Hex | 76 | 2B | 68 | 0 | 40 | C | 36 | 137 | 2F | 20 |
| Octal | 166 | 53 | 150 | 0 | 100 | 14 | 66 | 467 | 57 | 40 |
| Binary | 1110110 | 101011 | 1101000 | 0 | 1000000 | 1100 | 110110 | 100110111 | 101111 | 100000 |
Color Harmonies of #762B68
Complementary color
Monochromatic Colors of #762B68
Black with #762B68
Text Example
Text Example
White with #762B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B68; }
p { color: rgb(118,43,104); }
H1.HeaderClassName
{
color: #762B68;
}
.AnyTagClassName
{
color: #762B68;
}
</style>
background-color css
<style>
a { background-color: #762B68; }
a { background-color: rgb(118,43,104); }
div.DivClassName
{
background-color: #762B68;
}
.BgClassName
{
background-color: #762B68;
}
</style>
border-color css
<style>
span { border-color: #762B68; }
span { border-color: rgb(118,43,104); }
td.TdClassName
{
border-color: #762B68;
}
.TagClassName
{
border-color: #762B68;
}
</style>