Shades of Dark Violet #740ED1
Tints of Dark Violet #740ED1
RGB
CMYK
RGB Variations
Color information
#740ED1 (or 0x740ED1) is known color: Dark Violet. HEX triplet: 74, 0E and D1. RGB value is (116,14,209). Sum of RGB (Red+Green+Blue) = 116+14+209=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #740ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ED1 is #8BF12E. Grayscale: #424242. Windows color (decimal): -9171247 or 13700724. OLE color: 13700724.
HSL color Cylindrical-coordinate representation of color #740ED1: hue angle of 271.38º 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 #740ED1 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 14 | 209 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.18 |
| HSL | 271.38º | 0.87% | 0.44% | - |
| HSV(B) | 271.38º | 0.93% | 0.82% | - |
| XYZ | 18.87 | 8.63 | 60.99 | - |
| YUV | 66.73 | 208.29 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 209 | 0.44 | 0.93 | 0 | 0.18 | 271.38 | 0.87 | 0.44 |
| Hex | 74 | E | D1 | 2C | 5D | 0 | 12 | 10F | 57 | 2C |
| Octal | 164 | 16 | 321 | 54 | 135 | 0 | 22 | 417 | 127 | 54 |
| Binary | 1110100 | 1110 | 11010001 | 101100 | 1011101 | 0 | 10010 | 100001111 | 1010111 | 101100 |
Color Harmonies of #740ED1
Complementary color
Monochromatic Colors of #740ED1
Black with #740ED1
Text Example
Text Example
White with #740ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740ED1; }
p { color: rgb(116,14,209); }
H1.HeaderClassName
{
color: #740ED1;
}
.AnyTagClassName
{
color: #740ED1;
}
</style>
background-color css
<style>
a { background-color: #740ED1; }
a { background-color: rgb(116,14,209); }
div.DivClassName
{
background-color: #740ED1;
}
.BgClassName
{
background-color: #740ED1;
}
</style>
border-color css
<style>
span { border-color: #740ED1; }
span { border-color: rgb(116,14,209); }
td.TdClassName
{
border-color: #740ED1;
}
.TagClassName
{
border-color: #740ED1;
}
</style>