Shades of Dark Violet #7407B6
Tints of Dark Violet #7407B6
RGB
CMYK
RGB Variations
Color information
#7407B6 (or 0x7407B6) is known color: Dark Violet. HEX triplet: 74, 07 and B6. RGB value is (116,7,182). Sum of RGB (Red+Green+Blue) = 116+7+182=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #7407B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407B6 is #8BF849. Grayscale: #3A3A3A. Windows color (decimal): -9173066 or 11929460. OLE color: 11929460.
HSL color Cylindrical-coordinate representation of color #7407B6: hue angle of 277.37º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7407B6 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 7 | 182 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.29 |
| HSL | 277.37º | 0.93% | 0.37% | - |
| HSV(B) | 277.37º | 0.96% | 0.71% | - |
| XYZ | 15.72 | 7.24 | 44.83 | - |
| YUV | 59.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 182 | 0.36 | 0.96 | 0 | 0.29 | 277.37 | 0.93 | 0.37 |
| Hex | 74 | 7 | B6 | 24 | 60 | 0 | 1D | 115 | 5D | 25 |
| Octal | 164 | 7 | 266 | 44 | 140 | 0 | 35 | 425 | 135 | 45 |
| Binary | 1110100 | 111 | 10110110 | 100100 | 1100000 | 0 | 11101 | 100010101 | 1011101 | 100101 |
Color Harmonies of #7407B6
Complementary color
Monochromatic Colors of #7407B6
Black with #7407B6
Text Example
Text Example
White with #7407B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407B6; }
p { color: rgb(116,7,182); }
H1.HeaderClassName
{
color: #7407B6;
}
.AnyTagClassName
{
color: #7407B6;
}
</style>
background-color css
<style>
a { background-color: #7407B6; }
a { background-color: rgb(116,7,182); }
div.DivClassName
{
background-color: #7407B6;
}
.BgClassName
{
background-color: #7407B6;
}
</style>
border-color css
<style>
span { border-color: #7407B6; }
span { border-color: rgb(116,7,182); }
td.TdClassName
{
border-color: #7407B6;
}
.TagClassName
{
border-color: #7407B6;
}
</style>