Shades of Blue Violet #740ED7
Tints of Blue Violet #740ED7
RGB
CMYK
RGB Variations
Color information
#740ED7 (or 0x740ED7) is known color: Blue Violet. HEX triplet: 74, 0E and D7. RGB value is (116,14,215). Sum of RGB (Red+Green+Blue) = 116+14+215=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #740ED7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ED7 is #8BF128. Grayscale: #424242. Windows color (decimal): -9171241 or 14093940. OLE color: 14093940.
HSL color Cylindrical-coordinate representation of color #740ED7: hue angle of 270.45º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740ED7 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 14 | 215 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.16 |
| HSL | 270.45º | 0.88% | 0.45% | - |
| HSV(B) | 270.45º | 0.93% | 0.84% | - |
| XYZ | 19.63 | 8.93 | 64.98 | - |
| YUV | 67.41 | 211.29 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 215 | 0.46 | 0.93 | 0 | 0.16 | 270.45 | 0.88 | 0.45 |
| Hex | 74 | E | D7 | 2E | 5D | 0 | 10 | 10E | 58 | 2D |
| Octal | 164 | 16 | 327 | 56 | 135 | 0 | 20 | 416 | 130 | 55 |
| Binary | 1110100 | 1110 | 11010111 | 101110 | 1011101 | 0 | 10000 | 100001110 | 1011000 | 101101 |
Color Harmonies of #740ED7
Complementary color
Monochromatic Colors of #740ED7
Black with #740ED7
Text Example
Text Example
White with #740ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740ED7; }
p { color: rgb(116,14,215); }
H1.HeaderClassName
{
color: #740ED7;
}
.AnyTagClassName
{
color: #740ED7;
}
</style>
background-color css
<style>
a { background-color: #740ED7; }
a { background-color: rgb(116,14,215); }
div.DivClassName
{
background-color: #740ED7;
}
.BgClassName
{
background-color: #740ED7;
}
</style>
border-color css
<style>
span { border-color: #740ED7; }
span { border-color: rgb(116,14,215); }
td.TdClassName
{
border-color: #740ED7;
}
.TagClassName
{
border-color: #740ED7;
}
</style>