Shades of Dark Violet #7404BA
Tints of Dark Violet #7404BA
RGB
CMYK
RGB Variations
Color information
#7404BA (or 0x7404BA) is known color: Dark Violet. HEX triplet: 74, 04 and BA. RGB value is (116,4,186). Sum of RGB (Red+Green+Blue) = 116+4+186=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #7404BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7404BA is #8BFB45. Grayscale: #393939. Windows color (decimal): -9173830 or 12190836. OLE color: 12190836.
HSL color Cylindrical-coordinate representation of color #7404BA: hue angle of 276.92º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7404BA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 4 | 186 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.27 |
| HSL | 276.92º | 0.96% | 0.37% | - |
| HSV(B) | 276.92º | 0.98% | 0.73% | - |
| XYZ | 16.11 | 7.35 | 47.02 | - |
| YUV | 58.24 | 200.11 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 186 | 0.38 | 0.98 | 0 | 0.27 | 276.92 | 0.96 | 0.37 |
| Hex | 74 | 4 | BA | 26 | 62 | 0 | 1B | 115 | 60 | 25 |
| Octal | 164 | 4 | 272 | 46 | 142 | 0 | 33 | 425 | 140 | 45 |
| Binary | 1110100 | 100 | 10111010 | 100110 | 1100010 | 0 | 11011 | 100010101 | 1100000 | 100101 |
Color Harmonies of #7404BA
Complementary color
Monochromatic Colors of #7404BA
Black with #7404BA
Text Example
Text Example
White with #7404BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7404BA; }
p { color: rgb(116,4,186); }
H1.HeaderClassName
{
color: #7404BA;
}
.AnyTagClassName
{
color: #7404BA;
}
</style>
background-color css
<style>
a { background-color: #7404BA; }
a { background-color: rgb(116,4,186); }
div.DivClassName
{
background-color: #7404BA;
}
.BgClassName
{
background-color: #7404BA;
}
</style>
border-color css
<style>
span { border-color: #7404BA; }
span { border-color: rgb(116,4,186); }
td.TdClassName
{
border-color: #7404BA;
}
.TagClassName
{
border-color: #7404BA;
}
</style>