Shades of Blue Violet #740ED8
Tints of Blue Violet #740ED8
RGB
CMYK
RGB Variations
Color information
#740ED8 (or 0x740ED8) is known color: Blue Violet. HEX triplet: 74, 0E and D8. RGB value is (116,14,216). Sum of RGB (Red+Green+Blue) = 116+14+216=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #740ED8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ED8 is #8BF127. Grayscale: #424242. Windows color (decimal): -9171240 or 14159476. OLE color: 14159476.
HSL color Cylindrical-coordinate representation of color #740ED8: hue angle of 270.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740ED8 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 14 | 216 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.15 |
| HSL | 270.3º | 0.88% | 0.45% | - |
| HSV(B) | 270.3º | 0.94% | 0.85% | - |
| XYZ | 19.75 | 8.98 | 65.66 | - |
| YUV | 67.53 | 211.79 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 216 | 0.46 | 0.94 | 0 | 0.15 | 270.3 | 0.88 | 0.45 |
| Hex | 74 | E | D8 | 2E | 5E | 0 | F | 10E | 58 | 2D |
| Octal | 164 | 16 | 330 | 56 | 136 | 0 | 17 | 416 | 130 | 55 |
| Binary | 1110100 | 1110 | 11011000 | 101110 | 1011110 | 0 | 1111 | 100001110 | 1011000 | 101101 |
Color Harmonies of #740ED8
Complementary color
Monochromatic Colors of #740ED8
Black with #740ED8
Text Example
Text Example
White with #740ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740ED8; }
p { color: rgb(116,14,216); }
H1.HeaderClassName
{
color: #740ED8;
}
.AnyTagClassName
{
color: #740ED8;
}
</style>
background-color css
<style>
a { background-color: #740ED8; }
a { background-color: rgb(116,14,216); }
div.DivClassName
{
background-color: #740ED8;
}
.BgClassName
{
background-color: #740ED8;
}
</style>
border-color css
<style>
span { border-color: #740ED8; }
span { border-color: rgb(116,14,216); }
td.TdClassName
{
border-color: #740ED8;
}
.TagClassName
{
border-color: #740ED8;
}
</style>