Shades of Palatinate Purple #761D69
Tints of Palatinate Purple #761D69
RGB
CMYK
RGB Variations
Color information
#761D69 (or 0x761D69) is known color: Palatinate Purple. HEX triplet: 76, 1D and 69. RGB value is (118,29,105). Sum of RGB (Red+Green+Blue) = 118+29+105=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D69 is #89E296. Grayscale: #404040. Windows color (decimal): -9036439 or 6888822. OLE color: 6888822.
HSL color Cylindrical-coordinate representation of color #761D69: hue angle of 308.76º 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 #761D69 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 105 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.54 |
| HSL | 308.76º | 0.61% | 0.29% | - |
| HSV(B) | 308.76º | 0.75% | 0.46% | - |
| XYZ | 10.46 | 5.75 | 13.92 | - |
| YUV | 64.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 105 | 0 | 0.75 | 0.11 | 0.54 | 308.76 | 0.61 | 0.29 |
| Hex | 76 | 1D | 69 | 0 | 4B | B | 36 | 135 | 3D | 1D |
| Octal | 166 | 35 | 151 | 0 | 113 | 13 | 66 | 465 | 75 | 35 |
| Binary | 1110110 | 11101 | 1101001 | 0 | 1001011 | 1011 | 110110 | 100110101 | 111101 | 11101 |
Color Harmonies of #761D69
Complementary color
Monochromatic Colors of #761D69
Black with #761D69
Text Example
Text Example
White with #761D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D69; }
p { color: rgb(118,29,105); }
H1.HeaderClassName
{
color: #761D69;
}
.AnyTagClassName
{
color: #761D69;
}
</style>
background-color css
<style>
a { background-color: #761D69; }
a { background-color: rgb(118,29,105); }
div.DivClassName
{
background-color: #761D69;
}
.BgClassName
{
background-color: #761D69;
}
</style>
border-color css
<style>
span { border-color: #761D69; }
span { border-color: rgb(118,29,105); }
td.TdClassName
{
border-color: #761D69;
}
.TagClassName
{
border-color: #761D69;
}
</style>