Shades of Blue Violet #742AE3
Tints of Blue Violet #742AE3
RGB
CMYK
RGB Variations
Color information
#742AE3 (or 0x742AE3) is known color: Blue Violet. HEX triplet: 74, 2A and E3. RGB value is (116,42,227). Sum of RGB (Red+Green+Blue) = 116+42+227=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 227 (89.06% from 255 or 58.96% from 385); Max value from RGB is 227 - color contains mainly: blue. Hex color #742AE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742AE3 is #8BD51C. Grayscale: #545454. Windows color (decimal): -9164061 or 14887540. OLE color: 14887540.
HSL color Cylindrical-coordinate representation of color #742AE3: hue angle of 264º degrees, saturation: 0.77, 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 #742AE3 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 42 | 227 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.11 |
| HSL | 264º | 0.77% | 0.53% | - |
| HSV(B) | 264º | 0.81% | 0.89% | - |
| XYZ | 21.9 | 10.91 | 73.63 | - |
| YUV | 85.22 | 208.02 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 227 | 0.49 | 0.81 | 0 | 0.11 | 264 | 0.77 | 0.53 |
| Hex | 74 | 2A | E3 | 31 | 51 | 0 | B | 108 | 4D | 35 |
| Octal | 164 | 52 | 343 | 61 | 121 | 0 | 13 | 410 | 115 | 65 |
| Binary | 1110100 | 101010 | 11100011 | 110001 | 1010001 | 0 | 1011 | 100001000 | 1001101 | 110101 |
Color Harmonies of #742AE3
Complementary color
Monochromatic Colors of #742AE3
Black with #742AE3
Text Example
Text Example
White with #742AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742AE3; }
p { color: rgb(116,42,227); }
H1.HeaderClassName
{
color: #742AE3;
}
.AnyTagClassName
{
color: #742AE3;
}
</style>
background-color css
<style>
a { background-color: #742AE3; }
a { background-color: rgb(116,42,227); }
div.DivClassName
{
background-color: #742AE3;
}
.BgClassName
{
background-color: #742AE3;
}
</style>
border-color css
<style>
span { border-color: #742AE3; }
span { border-color: rgb(116,42,227); }
td.TdClassName
{
border-color: #742AE3;
}
.TagClassName
{
border-color: #742AE3;
}
</style>