Shades of Dark Purple #760E6C
Tints of Dark Purple #760E6C
RGB
CMYK
RGB Variations
Color information
#760E6C (or 0x760E6C) is known color: Dark Purple. HEX triplet: 76, 0E and 6C. RGB value is (118,14,108). Sum of RGB (Red+Green+Blue) = 118+14+108=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E6C is #89F193. Grayscale: #373737. Windows color (decimal): -9040276 or 7081590. OLE color: 7081590.
HSL color Cylindrical-coordinate representation of color #760E6C: hue angle of 305.77º 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 #760E6C is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 108 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.54 |
| HSL | 305.77º | 0.79% | 0.26% | - |
| HSV(B) | 305.77º | 0.88% | 0.46% | - |
| XYZ | 10.34 | 5.25 | 14.66 | - |
| YUV | 55.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 108 | 0 | 0.88 | 0.08 | 0.54 | 305.77 | 0.79 | 0.26 |
| Hex | 76 | E | 6C | 0 | 58 | 8 | 36 | 132 | 4F | 1A |
| Octal | 166 | 16 | 154 | 0 | 130 | 10 | 66 | 462 | 117 | 32 |
| Binary | 1110110 | 1110 | 1101100 | 0 | 1011000 | 1000 | 110110 | 100110010 | 1001111 | 11010 |
Color Harmonies of #760E6C
Complementary color
Monochromatic Colors of #760E6C
Black with #760E6C
Text Example
Text Example
White with #760E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E6C; }
p { color: rgb(118,14,108); }
H1.HeaderClassName
{
color: #760E6C;
}
.AnyTagClassName
{
color: #760E6C;
}
</style>
background-color css
<style>
a { background-color: #760E6C; }
a { background-color: rgb(118,14,108); }
div.DivClassName
{
background-color: #760E6C;
}
.BgClassName
{
background-color: #760E6C;
}
</style>
border-color css
<style>
span { border-color: #760E6C; }
span { border-color: rgb(118,14,108); }
td.TdClassName
{
border-color: #760E6C;
}
.TagClassName
{
border-color: #760E6C;
}
</style>