Shades of Dark Violet #7404CE
Tints of Dark Violet #7404CE
RGB
CMYK
RGB Variations
Color information
#7404CE (or 0x7404CE) is known color: Dark Violet. HEX triplet: 74, 04 and CE. RGB value is (116,4,206). Sum of RGB (Red+Green+Blue) = 116+4+206=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #7404CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7404CE is #8BFB31. Grayscale: #3B3B3B. Windows color (decimal): -9173810 or 13501556. OLE color: 13501556.
HSL color Cylindrical-coordinate representation of color #7404CE: hue angle of 273.27º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7404CE is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 4 | 206 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.19 |
| HSL | 273.27º | 0.96% | 0.41% | - |
| HSV(B) | 273.27º | 0.98% | 0.81% | - |
| XYZ | 18.39 | 8.26 | 59.02 | - |
| YUV | 60.52 | 210.11 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 206 | 0.44 | 0.98 | 0 | 0.19 | 273.27 | 0.96 | 0.41 |
| Hex | 74 | 4 | CE | 2C | 62 | 0 | 13 | 111 | 60 | 29 |
| Octal | 164 | 4 | 316 | 54 | 142 | 0 | 23 | 421 | 140 | 51 |
| Binary | 1110100 | 100 | 11001110 | 101100 | 1100010 | 0 | 10011 | 100010001 | 1100000 | 101001 |
Color Harmonies of #7404CE
Complementary color
Monochromatic Colors of #7404CE
Black with #7404CE
Text Example
Text Example
White with #7404CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7404CE; }
p { color: rgb(116,4,206); }
H1.HeaderClassName
{
color: #7404CE;
}
.AnyTagClassName
{
color: #7404CE;
}
</style>
background-color css
<style>
a { background-color: #7404CE; }
a { background-color: rgb(116,4,206); }
div.DivClassName
{
background-color: #7404CE;
}
.BgClassName
{
background-color: #7404CE;
}
</style>
border-color css
<style>
span { border-color: #7404CE; }
span { border-color: rgb(116,4,206); }
td.TdClassName
{
border-color: #7404CE;
}
.TagClassName
{
border-color: #7404CE;
}
</style>