Shades of Dark Violet #740DD2
Tints of Dark Violet #740DD2
RGB
CMYK
RGB Variations
Color information
#740DD2 (or 0x740DD2) is known color: Dark Violet. HEX triplet: 74, 0D and D2. RGB value is (116,13,210). Sum of RGB (Red+Green+Blue) = 116+13+210=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 210 (82.42% from 255 or 61.95% from 339); Max value from RGB is 210 - color contains mainly: blue. Hex color #740DD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DD2 is #8BF22D. Grayscale: #414141. Windows color (decimal): -9171502 or 13766004. OLE color: 13766004.
HSL color Cylindrical-coordinate representation of color #740DD2: hue angle of 271.37º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740DD2 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 13 | 210 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.18 |
| HSL | 271.37º | 0.88% | 0.44% | - |
| HSV(B) | 271.37º | 0.94% | 0.82% | - |
| XYZ | 18.98 | 8.65 | 61.64 | - |
| YUV | 66.26 | 209.12 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 210 | 0.45 | 0.94 | 0 | 0.18 | 271.37 | 0.88 | 0.44 |
| Hex | 74 | D | D2 | 2D | 5E | 0 | 12 | 10F | 58 | 2C |
| Octal | 164 | 15 | 322 | 55 | 136 | 0 | 22 | 417 | 130 | 54 |
| Binary | 1110100 | 1101 | 11010010 | 101101 | 1011110 | 0 | 10010 | 100001111 | 1011000 | 101100 |
Color Harmonies of #740DD2
Complementary color
Monochromatic Colors of #740DD2
Black with #740DD2
Text Example
Text Example
White with #740DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DD2; }
p { color: rgb(116,13,210); }
H1.HeaderClassName
{
color: #740DD2;
}
.AnyTagClassName
{
color: #740DD2;
}
</style>
background-color css
<style>
a { background-color: #740DD2; }
a { background-color: rgb(116,13,210); }
div.DivClassName
{
background-color: #740DD2;
}
.BgClassName
{
background-color: #740DD2;
}
</style>
border-color css
<style>
span { border-color: #740DD2; }
span { border-color: rgb(116,13,210); }
td.TdClassName
{
border-color: #740DD2;
}
.TagClassName
{
border-color: #740DD2;
}
</style>