Shades of Blue Violet #7428EC
Tints of Blue Violet #7428EC
RGB
CMYK
RGB Variations
Color information
#7428EC (or 0x7428EC) is known color: Blue Violet. HEX triplet: 74, 28 and EC. RGB value is (116,40,236). Sum of RGB (Red+Green+Blue) = 116+40+236=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #7428EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7428EC is #8BD713. Grayscale: #545454. Windows color (decimal): -9164564 or 15476852. OLE color: 15476852.
HSL color Cylindrical-coordinate representation of color #7428EC: hue angle of 263.27º 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 #7428EC is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 40 | 236 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.07 |
| HSL | 263.27º | 0.84% | 0.54% | - |
| HSV(B) | 263.27º | 0.83% | 0.93% | - |
| XYZ | 23.1 | 11.29 | 80.32 | - |
| YUV | 85.07 | 213.18 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 236 | 0.51 | 0.83 | 0 | 0.07 | 263.27 | 0.84 | 0.54 |
| Hex | 74 | 28 | EC | 33 | 53 | 0 | 7 | 107 | 54 | 36 |
| Octal | 164 | 50 | 354 | 63 | 123 | 0 | 7 | 407 | 124 | 66 |
| Binary | 1110100 | 101000 | 11101100 | 110011 | 1010011 | 0 | 111 | 100000111 | 1010100 | 110110 |
Color Harmonies of #7428EC
Complementary color
Monochromatic Colors of #7428EC
Black with #7428EC
Text Example
Text Example
White with #7428EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7428EC; }
p { color: rgb(116,40,236); }
H1.HeaderClassName
{
color: #7428EC;
}
.AnyTagClassName
{
color: #7428EC;
}
</style>
background-color css
<style>
a { background-color: #7428EC; }
a { background-color: rgb(116,40,236); }
div.DivClassName
{
background-color: #7428EC;
}
.BgClassName
{
background-color: #7428EC;
}
</style>
border-color css
<style>
span { border-color: #7428EC; }
span { border-color: rgb(116,40,236); }
td.TdClassName
{
border-color: #7428EC;
}
.TagClassName
{
border-color: #7428EC;
}
</style>