Shades of Dark Violet #7407BF
Tints of Dark Violet #7407BF
RGB
CMYK
RGB Variations
Color information
#7407BF (or 0x7407BF) is known color: Dark Violet. HEX triplet: 74, 07 and BF. RGB value is (116,7,191). Sum of RGB (Red+Green+Blue) = 116+7+191=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #7407BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407BF is #8BF840. Grayscale: #3B3B3B. Windows color (decimal): -9173057 or 12519284. OLE color: 12519284.
HSL color Cylindrical-coordinate representation of color #7407BF: hue angle of 275.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7407BF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 7 | 191 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.25 |
| HSL | 275.54º | 0.93% | 0.39% | - |
| HSV(B) | 275.54º | 0.96% | 0.75% | - |
| XYZ | 16.68 | 7.63 | 49.88 | - |
| YUV | 60.57 | 201.61 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 191 | 0.39 | 0.96 | 0 | 0.25 | 275.54 | 0.93 | 0.39 |
| Hex | 74 | 7 | BF | 27 | 60 | 0 | 19 | 114 | 5D | 27 |
| Octal | 164 | 7 | 277 | 47 | 140 | 0 | 31 | 424 | 135 | 47 |
| Binary | 1110100 | 111 | 10111111 | 100111 | 1100000 | 0 | 11001 | 100010100 | 1011101 | 100111 |
Color Harmonies of #7407BF
Complementary color
Monochromatic Colors of #7407BF
Black with #7407BF
Text Example
Text Example
White with #7407BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407BF; }
p { color: rgb(116,7,191); }
H1.HeaderClassName
{
color: #7407BF;
}
.AnyTagClassName
{
color: #7407BF;
}
</style>
background-color css
<style>
a { background-color: #7407BF; }
a { background-color: rgb(116,7,191); }
div.DivClassName
{
background-color: #7407BF;
}
.BgClassName
{
background-color: #7407BF;
}
</style>
border-color css
<style>
span { border-color: #7407BF; }
span { border-color: rgb(116,7,191); }
td.TdClassName
{
border-color: #7407BF;
}
.TagClassName
{
border-color: #7407BF;
}
</style>