Shades of Palatinate Purple #761D63
Tints of Palatinate Purple #761D63
RGB
CMYK
RGB Variations
Color information
#761D63 (or 0x761D63) is known color: Palatinate Purple. HEX triplet: 76, 1D and 63. RGB value is (118,29,99). Sum of RGB (Red+Green+Blue) = 118+29+99=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #761D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D63 is #89E29C. Grayscale: #3F3F3F. Windows color (decimal): -9036445 or 6495606. OLE color: 6495606.
HSL color Cylindrical-coordinate representation of color #761D63: hue angle of 312.81º 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 #761D63 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 99 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.54 |
| HSL | 312.81º | 0.61% | 0.29% | - |
| HSV(B) | 312.81º | 0.75% | 0.46% | - |
| XYZ | 10.16 | 5.63 | 12.36 | - |
| YUV | 63.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 99 | 0 | 0.75 | 0.16 | 0.54 | 312.81 | 0.61 | 0.29 |
| Hex | 76 | 1D | 63 | 0 | 4B | 10 | 36 | 139 | 3D | 1D |
| Octal | 166 | 35 | 143 | 0 | 113 | 20 | 66 | 471 | 75 | 35 |
| Binary | 1110110 | 11101 | 1100011 | 0 | 1001011 | 10000 | 110110 | 100111001 | 111101 | 11101 |
Color Harmonies of #761D63
Complementary color
Monochromatic Colors of #761D63
Black with #761D63
Text Example
Text Example
White with #761D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D63; }
p { color: rgb(118,29,99); }
H1.HeaderClassName
{
color: #761D63;
}
.AnyTagClassName
{
color: #761D63;
}
</style>
background-color css
<style>
a { background-color: #761D63; }
a { background-color: rgb(118,29,99); }
div.DivClassName
{
background-color: #761D63;
}
.BgClassName
{
background-color: #761D63;
}
</style>
border-color css
<style>
span { border-color: #761D63; }
span { border-color: rgb(118,29,99); }
td.TdClassName
{
border-color: #761D63;
}
.TagClassName
{
border-color: #761D63;
}
</style>