Shades of Dark Violet #7407B2
Tints of Dark Violet #7407B2
RGB
CMYK
RGB Variations
Color information
#7407B2 (or 0x7407B2) is known color: Dark Violet. HEX triplet: 74, 07 and B2. RGB value is (116,7,178). Sum of RGB (Red+Green+Blue) = 116+7+178=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 178 (69.92% from 255 or 59.14% from 301); Max value from RGB is 178 - color contains mainly: blue. Hex color #7407B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7407B2 is #8BF84D. Grayscale: #3A3A3A. Windows color (decimal): -9173070 or 11667316. OLE color: 11667316.
HSL color Cylindrical-coordinate representation of color #7407B2: hue angle of 278.25º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7407B2 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 7 | 178 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.30 |
| HSL | 278.25º | 0.92% | 0.36% | - |
| HSV(B) | 278.25º | 0.96% | 0.7% | - |
| XYZ | 15.31 | 7.08 | 42.68 | - |
| YUV | 59.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 178 | 0.35 | 0.96 | 0 | 0.30 | 278.25 | 0.92 | 0.36 |
| Hex | 74 | 7 | B2 | 23 | 60 | 0 | 1E | 116 | 5C | 24 |
| Octal | 164 | 7 | 262 | 43 | 140 | 0 | 36 | 426 | 134 | 44 |
| Binary | 1110100 | 111 | 10110010 | 100011 | 1100000 | 0 | 11110 | 100010110 | 1011100 | 100100 |
Color Harmonies of #7407B2
Complementary color
Monochromatic Colors of #7407B2
Black with #7407B2
Text Example
Text Example
White with #7407B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407B2; }
p { color: rgb(116,7,178); }
H1.HeaderClassName
{
color: #7407B2;
}
.AnyTagClassName
{
color: #7407B2;
}
</style>
background-color css
<style>
a { background-color: #7407B2; }
a { background-color: rgb(116,7,178); }
div.DivClassName
{
background-color: #7407B2;
}
.BgClassName
{
background-color: #7407B2;
}
</style>
border-color css
<style>
span { border-color: #7407B2; }
span { border-color: rgb(116,7,178); }
td.TdClassName
{
border-color: #7407B2;
}
.TagClassName
{
border-color: #7407B2;
}
</style>