Shades of Palatinate Purple #760E64
Tints of Palatinate Purple #760E64
RGB
CMYK
RGB Variations
Color information
#760E64 (or 0x760E64) is known color: Palatinate Purple. HEX triplet: 76, 0E and 64. RGB value is (118,14,100). Sum of RGB (Red+Green+Blue) = 118+14+100=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #760E64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E64 is #89F19B. Grayscale: #363636. Windows color (decimal): -9040284 or 6557302. OLE color: 6557302.
HSL color Cylindrical-coordinate representation of color #760E64: hue angle of 310.38º 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 #760E64 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
RGB | 118 | 14 | 100 | - |
CMYK | 0 | 0.88 | 0.15 | 0.54 |
HSL | 310.38º | 0.79% | 0.26% | - |
HSV(B) | 310.38º | 0.88% | 0.46% | - |
XYZ | 9.93 | 5.09 | 12.51 | - |
YUV | 54.9 | 153.46 | 173.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 14 | 100 | 0 | 0.88 | 0.15 | 0.54 | 310.38 | 0.79 | 0.26 |
Hex | 76 | E | 64 | 0 | 58 | F | 36 | 136 | 4F | 1A |
Octal | 166 | 16 | 144 | 0 | 130 | 17 | 66 | 466 | 117 | 32 |
Binary | 1110110 | 1110 | 1100100 | 0 | 1011000 | 1111 | 110110 | 100110110 | 1001111 | 11010 |
Color Harmonies of #760E64
Complementary color
Monochromatic Colors of #760E64
Black with #760E64
Text Example
Text Example
White with #760E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E64; }
p { color: rgb(118,14,100); }
H1.HeaderClassName
{
color: #760E64;
}
.AnyTagClassName
{
color: #760E64;
}
</style>
background-color css
<style>
a { background-color: #760E64; }
a { background-color: rgb(118,14,100); }
div.DivClassName
{
background-color: #760E64;
}
.BgClassName
{
background-color: #760E64;
}
</style>
border-color css
<style>
span { border-color: #760E64; }
span { border-color: rgb(118,14,100); }
td.TdClassName
{
border-color: #760E64;
}
.TagClassName
{
border-color: #760E64;
}
</style>