Shades of Palatinate Purple #762A68
Tints of Palatinate Purple #762A68
RGB
CMYK
RGB Variations
Color information
#762A68 (or 0x762A68) is known color: Palatinate Purple. HEX triplet: 76, 2A and 68. RGB value is (118,42,104). Sum of RGB (Red+Green+Blue) = 118+42+104=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #762A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A68 is #89D597. Grayscale: #474747. Windows color (decimal): -9033112 or 6826614. OLE color: 6826614.
HSL color Cylindrical-coordinate representation of color #762A68: hue angle of 311.05º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A68 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 104 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.54 |
| HSL | 311.05º | 0.48% | 0.31% | - |
| HSV(B) | 311.05º | 0.64% | 0.46% | - |
| XYZ | 10.8 | 6.51 | 13.78 | - |
| YUV | 71.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 104 | 0 | 0.64 | 0.12 | 0.54 | 311.05 | 0.48 | 0.31 |
| Hex | 76 | 2A | 68 | 0 | 40 | C | 36 | 137 | 30 | 1F |
| Octal | 166 | 52 | 150 | 0 | 100 | 14 | 66 | 467 | 60 | 37 |
| Binary | 1110110 | 101010 | 1101000 | 0 | 1000000 | 1100 | 110110 | 100110111 | 110000 | 11111 |
Color Harmonies of #762A68
Complementary color
Monochromatic Colors of #762A68
Black with #762A68
Text Example
Text Example
White with #762A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A68; }
p { color: rgb(118,42,104); }
H1.HeaderClassName
{
color: #762A68;
}
.AnyTagClassName
{
color: #762A68;
}
</style>
background-color css
<style>
a { background-color: #762A68; }
a { background-color: rgb(118,42,104); }
div.DivClassName
{
background-color: #762A68;
}
.BgClassName
{
background-color: #762A68;
}
</style>
border-color css
<style>
span { border-color: #762A68; }
span { border-color: rgb(118,42,104); }
td.TdClassName
{
border-color: #762A68;
}
.TagClassName
{
border-color: #762A68;
}
</style>