Shades of Blue Violet #740EDB
Tints of Blue Violet #740EDB
RGB
CMYK
RGB Variations
Color information
#740EDB (or 0x740EDB) is known color: Blue Violet. HEX triplet: 74, 0E and DB. RGB value is (116,14,219). Sum of RGB (Red+Green+Blue) = 116+14+219=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #740EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EDB is #8BF124. Grayscale: #434343. Windows color (decimal): -9171237 or 14356084. OLE color: 14356084.
HSL color Cylindrical-coordinate representation of color #740EDB: hue angle of 269.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EDB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 14 | 219 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.14 |
| HSL | 269.85º | 0.88% | 0.46% | - |
| HSV(B) | 269.85º | 0.94% | 0.86% | - |
| XYZ | 20.15 | 9.14 | 67.72 | - |
| YUV | 67.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 219 | 0.47 | 0.94 | 0 | 0.14 | 269.85 | 0.88 | 0.46 |
| Hex | 74 | E | DB | 2F | 5E | 0 | E | 10E | 58 | 2E |
| Octal | 164 | 16 | 333 | 57 | 136 | 0 | 16 | 416 | 130 | 56 |
| Binary | 1110100 | 1110 | 11011011 | 101111 | 1011110 | 0 | 1110 | 100001110 | 1011000 | 101110 |
Color Harmonies of #740EDB
Complementary color
Monochromatic Colors of #740EDB
Black with #740EDB
Text Example
Text Example
White with #740EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EDB; }
p { color: rgb(116,14,219); }
H1.HeaderClassName
{
color: #740EDB;
}
.AnyTagClassName
{
color: #740EDB;
}
</style>
background-color css
<style>
a { background-color: #740EDB; }
a { background-color: rgb(116,14,219); }
div.DivClassName
{
background-color: #740EDB;
}
.BgClassName
{
background-color: #740EDB;
}
</style>
border-color css
<style>
span { border-color: #740EDB; }
span { border-color: rgb(116,14,219); }
td.TdClassName
{
border-color: #740EDB;
}
.TagClassName
{
border-color: #740EDB;
}
</style>