Shades of Blue Violet #740EDA
Tints of Blue Violet #740EDA
RGB
CMYK
RGB Variations
Color information
#740EDA (or 0x740EDA) is known color: Blue Violet. HEX triplet: 74, 0E and DA. RGB value is (116,14,218). Sum of RGB (Red+Green+Blue) = 116+14+218=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #740EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EDA is #8BF125. Grayscale: #434343. Windows color (decimal): -9171238 or 14290548. OLE color: 14290548.
HSL color Cylindrical-coordinate representation of color #740EDA: hue angle of 270º 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 #740EDA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 14 | 218 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.15 |
| HSL | 270º | 0.88% | 0.45% | - |
| HSV(B) | 270º | 0.94% | 0.85% | - |
| XYZ | 20.01 | 9.09 | 67.03 | - |
| YUV | 67.75 | 212.79 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 218 | 0.47 | 0.94 | 0 | 0.15 | 270 | 0.88 | 0.45 |
| Hex | 74 | E | DA | 2F | 5E | 0 | F | 10E | 58 | 2D |
| Octal | 164 | 16 | 332 | 57 | 136 | 0 | 17 | 416 | 130 | 55 |
| Binary | 1110100 | 1110 | 11011010 | 101111 | 1011110 | 0 | 1111 | 100001110 | 1011000 | 101101 |
Color Harmonies of #740EDA
Complementary color
Monochromatic Colors of #740EDA
Black with #740EDA
Text Example
Text Example
White with #740EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EDA; }
p { color: rgb(116,14,218); }
H1.HeaderClassName
{
color: #740EDA;
}
.AnyTagClassName
{
color: #740EDA;
}
</style>
background-color css
<style>
a { background-color: #740EDA; }
a { background-color: rgb(116,14,218); }
div.DivClassName
{
background-color: #740EDA;
}
.BgClassName
{
background-color: #740EDA;
}
</style>
border-color css
<style>
span { border-color: #740EDA; }
span { border-color: rgb(116,14,218); }
td.TdClassName
{
border-color: #740EDA;
}
.TagClassName
{
border-color: #740EDA;
}
</style>