Shades of Dark Violet #7407BE
Tints of Dark Violet #7407BE
RGB
CMYK
RGB Variations
Color information
#7407BE (or 0x7407BE) is known color: Dark Violet. HEX triplet: 74, 07 and BE. RGB value is (116,7,190). Sum of RGB (Red+Green+Blue) = 116+7+190=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #7407BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407BE is #8BF841. Grayscale: #3B3B3B. Windows color (decimal): -9173058 or 12453748. OLE color: 12453748.
HSL color Cylindrical-coordinate representation of color #7407BE: hue angle of 275.74º 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 #7407BE is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 7 | 190 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.25 |
| HSL | 275.74º | 0.93% | 0.39% | - |
| HSV(B) | 275.74º | 0.96% | 0.75% | - |
| XYZ | 16.57 | 7.58 | 49.31 | - |
| YUV | 60.45 | 201.11 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 190 | 0.39 | 0.96 | 0 | 0.25 | 275.74 | 0.93 | 0.39 |
| Hex | 74 | 7 | BE | 27 | 60 | 0 | 19 | 114 | 5D | 27 |
| Octal | 164 | 7 | 276 | 47 | 140 | 0 | 31 | 424 | 135 | 47 |
| Binary | 1110100 | 111 | 10111110 | 100111 | 1100000 | 0 | 11001 | 100010100 | 1011101 | 100111 |
Color Harmonies of #7407BE
Complementary color
Monochromatic Colors of #7407BE
Black with #7407BE
Text Example
Text Example
White with #7407BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407BE; }
p { color: rgb(116,7,190); }
H1.HeaderClassName
{
color: #7407BE;
}
.AnyTagClassName
{
color: #7407BE;
}
</style>
background-color css
<style>
a { background-color: #7407BE; }
a { background-color: rgb(116,7,190); }
div.DivClassName
{
background-color: #7407BE;
}
.BgClassName
{
background-color: #7407BE;
}
</style>
border-color css
<style>
span { border-color: #7407BE; }
span { border-color: rgb(116,7,190); }
td.TdClassName
{
border-color: #7407BE;
}
.TagClassName
{
border-color: #7407BE;
}
</style>