Shades of Blue Violet #741EEA
Tints of Blue Violet #741EEA
RGB
CMYK
RGB Variations
Color information
#741EEA (or 0x741EEA) is known color: Blue Violet. HEX triplet: 74, 1E and EA. RGB value is (116,30,234). Sum of RGB (Red+Green+Blue) = 116+30+234=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #741EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741EEA is #8BE115. Grayscale: #4E4E4E. Windows color (decimal): -9167126 or 15343220. OLE color: 15343220.
HSL color Cylindrical-coordinate representation of color #741EEA: hue angle of 265.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741EEA is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 30 | 234 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.08 |
| HSL | 265.29º | 0.83% | 0.52% | - |
| HSV(B) | 265.29º | 0.87% | 0.92% | - |
| XYZ | 22.52 | 10.58 | 78.7 | - |
| YUV | 78.97 | 215.49 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 234 | 0.50 | 0.87 | 0 | 0.08 | 265.29 | 0.83 | 0.52 |
| Hex | 74 | 1E | EA | 32 | 57 | 0 | 8 | 109 | 53 | 34 |
| Octal | 164 | 36 | 352 | 62 | 127 | 0 | 10 | 411 | 123 | 64 |
| Binary | 1110100 | 11110 | 11101010 | 110010 | 1010111 | 0 | 1000 | 100001001 | 1010011 | 110100 |
Color Harmonies of #741EEA
Complementary color
Monochromatic Colors of #741EEA
Black with #741EEA
Text Example
Text Example
White with #741EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EEA; }
p { color: rgb(116,30,234); }
H1.HeaderClassName
{
color: #741EEA;
}
.AnyTagClassName
{
color: #741EEA;
}
</style>
background-color css
<style>
a { background-color: #741EEA; }
a { background-color: rgb(116,30,234); }
div.DivClassName
{
background-color: #741EEA;
}
.BgClassName
{
background-color: #741EEA;
}
</style>
border-color css
<style>
span { border-color: #741EEA; }
span { border-color: rgb(116,30,234); }
td.TdClassName
{
border-color: #741EEA;
}
.TagClassName
{
border-color: #741EEA;
}
</style>