Shades of Palatinate Purple #762D69
Tints of Palatinate Purple #762D69
RGB
CMYK
RGB Variations
Color information
#762D69 (or 0x762D69) is known color: Palatinate Purple. HEX triplet: 76, 2D and 69. RGB value is (118,45,105). Sum of RGB (Red+Green+Blue) = 118+45+105=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D69 is #89D296. Grayscale: #494949. Windows color (decimal): -9032343 or 6892918. OLE color: 6892918.
HSL color Cylindrical-coordinate representation of color #762D69: hue angle of 310.68º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D69 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 105 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.54 |
| HSL | 310.68º | 0.45% | 0.32% | - |
| HSV(B) | 310.68º | 0.62% | 0.46% | - |
| XYZ | 10.96 | 6.75 | 14.09 | - |
| YUV | 73.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 105 | 0 | 0.62 | 0.11 | 0.54 | 310.68 | 0.45 | 0.32 |
| Hex | 76 | 2D | 69 | 0 | 3E | B | 36 | 137 | 2D | 20 |
| Octal | 166 | 55 | 151 | 0 | 76 | 13 | 66 | 467 | 55 | 40 |
| Binary | 1110110 | 101101 | 1101001 | 0 | 111110 | 1011 | 110110 | 100110111 | 101101 | 100000 |
Color Harmonies of #762D69
Complementary color
Monochromatic Colors of #762D69
Black with #762D69
Text Example
Text Example
White with #762D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D69; }
p { color: rgb(118,45,105); }
H1.HeaderClassName
{
color: #762D69;
}
.AnyTagClassName
{
color: #762D69;
}
</style>
background-color css
<style>
a { background-color: #762D69; }
a { background-color: rgb(118,45,105); }
div.DivClassName
{
background-color: #762D69;
}
.BgClassName
{
background-color: #762D69;
}
</style>
border-color css
<style>
span { border-color: #762D69; }
span { border-color: rgb(118,45,105); }
td.TdClassName
{
border-color: #762D69;
}
.TagClassName
{
border-color: #762D69;
}
</style>