Shades of Palatinate Purple #760E65
Tints of Palatinate Purple #760E65
RGB
CMYK
RGB Variations
Color information
#760E65 (or 0x760E65) is known color: Palatinate Purple. HEX triplet: 76, 0E and 65. RGB value is (118,14,101). Sum of RGB (Red+Green+Blue) = 118+14+101=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #760E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E65 is #89F19A. Grayscale: #363636. Windows color (decimal): -9040283 or 6622838. OLE color: 6622838.
HSL color Cylindrical-coordinate representation of color #760E65: hue angle of 309.81º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E65 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 101 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.54 |
| HSL | 309.81º | 0.79% | 0.26% | - |
| HSV(B) | 309.81º | 0.88% | 0.46% | - |
| XYZ | 9.98 | 5.11 | 12.77 | - |
| YUV | 55.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 101 | 0 | 0.88 | 0.14 | 0.54 | 309.81 | 0.79 | 0.26 |
| Hex | 76 | E | 65 | 0 | 58 | E | 36 | 136 | 4F | 1A |
| Octal | 166 | 16 | 145 | 0 | 130 | 16 | 66 | 466 | 117 | 32 |
| Binary | 1110110 | 1110 | 1100101 | 0 | 1011000 | 1110 | 110110 | 100110110 | 1001111 | 11010 |
Color Harmonies of #760E65
Complementary color
Monochromatic Colors of #760E65
Black with #760E65
Text Example
Text Example
White with #760E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E65; }
p { color: rgb(118,14,101); }
H1.HeaderClassName
{
color: #760E65;
}
.AnyTagClassName
{
color: #760E65;
}
</style>
background-color css
<style>
a { background-color: #760E65; }
a { background-color: rgb(118,14,101); }
div.DivClassName
{
background-color: #760E65;
}
.BgClassName
{
background-color: #760E65;
}
</style>
border-color css
<style>
span { border-color: #760E65; }
span { border-color: rgb(118,14,101); }
td.TdClassName
{
border-color: #760E65;
}
.TagClassName
{
border-color: #760E65;
}
</style>