Shades of Dark Violet #740DD6
Tints of Dark Violet #740DD6
RGB
CMYK
RGB Variations
Color information
#740DD6 (or 0x740DD6) is known color: Dark Violet. HEX triplet: 74, 0D and D6. RGB value is (116,13,214). Sum of RGB (Red+Green+Blue) = 116+13+214=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #740DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DD6 is #8BF229. Grayscale: #424242. Windows color (decimal): -9171498 or 14028148. OLE color: 14028148.
HSL color Cylindrical-coordinate representation of color #740DD6: hue angle of 270.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740DD6 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 13 | 214 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.16 |
| HSL | 270.75º | 0.89% | 0.45% | - |
| HSV(B) | 270.75º | 0.94% | 0.84% | - |
| XYZ | 19.48 | 8.86 | 64.3 | - |
| YUV | 66.71 | 211.12 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 214 | 0.46 | 0.94 | 0 | 0.16 | 270.75 | 0.89 | 0.45 |
| Hex | 74 | D | D6 | 2E | 5E | 0 | 10 | 10F | 59 | 2D |
| Octal | 164 | 15 | 326 | 56 | 136 | 0 | 20 | 417 | 131 | 55 |
| Binary | 1110100 | 1101 | 11010110 | 101110 | 1011110 | 0 | 10000 | 100001111 | 1011001 | 101101 |
Color Harmonies of #740DD6
Complementary color
Monochromatic Colors of #740DD6
Black with #740DD6
Text Example
Text Example
White with #740DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DD6; }
p { color: rgb(116,13,214); }
H1.HeaderClassName
{
color: #740DD6;
}
.AnyTagClassName
{
color: #740DD6;
}
</style>
background-color css
<style>
a { background-color: #740DD6; }
a { background-color: rgb(116,13,214); }
div.DivClassName
{
background-color: #740DD6;
}
.BgClassName
{
background-color: #740DD6;
}
</style>
border-color css
<style>
span { border-color: #740DD6; }
span { border-color: rgb(116,13,214); }
td.TdClassName
{
border-color: #740DD6;
}
.TagClassName
{
border-color: #740DD6;
}
</style>