Shades of Palatinate Purple #761D6A
Tints of Palatinate Purple #761D6A
RGB
CMYK
RGB Variations
Color information
#761D6A (or 0x761D6A) is known color: Palatinate Purple. HEX triplet: 76, 1D and 6A. RGB value is (118,29,106). Sum of RGB (Red+Green+Blue) = 118+29+106=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #761D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D6A is #89E295. Grayscale: #404040. Windows color (decimal): -9036438 or 6954358. OLE color: 6954358.
HSL color Cylindrical-coordinate representation of color #761D6A: hue angle of 308.09º 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 #761D6A is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 106 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.54 |
| HSL | 308.09º | 0.61% | 0.29% | - |
| HSV(B) | 308.09º | 0.75% | 0.46% | - |
| XYZ | 10.51 | 5.77 | 14.2 | - |
| YUV | 64.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 106 | 0 | 0.75 | 0.10 | 0.54 | 308.09 | 0.61 | 0.29 |
| Hex | 76 | 1D | 6A | 0 | 4B | A | 36 | 134 | 3D | 1D |
| Octal | 166 | 35 | 152 | 0 | 113 | 12 | 66 | 464 | 75 | 35 |
| Binary | 1110110 | 11101 | 1101010 | 0 | 1001011 | 1010 | 110110 | 100110100 | 111101 | 11101 |
Color Harmonies of #761D6A
Complementary color
Monochromatic Colors of #761D6A
Black with #761D6A
Text Example
Text Example
White with #761D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D6A; }
p { color: rgb(118,29,106); }
H1.HeaderClassName
{
color: #761D6A;
}
.AnyTagClassName
{
color: #761D6A;
}
</style>
background-color css
<style>
a { background-color: #761D6A; }
a { background-color: rgb(118,29,106); }
div.DivClassName
{
background-color: #761D6A;
}
.BgClassName
{
background-color: #761D6A;
}
</style>
border-color css
<style>
span { border-color: #761D6A; }
span { border-color: rgb(118,29,106); }
td.TdClassName
{
border-color: #761D6A;
}
.TagClassName
{
border-color: #761D6A;
}
</style>