Shades of Palatinate Purple #761E64
Tints of Palatinate Purple #761E64
RGB
CMYK
RGB Variations
Color information
#761E64 (or 0x761E64) is known color: Palatinate Purple. HEX triplet: 76, 1E and 64. RGB value is (118,30,100). Sum of RGB (Red+Green+Blue) = 118+30+100=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #761E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E64 is #89E19B. Grayscale: #404040. Windows color (decimal): -9036188 or 6561398. OLE color: 6561398.
HSL color Cylindrical-coordinate representation of color #761E64: hue angle of 312.27º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E64 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 100 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.54 |
| HSL | 312.27º | 0.59% | 0.29% | - |
| HSV(B) | 312.27º | 0.75% | 0.46% | - |
| XYZ | 10.24 | 5.7 | 12.62 | - |
| YUV | 64.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 100 | 0 | 0.75 | 0.15 | 0.54 | 312.27 | 0.59 | 0.29 |
| Hex | 76 | 1E | 64 | 0 | 4B | F | 36 | 138 | 3B | 1D |
| Octal | 166 | 36 | 144 | 0 | 113 | 17 | 66 | 470 | 73 | 35 |
| Binary | 1110110 | 11110 | 1100100 | 0 | 1001011 | 1111 | 110110 | 100111000 | 111011 | 11101 |
Color Harmonies of #761E64
Complementary color
Monochromatic Colors of #761E64
Black with #761E64
Text Example
Text Example
White with #761E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E64; }
p { color: rgb(118,30,100); }
H1.HeaderClassName
{
color: #761E64;
}
.AnyTagClassName
{
color: #761E64;
}
</style>
background-color css
<style>
a { background-color: #761E64; }
a { background-color: rgb(118,30,100); }
div.DivClassName
{
background-color: #761E64;
}
.BgClassName
{
background-color: #761E64;
}
</style>
border-color css
<style>
span { border-color: #761E64; }
span { border-color: rgb(118,30,100); }
td.TdClassName
{
border-color: #761E64;
}
.TagClassName
{
border-color: #761E64;
}
</style>