Shades of Blue Violet #742BE2
Tints of Blue Violet #742BE2
RGB
CMYK
RGB Variations
Color information
#742BE2 (or 0x742BE2) is known color: Blue Violet. HEX triplet: 74, 2B and E2. RGB value is (116,43,226). Sum of RGB (Red+Green+Blue) = 116+43+226=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #742BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BE2 is #8BD41D. Grayscale: #555555. Windows color (decimal): -9163806 or 14822260. OLE color: 14822260.
HSL color Cylindrical-coordinate representation of color #742BE2: hue angle of 263.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742BE2 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 43 | 226 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.11 |
| HSL | 263.93º | 0.76% | 0.53% | - |
| HSV(B) | 263.93º | 0.81% | 0.89% | - |
| XYZ | 21.79 | 10.93 | 72.91 | - |
| YUV | 85.69 | 207.18 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 226 | 0.49 | 0.81 | 0 | 0.11 | 263.93 | 0.76 | 0.53 |
| Hex | 74 | 2B | E2 | 31 | 51 | 0 | B | 108 | 4C | 35 |
| Octal | 164 | 53 | 342 | 61 | 121 | 0 | 13 | 410 | 114 | 65 |
| Binary | 1110100 | 101011 | 11100010 | 110001 | 1010001 | 0 | 1011 | 100001000 | 1001100 | 110101 |
Color Harmonies of #742BE2
Complementary color
Monochromatic Colors of #742BE2
Black with #742BE2
Text Example
Text Example
White with #742BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BE2; }
p { color: rgb(116,43,226); }
H1.HeaderClassName
{
color: #742BE2;
}
.AnyTagClassName
{
color: #742BE2;
}
</style>
background-color css
<style>
a { background-color: #742BE2; }
a { background-color: rgb(116,43,226); }
div.DivClassName
{
background-color: #742BE2;
}
.BgClassName
{
background-color: #742BE2;
}
</style>
border-color css
<style>
span { border-color: #742BE2; }
span { border-color: rgb(116,43,226); }
td.TdClassName
{
border-color: #742BE2;
}
.TagClassName
{
border-color: #742BE2;
}
</style>