Shades of Dark Violet #760ED1
Tints of Dark Violet #760ED1
RGB
CMYK
RGB Variations
Color information
#760ED1 (or 0x760ED1) is known color: Dark Violet. HEX triplet: 76, 0E and D1. RGB value is (118,14,209). Sum of RGB (Red+Green+Blue) = 118+14+209=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #760ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ED1 is #89F12E. Grayscale: #424242. Windows color (decimal): -9040175 or 13700726. OLE color: 13700726.
HSL color Cylindrical-coordinate representation of color #760ED1: hue angle of 272º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760ED1 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 14 | 209 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.18 |
| HSL | 272º | 0.87% | 0.44% | - |
| HSV(B) | 272º | 0.93% | 0.82% | - |
| XYZ | 19.14 | 8.77 | 61.01 | - |
| YUV | 67.33 | 207.96 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 209 | 0.44 | 0.93 | 0 | 0.18 | 272 | 0.87 | 0.44 |
| Hex | 76 | E | D1 | 2C | 5D | 0 | 12 | 110 | 57 | 2C |
| Octal | 166 | 16 | 321 | 54 | 135 | 0 | 22 | 420 | 127 | 54 |
| Binary | 1110110 | 1110 | 11010001 | 101100 | 1011101 | 0 | 10010 | 100010000 | 1010111 | 101100 |
Color Harmonies of #760ED1
Complementary color
Monochromatic Colors of #760ED1
Black with #760ED1
Text Example
Text Example
White with #760ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760ED1; }
p { color: rgb(118,14,209); }
H1.HeaderClassName
{
color: #760ED1;
}
.AnyTagClassName
{
color: #760ED1;
}
</style>
background-color css
<style>
a { background-color: #760ED1; }
a { background-color: rgb(118,14,209); }
div.DivClassName
{
background-color: #760ED1;
}
.BgClassName
{
background-color: #760ED1;
}
</style>
border-color css
<style>
span { border-color: #760ED1; }
span { border-color: rgb(118,14,209); }
td.TdClassName
{
border-color: #760ED1;
}
.TagClassName
{
border-color: #760ED1;
}
</style>