Shades of Blue Violet #7C22EF
Tints of Blue Violet #7C22EF
RGB
CMYK
RGB Variations
Color information
#7C22EF (or 0x7C22EF) is known color: Blue Violet. HEX triplet: 7C, 22 and EF. RGB value is (124,34,239). Sum of RGB (Red+Green+Blue) = 124+34+239=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C22EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C22EF is #83DD10. Grayscale: #535353. Windows color (decimal): -8641809 or 15671932. OLE color: 15671932.
HSL color Cylindrical-coordinate representation of color #7C22EF: hue angle of 266.34º 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 #7C22EF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 34 | 239 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.06 |
| HSL | 266.34º | 0.86% | 0.54% | - |
| HSV(B) | 266.34º | 0.86% | 0.94% | - |
| XYZ | 24.46 | 11.66 | 82.62 | - |
| YUV | 84.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 239 | 0.48 | 0.86 | 0 | 0.06 | 266.34 | 0.86 | 0.54 |
| Hex | 7C | 22 | EF | 30 | 56 | 0 | 6 | 10A | 56 | 36 |
| Octal | 174 | 42 | 357 | 60 | 126 | 0 | 6 | 412 | 126 | 66 |
| Binary | 1111100 | 100010 | 11101111 | 110000 | 1010110 | 0 | 110 | 100001010 | 1010110 | 110110 |
Color Harmonies of #7C22EF
Complementary color
Monochromatic Colors of #7C22EF
Black with #7C22EF
Text Example
Text Example
White with #7C22EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C22EF; }
p { color: rgb(124,34,239); }
H1.HeaderClassName
{
color: #7C22EF;
}
.AnyTagClassName
{
color: #7C22EF;
}
</style>
background-color css
<style>
a { background-color: #7C22EF; }
a { background-color: rgb(124,34,239); }
div.DivClassName
{
background-color: #7C22EF;
}
.BgClassName
{
background-color: #7C22EF;
}
</style>
border-color css
<style>
span { border-color: #7C22EF; }
span { border-color: rgb(124,34,239); }
td.TdClassName
{
border-color: #7C22EF;
}
.TagClassName
{
border-color: #7C22EF;
}
</style>