Shades of Blue Violet #7426EC
Tints of Blue Violet #7426EC
RGB
CMYK
RGB Variations
Color information
#7426EC (or 0x7426EC) is known color: Blue Violet. HEX triplet: 74, 26 and EC. RGB value is (116,38,236). Sum of RGB (Red+Green+Blue) = 116+38+236=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #7426EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7426EC is #8BD913. Grayscale: #535353. Windows color (decimal): -9165076 or 15476340. OLE color: 15476340.
HSL color Cylindrical-coordinate representation of color #7426EC: hue angle of 263.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7426EC is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 38 | 236 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.07 |
| HSL | 263.64º | 0.84% | 0.54% | - |
| HSV(B) | 263.64º | 0.84% | 0.93% | - |
| XYZ | 23.04 | 11.16 | 80.3 | - |
| YUV | 83.89 | 213.84 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 236 | 0.51 | 0.84 | 0 | 0.07 | 263.64 | 0.84 | 0.54 |
| Hex | 74 | 26 | EC | 33 | 54 | 0 | 7 | 108 | 54 | 36 |
| Octal | 164 | 46 | 354 | 63 | 124 | 0 | 7 | 410 | 124 | 66 |
| Binary | 1110100 | 100110 | 11101100 | 110011 | 1010100 | 0 | 111 | 100001000 | 1010100 | 110110 |
Color Harmonies of #7426EC
Complementary color
Monochromatic Colors of #7426EC
Black with #7426EC
Text Example
Text Example
White with #7426EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7426EC; }
p { color: rgb(116,38,236); }
H1.HeaderClassName
{
color: #7426EC;
}
.AnyTagClassName
{
color: #7426EC;
}
</style>
background-color css
<style>
a { background-color: #7426EC; }
a { background-color: rgb(116,38,236); }
div.DivClassName
{
background-color: #7426EC;
}
.BgClassName
{
background-color: #7426EC;
}
</style>
border-color css
<style>
span { border-color: #7426EC; }
span { border-color: rgb(116,38,236); }
td.TdClassName
{
border-color: #7426EC;
}
.TagClassName
{
border-color: #7426EC;
}
</style>