Shades of Blue Violet #742EEF
Tints of Blue Violet #742EEF
RGB
CMYK
RGB Variations
Color information
#742EEF (or 0x742EEF) is known color: Blue Violet. HEX triplet: 74, 2E and EF. RGB value is (116,46,239). Sum of RGB (Red+Green+Blue) = 116+46+239=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #742EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EEF is #8BD110. Grayscale: #585858. Windows color (decimal): -9163025 or 15674996. OLE color: 15674996.
HSL color Cylindrical-coordinate representation of color #742EEF: hue angle of 261.76º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742EEF is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 46 | 239 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.06 |
| HSL | 261.76º | 0.86% | 0.56% | - |
| HSV(B) | 261.76º | 0.81% | 0.94% | - |
| XYZ | 23.76 | 11.9 | 82.71 | - |
| YUV | 88.93 | 212.69 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 239 | 0.51 | 0.81 | 0 | 0.06 | 261.76 | 0.86 | 0.56 |
| Hex | 74 | 2E | EF | 33 | 51 | 0 | 6 | 106 | 56 | 38 |
| Octal | 164 | 56 | 357 | 63 | 121 | 0 | 6 | 406 | 126 | 70 |
| Binary | 1110100 | 101110 | 11101111 | 110011 | 1010001 | 0 | 110 | 100000110 | 1010110 | 111000 |
Color Harmonies of #742EEF
Complementary color
Monochromatic Colors of #742EEF
Black with #742EEF
Text Example
Text Example
White with #742EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742EEF; }
p { color: rgb(116,46,239); }
H1.HeaderClassName
{
color: #742EEF;
}
.AnyTagClassName
{
color: #742EEF;
}
</style>
background-color css
<style>
a { background-color: #742EEF; }
a { background-color: rgb(116,46,239); }
div.DivClassName
{
background-color: #742EEF;
}
.BgClassName
{
background-color: #742EEF;
}
</style>
border-color css
<style>
span { border-color: #742EEF; }
span { border-color: rgb(116,46,239); }
td.TdClassName
{
border-color: #742EEF;
}
.TagClassName
{
border-color: #742EEF;
}
</style>