Shades of Blue Violet #740EDD
Tints of Blue Violet #740EDD
RGB
CMYK
RGB Variations
Color information
#740EDD (or 0x740EDD) is known color: Blue Violet. HEX triplet: 74, 0E and DD. RGB value is (116,14,221). Sum of RGB (Red+Green+Blue) = 116+14+221=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #740EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EDD is #8BF122. Grayscale: #434343. Windows color (decimal): -9171235 or 14487156. OLE color: 14487156.
HSL color Cylindrical-coordinate representation of color #740EDD: hue angle of 269.57º 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 #740EDD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 14 | 221 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.13 |
| HSL | 269.57º | 0.88% | 0.46% | - |
| HSV(B) | 269.57º | 0.94% | 0.87% | - |
| XYZ | 20.41 | 9.25 | 69.12 | - |
| YUV | 68.1 | 214.29 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 221 | 0.48 | 0.94 | 0 | 0.13 | 269.57 | 0.88 | 0.46 |
| Hex | 74 | E | DD | 30 | 5E | 0 | D | 10E | 58 | 2E |
| Octal | 164 | 16 | 335 | 60 | 136 | 0 | 15 | 416 | 130 | 56 |
| Binary | 1110100 | 1110 | 11011101 | 110000 | 1011110 | 0 | 1101 | 100001110 | 1011000 | 101110 |
Color Harmonies of #740EDD
Complementary color
Monochromatic Colors of #740EDD
Black with #740EDD
Text Example
Text Example
White with #740EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EDD; }
p { color: rgb(116,14,221); }
H1.HeaderClassName
{
color: #740EDD;
}
.AnyTagClassName
{
color: #740EDD;
}
</style>
background-color css
<style>
a { background-color: #740EDD; }
a { background-color: rgb(116,14,221); }
div.DivClassName
{
background-color: #740EDD;
}
.BgClassName
{
background-color: #740EDD;
}
</style>
border-color css
<style>
span { border-color: #740EDD; }
span { border-color: rgb(116,14,221); }
td.TdClassName
{
border-color: #740EDD;
}
.TagClassName
{
border-color: #740EDD;
}
</style>