Shades of Palatinate Purple #763A66
Tints of Palatinate Purple #763A66
RGB
CMYK
RGB Variations
Color information
#763A66 (or 0x763A66) is known color: Palatinate Purple. HEX triplet: 76, 3A and 66. RGB value is (118,58,102). Sum of RGB (Red+Green+Blue) = 118+58+102=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #763A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A66 is #89C599. Grayscale: #505050. Windows color (decimal): -9029018 or 6699638. OLE color: 6699638.
HSL color Cylindrical-coordinate representation of color #763A66: hue angle of 316º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A66 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 102 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.54 |
| HSL | 316º | 0.34% | 0.35% | - |
| HSV(B) | 316º | 0.51% | 0.46% | - |
| XYZ | 11.38 | 7.84 | 13.48 | - |
| YUV | 80.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 102 | 0 | 0.51 | 0.14 | 0.54 | 316 | 0.34 | 0.35 |
| Hex | 76 | 3A | 66 | 0 | 33 | E | 36 | 13C | 22 | 23 |
| Octal | 166 | 72 | 146 | 0 | 63 | 16 | 66 | 474 | 42 | 43 |
| Binary | 1110110 | 111010 | 1100110 | 0 | 110011 | 1110 | 110110 | 100111100 | 100010 | 100011 |
Color Harmonies of #763A66
Complementary color
Monochromatic Colors of #763A66
Black with #763A66
Text Example
Text Example
White with #763A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A66; }
p { color: rgb(118,58,102); }
H1.HeaderClassName
{
color: #763A66;
}
.AnyTagClassName
{
color: #763A66;
}
</style>
background-color css
<style>
a { background-color: #763A66; }
a { background-color: rgb(118,58,102); }
div.DivClassName
{
background-color: #763A66;
}
.BgClassName
{
background-color: #763A66;
}
</style>
border-color css
<style>
span { border-color: #763A66; }
span { border-color: rgb(118,58,102); }
td.TdClassName
{
border-color: #763A66;
}
.TagClassName
{
border-color: #763A66;
}
</style>