Shades of Palatinate Purple #761B60
Tints of Palatinate Purple #761B60
RGB
CMYK
RGB Variations
Color information
#761B60 (or 0x761B60) is known color: Palatinate Purple. HEX triplet: 76, 1B and 60. RGB value is (118,27,96). Sum of RGB (Red+Green+Blue) = 118+27+96=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B60 is #89E49F. Grayscale: #3D3D3D. Windows color (decimal): -9036960 or 6298486. OLE color: 6298486.
HSL color Cylindrical-coordinate representation of color #761B60: hue angle of 314.51º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B60 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 96 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.54 |
| HSL | 314.51º | 0.63% | 0.28% | - |
| HSV(B) | 314.51º | 0.77% | 0.46% | - |
| XYZ | 9.97 | 5.48 | 11.6 | - |
| YUV | 62.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 96 | 0 | 0.77 | 0.19 | 0.54 | 314.51 | 0.63 | 0.28 |
| Hex | 76 | 1B | 60 | 0 | 4D | 13 | 36 | 13B | 3F | 1C |
| Octal | 166 | 33 | 140 | 0 | 115 | 23 | 66 | 473 | 77 | 34 |
| Binary | 1110110 | 11011 | 1100000 | 0 | 1001101 | 10011 | 110110 | 100111011 | 111111 | 11100 |
Color Harmonies of #761B60
Complementary color
Monochromatic Colors of #761B60
Black with #761B60
Text Example
Text Example
White with #761B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B60; }
p { color: rgb(118,27,96); }
H1.HeaderClassName
{
color: #761B60;
}
.AnyTagClassName
{
color: #761B60;
}
</style>
background-color css
<style>
a { background-color: #761B60; }
a { background-color: rgb(118,27,96); }
div.DivClassName
{
background-color: #761B60;
}
.BgClassName
{
background-color: #761B60;
}
</style>
border-color css
<style>
span { border-color: #761B60; }
span { border-color: rgb(118,27,96); }
td.TdClassName
{
border-color: #761B60;
}
.TagClassName
{
border-color: #761B60;
}
</style>