Shades of Blue Violet #7422EF
Tints of Blue Violet #7422EF
RGB
CMYK
RGB Variations
Color information
#7422EF (or 0x7422EF) is known color: Blue Violet. HEX triplet: 74, 22 and EF. RGB value is (116,34,239). Sum of RGB (Red+Green+Blue) = 116+34+239=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #7422EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7422EF is #8BDD10. Grayscale: #515151. Windows color (decimal): -9166097 or 15671924. OLE color: 15671924.
HSL color Cylindrical-coordinate representation of color #7422EF: hue angle of 264º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7422EF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 34 | 239 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.06 |
| HSL | 264º | 0.86% | 0.54% | - |
| HSV(B) | 264º | 0.86% | 0.94% | - |
| XYZ | 23.35 | 11.09 | 82.57 | - |
| YUV | 81.89 | 216.67 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 239 | 0.51 | 0.86 | 0 | 0.06 | 264 | 0.86 | 0.54 |
| Hex | 74 | 22 | EF | 33 | 56 | 0 | 6 | 108 | 56 | 36 |
| Octal | 164 | 42 | 357 | 63 | 126 | 0 | 6 | 410 | 126 | 66 |
| Binary | 1110100 | 100010 | 11101111 | 110011 | 1010110 | 0 | 110 | 100001000 | 1010110 | 110110 |
Color Harmonies of #7422EF
Complementary color
Monochromatic Colors of #7422EF
Black with #7422EF
Text Example
Text Example
White with #7422EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7422EF; }
p { color: rgb(116,34,239); }
H1.HeaderClassName
{
color: #7422EF;
}
.AnyTagClassName
{
color: #7422EF;
}
</style>
background-color css
<style>
a { background-color: #7422EF; }
a { background-color: rgb(116,34,239); }
div.DivClassName
{
background-color: #7422EF;
}
.BgClassName
{
background-color: #7422EF;
}
</style>
border-color css
<style>
span { border-color: #7422EF; }
span { border-color: rgb(116,34,239); }
td.TdClassName
{
border-color: #7422EF;
}
.TagClassName
{
border-color: #7422EF;
}
</style>