Shades of Palatinate Purple #761D65
Tints of Palatinate Purple #761D65
RGB
CMYK
RGB Variations
Color information
#761D65 (or 0x761D65) is known color: Palatinate Purple. HEX triplet: 76, 1D and 65. RGB value is (118,29,101). Sum of RGB (Red+Green+Blue) = 118+29+101=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #761D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D65 is #89E29A. Grayscale: #3F3F3F. Windows color (decimal): -9036443 or 6626678. OLE color: 6626678.
HSL color Cylindrical-coordinate representation of color #761D65: hue angle of 311.46º degrees, saturation: 0.61, 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 #761D65 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 101 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.54 |
| HSL | 311.46º | 0.61% | 0.29% | - |
| HSV(B) | 311.46º | 0.75% | 0.46% | - |
| XYZ | 10.26 | 5.67 | 12.87 | - |
| YUV | 63.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 101 | 0 | 0.75 | 0.14 | 0.54 | 311.46 | 0.61 | 0.29 |
| Hex | 76 | 1D | 65 | 0 | 4B | E | 36 | 137 | 3D | 1D |
| Octal | 166 | 35 | 145 | 0 | 113 | 16 | 66 | 467 | 75 | 35 |
| Binary | 1110110 | 11101 | 1100101 | 0 | 1001011 | 1110 | 110110 | 100110111 | 111101 | 11101 |
Color Harmonies of #761D65
Complementary color
Monochromatic Colors of #761D65
Black with #761D65
Text Example
Text Example
White with #761D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D65; }
p { color: rgb(118,29,101); }
H1.HeaderClassName
{
color: #761D65;
}
.AnyTagClassName
{
color: #761D65;
}
</style>
background-color css
<style>
a { background-color: #761D65; }
a { background-color: rgb(118,29,101); }
div.DivClassName
{
background-color: #761D65;
}
.BgClassName
{
background-color: #761D65;
}
</style>
border-color css
<style>
span { border-color: #761D65; }
span { border-color: rgb(118,29,101); }
td.TdClassName
{
border-color: #761D65;
}
.TagClassName
{
border-color: #761D65;
}
</style>