Shades of Dark Violet #7400DE
Tints of Dark Violet #7400DE
RGB
CMYK
RGB Variations
Color information
#7400DE (or 0x7400DE) is known color: Dark Violet. HEX triplet: 74, 00 and DE. RGB value is (116,0,222). Sum of RGB (Red+Green+Blue) = 116+0+222=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #7400DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400DE is #8BFF21. Grayscale: #3B3B3B. Windows color (decimal): -9174818 or 14549108. OLE color: 14549108.
HSL color Cylindrical-coordinate representation of color #7400DE: hue angle of 271.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400DE is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 0 | 222 | - |
| CMYK | 0.48 | 1 | 0 | 0.13 |
| HSL | 271.35º | 1% | 0.44% | - |
| HSV(B) | 271.35º | 1% | 0.87% | - |
| XYZ | 20.39 | 8.99 | 69.77 | - |
| YUV | 59.99 | 219.43 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 222 | 0.48 | 1 | 0 | 0.13 | 271.35 | 1 | 0.44 |
| Hex | 74 | 0 | DE | 30 | 64 | 0 | D | 10F | 64 | 2C |
| Octal | 164 | 0 | 336 | 60 | 144 | 0 | 15 | 417 | 144 | 54 |
| Binary | 1110100 | 0 | 11011110 | 110000 | 1100100 | 0 | 1101 | 100001111 | 1100100 | 101100 |
Color Harmonies of #7400DE
Complementary color
Monochromatic Colors of #7400DE
Black with #7400DE
Text Example
Text Example
White with #7400DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400DE; }
p { color: rgb(116,0,222); }
H1.HeaderClassName
{
color: #7400DE;
}
.AnyTagClassName
{
color: #7400DE;
}
</style>
background-color css
<style>
a { background-color: #7400DE; }
a { background-color: rgb(116,0,222); }
div.DivClassName
{
background-color: #7400DE;
}
.BgClassName
{
background-color: #7400DE;
}
</style>
border-color css
<style>
span { border-color: #7400DE; }
span { border-color: rgb(116,0,222); }
td.TdClassName
{
border-color: #7400DE;
}
.TagClassName
{
border-color: #7400DE;
}
</style>