Shades of Palatinate Purple #761D60
Tints of Palatinate Purple #761D60
RGB
CMYK
RGB Variations
Color information
#761D60 (or 0x761D60) is known color: Palatinate Purple. HEX triplet: 76, 1D and 60. RGB value is (118,29,96). Sum of RGB (Red+Green+Blue) = 118+29+96=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D60 is #89E29F. Grayscale: #3F3F3F. Windows color (decimal): -9036448 or 6298998. OLE color: 6298998.
HSL color Cylindrical-coordinate representation of color #761D60: hue angle of 314.83º 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 #761D60 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 96 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.54 |
| HSL | 314.83º | 0.61% | 0.29% | - |
| HSV(B) | 314.83º | 0.75% | 0.46% | - |
| XYZ | 10.02 | 5.57 | 11.61 | - |
| YUV | 63.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 96 | 0 | 0.75 | 0.19 | 0.54 | 314.83 | 0.61 | 0.29 |
| Hex | 76 | 1D | 60 | 0 | 4B | 13 | 36 | 13B | 3D | 1D |
| Octal | 166 | 35 | 140 | 0 | 113 | 23 | 66 | 473 | 75 | 35 |
| Binary | 1110110 | 11101 | 1100000 | 0 | 1001011 | 10011 | 110110 | 100111011 | 111101 | 11101 |
Color Harmonies of #761D60
Complementary color
Monochromatic Colors of #761D60
Black with #761D60
Text Example
Text Example
White with #761D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D60; }
p { color: rgb(118,29,96); }
H1.HeaderClassName
{
color: #761D60;
}
.AnyTagClassName
{
color: #761D60;
}
</style>
background-color css
<style>
a { background-color: #761D60; }
a { background-color: rgb(118,29,96); }
div.DivClassName
{
background-color: #761D60;
}
.BgClassName
{
background-color: #761D60;
}
</style>
border-color css
<style>
span { border-color: #761D60; }
span { border-color: rgb(118,29,96); }
td.TdClassName
{
border-color: #761D60;
}
.TagClassName
{
border-color: #761D60;
}
</style>