Shades of Blue Violet #7429EC
Tints of Blue Violet #7429EC
RGB
CMYK
RGB Variations
Color information
#7429EC (or 0x7429EC) is known color: Blue Violet. HEX triplet: 74, 29 and EC. RGB value is (116,41,236). Sum of RGB (Red+Green+Blue) = 116+41+236=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #7429EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7429EC is #8BD613. Grayscale: #545454. Windows color (decimal): -9164308 or 15477108. OLE color: 15477108.
HSL color Cylindrical-coordinate representation of color #7429EC: hue angle of 263.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7429EC is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 41 | 236 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.07 |
| HSL | 263.08º | 0.84% | 0.54% | - |
| HSV(B) | 263.08º | 0.83% | 0.93% | - |
| XYZ | 23.14 | 11.36 | 80.33 | - |
| YUV | 85.66 | 212.85 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 236 | 0.51 | 0.83 | 0 | 0.07 | 263.08 | 0.84 | 0.54 |
| Hex | 74 | 29 | EC | 33 | 53 | 0 | 7 | 107 | 54 | 36 |
| Octal | 164 | 51 | 354 | 63 | 123 | 0 | 7 | 407 | 124 | 66 |
| Binary | 1110100 | 101001 | 11101100 | 110011 | 1010011 | 0 | 111 | 100000111 | 1010100 | 110110 |
Color Harmonies of #7429EC
Complementary color
Monochromatic Colors of #7429EC
Black with #7429EC
Text Example
Text Example
White with #7429EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7429EC; }
p { color: rgb(116,41,236); }
H1.HeaderClassName
{
color: #7429EC;
}
.AnyTagClassName
{
color: #7429EC;
}
</style>
background-color css
<style>
a { background-color: #7429EC; }
a { background-color: rgb(116,41,236); }
div.DivClassName
{
background-color: #7429EC;
}
.BgClassName
{
background-color: #7429EC;
}
</style>
border-color css
<style>
span { border-color: #7429EC; }
span { border-color: rgb(116,41,236); }
td.TdClassName
{
border-color: #7429EC;
}
.TagClassName
{
border-color: #7429EC;
}
</style>