Shades of Dark Violet #740CDA
Tints of Dark Violet #740CDA
RGB
CMYK
RGB Variations
Color information
#740CDA (or 0x740CDA) is known color: Dark Violet. HEX triplet: 74, 0C and DA. RGB value is (116,12,218). Sum of RGB (Red+Green+Blue) = 116+12+218=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #740CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CDA is #8BF325. Grayscale: #414141. Windows color (decimal): -9171750 or 14290036. OLE color: 14290036.
HSL color Cylindrical-coordinate representation of color #740CDA: hue angle of 270.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740CDA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 12 | 218 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.15 |
| HSL | 270.29º | 0.9% | 0.45% | - |
| HSV(B) | 270.29º | 0.94% | 0.85% | - |
| XYZ | 19.99 | 9.04 | 67.02 | - |
| YUV | 66.58 | 213.46 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 218 | 0.47 | 0.94 | 0 | 0.15 | 270.29 | 0.9 | 0.45 |
| Hex | 74 | C | DA | 2F | 5E | 0 | F | 10E | 5A | 2D |
| Octal | 164 | 14 | 332 | 57 | 136 | 0 | 17 | 416 | 132 | 55 |
| Binary | 1110100 | 1100 | 11011010 | 101111 | 1011110 | 0 | 1111 | 100001110 | 1011010 | 101101 |
Color Harmonies of #740CDA
Complementary color
Monochromatic Colors of #740CDA
Black with #740CDA
Text Example
Text Example
White with #740CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CDA; }
p { color: rgb(116,12,218); }
H1.HeaderClassName
{
color: #740CDA;
}
.AnyTagClassName
{
color: #740CDA;
}
</style>
background-color css
<style>
a { background-color: #740CDA; }
a { background-color: rgb(116,12,218); }
div.DivClassName
{
background-color: #740CDA;
}
.BgClassName
{
background-color: #740CDA;
}
</style>
border-color css
<style>
span { border-color: #740CDA; }
span { border-color: rgb(116,12,218); }
td.TdClassName
{
border-color: #740CDA;
}
.TagClassName
{
border-color: #740CDA;
}
</style>