Shades of Blue Violet #740EDE
Tints of Blue Violet #740EDE
RGB
CMYK
RGB Variations
Color information
#740EDE (or 0x740EDE) is known color: Blue Violet. HEX triplet: 74, 0E and DE. RGB value is (116,14,222). Sum of RGB (Red+Green+Blue) = 116+14+222=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #740EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EDE is #8BF121. Grayscale: #434343. Windows color (decimal): -9171234 or 14552692. OLE color: 14552692.
HSL color Cylindrical-coordinate representation of color #740EDE: hue angle of 269.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EDE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 14 | 222 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.13 |
| HSL | 269.42º | 0.88% | 0.46% | - |
| HSV(B) | 269.42º | 0.94% | 0.87% | - |
| XYZ | 20.54 | 9.3 | 69.82 | - |
| YUV | 68.21 | 214.79 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 222 | 0.48 | 0.94 | 0 | 0.13 | 269.42 | 0.88 | 0.46 |
| Hex | 74 | E | DE | 30 | 5E | 0 | D | 10D | 58 | 2E |
| Octal | 164 | 16 | 336 | 60 | 136 | 0 | 15 | 415 | 130 | 56 |
| Binary | 1110100 | 1110 | 11011110 | 110000 | 1011110 | 0 | 1101 | 100001101 | 1011000 | 101110 |
Color Harmonies of #740EDE
Complementary color
Monochromatic Colors of #740EDE
Black with #740EDE
Text Example
Text Example
White with #740EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EDE; }
p { color: rgb(116,14,222); }
H1.HeaderClassName
{
color: #740EDE;
}
.AnyTagClassName
{
color: #740EDE;
}
</style>
background-color css
<style>
a { background-color: #740EDE; }
a { background-color: rgb(116,14,222); }
div.DivClassName
{
background-color: #740EDE;
}
.BgClassName
{
background-color: #740EDE;
}
</style>
border-color css
<style>
span { border-color: #740EDE; }
span { border-color: rgb(116,14,222); }
td.TdClassName
{
border-color: #740EDE;
}
.TagClassName
{
border-color: #740EDE;
}
</style>