Shades of Dark Violet #7407DA
Tints of Dark Violet #7407DA
RGB
CMYK
RGB Variations
Color information
#7407DA (or 0x7407DA) is known color: Dark Violet. HEX triplet: 74, 07 and DA. RGB value is (116,7,218). Sum of RGB (Red+Green+Blue) = 116+7+218=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #7407DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407DA is #8BF825. Grayscale: #3E3E3E. Windows color (decimal): -9173030 or 14288756. OLE color: 14288756.
HSL color Cylindrical-coordinate representation of color #7407DA: hue angle of 271º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7407DA is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 7 | 218 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.15 |
| HSL | 271º | 0.94% | 0.44% | - |
| HSV(B) | 271º | 0.97% | 0.85% | - |
| XYZ | 19.93 | 8.93 | 67 | - |
| YUV | 63.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 218 | 0.47 | 0.97 | 0 | 0.15 | 271 | 0.94 | 0.44 |
| Hex | 74 | 7 | DA | 2F | 61 | 0 | F | 10F | 5E | 2C |
| Octal | 164 | 7 | 332 | 57 | 141 | 0 | 17 | 417 | 136 | 54 |
| Binary | 1110100 | 111 | 11011010 | 101111 | 1100001 | 0 | 1111 | 100001111 | 1011110 | 101100 |
Color Harmonies of #7407DA
Complementary color
Monochromatic Colors of #7407DA
Black with #7407DA
Text Example
Text Example
White with #7407DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407DA; }
p { color: rgb(116,7,218); }
H1.HeaderClassName
{
color: #7407DA;
}
.AnyTagClassName
{
color: #7407DA;
}
</style>
background-color css
<style>
a { background-color: #7407DA; }
a { background-color: rgb(116,7,218); }
div.DivClassName
{
background-color: #7407DA;
}
.BgClassName
{
background-color: #7407DA;
}
</style>
border-color css
<style>
span { border-color: #7407DA; }
span { border-color: rgb(116,7,218); }
td.TdClassName
{
border-color: #7407DA;
}
.TagClassName
{
border-color: #7407DA;
}
</style>