Shades of Dark Violet #740DCD
Tints of Dark Violet #740DCD
RGB
CMYK
RGB Variations
Color information
#740DCD (or 0x740DCD) is known color: Dark Violet. HEX triplet: 74, 0D and CD. RGB value is (116,13,205). Sum of RGB (Red+Green+Blue) = 116+13+205=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #740DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DCD is #8BF232. Grayscale: #414141. Windows color (decimal): -9171507 or 13438324. OLE color: 13438324.
HSL color Cylindrical-coordinate representation of color #740DCD: hue angle of 272.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740DCD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 13 | 205 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.20 |
| HSL | 272.19º | 0.88% | 0.43% | - |
| HSV(B) | 272.19º | 0.94% | 0.8% | - |
| XYZ | 18.37 | 8.41 | 58.41 | - |
| YUV | 65.69 | 206.62 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 205 | 0.43 | 0.94 | 0 | 0.20 | 272.19 | 0.88 | 0.43 |
| Hex | 74 | D | CD | 2B | 5E | 0 | 14 | 110 | 58 | 2B |
| Octal | 164 | 15 | 315 | 53 | 136 | 0 | 24 | 420 | 130 | 53 |
| Binary | 1110100 | 1101 | 11001101 | 101011 | 1011110 | 0 | 10100 | 100010000 | 1011000 | 101011 |
Color Harmonies of #740DCD
Complementary color
Monochromatic Colors of #740DCD
Black with #740DCD
Text Example
Text Example
White with #740DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DCD; }
p { color: rgb(116,13,205); }
H1.HeaderClassName
{
color: #740DCD;
}
.AnyTagClassName
{
color: #740DCD;
}
</style>
background-color css
<style>
a { background-color: #740DCD; }
a { background-color: rgb(116,13,205); }
div.DivClassName
{
background-color: #740DCD;
}
.BgClassName
{
background-color: #740DCD;
}
</style>
border-color css
<style>
span { border-color: #740DCD; }
span { border-color: rgb(116,13,205); }
td.TdClassName
{
border-color: #740DCD;
}
.TagClassName
{
border-color: #740DCD;
}
</style>