Shades of Blue Violet #742EEB
Tints of Blue Violet #742EEB
RGB
CMYK
RGB Variations
Color information
#742EEB (or 0x742EEB) is known color: Blue Violet. HEX triplet: 74, 2E and EB. RGB value is (116,46,235). Sum of RGB (Red+Green+Blue) = 116+46+235=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #742EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EEB is #8BD114. Grayscale: #575757. Windows color (decimal): -9163029 or 15412852. OLE color: 15412852.
HSL color Cylindrical-coordinate representation of color #742EEB: hue angle of 262.22º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742EEB is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 46 | 235 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.08 |
| HSL | 262.22º | 0.83% | 0.55% | - |
| HSV(B) | 262.22º | 0.8% | 0.92% | - |
| XYZ | 23.17 | 11.67 | 79.63 | - |
| YUV | 88.48 | 210.69 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 235 | 0.51 | 0.80 | 0 | 0.08 | 262.22 | 0.83 | 0.55 |
| Hex | 74 | 2E | EB | 33 | 50 | 0 | 8 | 106 | 53 | 37 |
| Octal | 164 | 56 | 353 | 63 | 120 | 0 | 10 | 406 | 123 | 67 |
| Binary | 1110100 | 101110 | 11101011 | 110011 | 1010000 | 0 | 1000 | 100000110 | 1010011 | 110111 |
Color Harmonies of #742EEB
Complementary color
Monochromatic Colors of #742EEB
Black with #742EEB
Text Example
Text Example
White with #742EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742EEB; }
p { color: rgb(116,46,235); }
H1.HeaderClassName
{
color: #742EEB;
}
.AnyTagClassName
{
color: #742EEB;
}
</style>
background-color css
<style>
a { background-color: #742EEB; }
a { background-color: rgb(116,46,235); }
div.DivClassName
{
background-color: #742EEB;
}
.BgClassName
{
background-color: #742EEB;
}
</style>
border-color css
<style>
span { border-color: #742EEB; }
span { border-color: rgb(116,46,235); }
td.TdClassName
{
border-color: #742EEB;
}
.TagClassName
{
border-color: #742EEB;
}
</style>