Shades of Blue Violet #741EE3
Tints of Blue Violet #741EE3
RGB
CMYK
RGB Variations
Color information
#741EE3 (or 0x741EE3) is known color: Blue Violet. HEX triplet: 74, 1E and E3. RGB value is (116,30,227). Sum of RGB (Red+Green+Blue) = 116+30+227=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 227 (89.06% from 255 or 60.86% from 373); Max value from RGB is 227 - color contains mainly: blue. Hex color #741EE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EE3 is #8BE11C. Grayscale: #4D4D4D. Windows color (decimal): -9167133 or 14884468. OLE color: 14884468.
HSL color Cylindrical-coordinate representation of color #741EE3: hue angle of 266.19º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741EE3 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 30 | 227 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.11 |
| HSL | 266.19º | 0.78% | 0.5% | - |
| HSV(B) | 266.19º | 0.87% | 0.89% | - |
| XYZ | 21.53 | 10.19 | 73.5 | - |
| YUV | 78.17 | 211.99 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 227 | 0.49 | 0.87 | 0 | 0.11 | 266.19 | 0.78 | 0.5 |
| Hex | 74 | 1E | E3 | 31 | 57 | 0 | B | 10A | 4E | 32 |
| Octal | 164 | 36 | 343 | 61 | 127 | 0 | 13 | 412 | 116 | 62 |
| Binary | 1110100 | 11110 | 11100011 | 110001 | 1010111 | 0 | 1011 | 100001010 | 1001110 | 110010 |
Color Harmonies of #741EE3
Complementary color
Monochromatic Colors of #741EE3
Black with #741EE3
Text Example
Text Example
White with #741EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EE3; }
p { color: rgb(116,30,227); }
H1.HeaderClassName
{
color: #741EE3;
}
.AnyTagClassName
{
color: #741EE3;
}
</style>
background-color css
<style>
a { background-color: #741EE3; }
a { background-color: rgb(116,30,227); }
div.DivClassName
{
background-color: #741EE3;
}
.BgClassName
{
background-color: #741EE3;
}
</style>
border-color css
<style>
span { border-color: #741EE3; }
span { border-color: rgb(116,30,227); }
td.TdClassName
{
border-color: #741EE3;
}
.TagClassName
{
border-color: #741EE3;
}
</style>