Shades of Dark Violet #7406BA
Tints of Dark Violet #7406BA
RGB
CMYK
RGB Variations
Color information
#7406BA (or 0x7406BA) is known color: Dark Violet. HEX triplet: 74, 06 and BA. RGB value is (116,6,186). Sum of RGB (Red+Green+Blue) = 116+6+186=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #7406BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406BA is #8BF945. Grayscale: #3A3A3A. Windows color (decimal): -9173318 or 12191348. OLE color: 12191348.
HSL color Cylindrical-coordinate representation of color #7406BA: hue angle of 276.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406BA is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 6 | 186 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.27 |
| HSL | 276.67º | 0.94% | 0.38% | - |
| HSV(B) | 276.67º | 0.97% | 0.73% | - |
| XYZ | 16.13 | 7.39 | 47.03 | - |
| YUV | 59.41 | 199.44 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 186 | 0.38 | 0.97 | 0 | 0.27 | 276.67 | 0.94 | 0.38 |
| Hex | 74 | 6 | BA | 26 | 61 | 0 | 1B | 115 | 5E | 26 |
| Octal | 164 | 6 | 272 | 46 | 141 | 0 | 33 | 425 | 136 | 46 |
| Binary | 1110100 | 110 | 10111010 | 100110 | 1100001 | 0 | 11011 | 100010101 | 1011110 | 100110 |
Color Harmonies of #7406BA
Complementary color
Monochromatic Colors of #7406BA
Black with #7406BA
Text Example
Text Example
White with #7406BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7406BA; }
p { color: rgb(116,6,186); }
H1.HeaderClassName
{
color: #7406BA;
}
.AnyTagClassName
{
color: #7406BA;
}
</style>
background-color css
<style>
a { background-color: #7406BA; }
a { background-color: rgb(116,6,186); }
div.DivClassName
{
background-color: #7406BA;
}
.BgClassName
{
background-color: #7406BA;
}
</style>
border-color css
<style>
span { border-color: #7406BA; }
span { border-color: rgb(116,6,186); }
td.TdClassName
{
border-color: #7406BA;
}
.TagClassName
{
border-color: #7406BA;
}
</style>