Shades of Palatinate Purple #760E63
Tints of Palatinate Purple #760E63
RGB
CMYK
RGB Variations
Color information
#760E63 (or 0x760E63) is known color: Palatinate Purple. HEX triplet: 76, 0E and 63. RGB value is (118,14,99). Sum of RGB (Red+Green+Blue) = 118+14+99=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #760E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E63 is #89F19C. Grayscale: #363636. Windows color (decimal): -9040285 or 6491766. OLE color: 6491766.
HSL color Cylindrical-coordinate representation of color #760E63: hue angle of 310.96º 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 #760E63 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 99 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.54 |
| HSL | 310.96º | 0.79% | 0.26% | - |
| HSV(B) | 310.96º | 0.88% | 0.46% | - |
| XYZ | 9.88 | 5.07 | 12.26 | - |
| YUV | 54.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 99 | 0 | 0.88 | 0.16 | 0.54 | 310.96 | 0.79 | 0.26 |
| Hex | 76 | E | 63 | 0 | 58 | 10 | 36 | 137 | 4F | 1A |
| Octal | 166 | 16 | 143 | 0 | 130 | 20 | 66 | 467 | 117 | 32 |
| Binary | 1110110 | 1110 | 1100011 | 0 | 1011000 | 10000 | 110110 | 100110111 | 1001111 | 11010 |
Color Harmonies of #760E63
Complementary color
Monochromatic Colors of #760E63
Black with #760E63
Text Example
Text Example
White with #760E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E63; }
p { color: rgb(118,14,99); }
H1.HeaderClassName
{
color: #760E63;
}
.AnyTagClassName
{
color: #760E63;
}
</style>
background-color css
<style>
a { background-color: #760E63; }
a { background-color: rgb(118,14,99); }
div.DivClassName
{
background-color: #760E63;
}
.BgClassName
{
background-color: #760E63;
}
</style>
border-color css
<style>
span { border-color: #760E63; }
span { border-color: rgb(118,14,99); }
td.TdClassName
{
border-color: #760E63;
}
.TagClassName
{
border-color: #760E63;
}
</style>