Shades of Blue Violet #7C0EEA
Tints of Blue Violet #7C0EEA
RGB
CMYK
RGB Variations
Color information
#7C0EEA (or 0x7C0EEA) is known color: Blue Violet. HEX triplet: 7C, 0E and EA. RGB value is (124,14,234). Sum of RGB (Red+Green+Blue) = 124+14+234=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C0EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0EEA is #83F115. Grayscale: #474747. Windows color (decimal): -8646934 or 15339132. OLE color: 15339132.
HSL color Cylindrical-coordinate representation of color #7C0EEA: hue angle of 270º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0EEA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 14 | 234 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.08 |
| HSL | 270º | 0.89% | 0.49% | - |
| HSV(B) | 270º | 0.94% | 0.92% | - |
| XYZ | 23.32 | 10.54 | 78.65 | - |
| YUV | 71.97 | 219.44 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 234 | 0.47 | 0.94 | 0 | 0.08 | 270 | 0.89 | 0.49 |
| Hex | 7C | E | EA | 2F | 5E | 0 | 8 | 10E | 59 | 31 |
| Octal | 174 | 16 | 352 | 57 | 136 | 0 | 10 | 416 | 131 | 61 |
| Binary | 1111100 | 1110 | 11101010 | 101111 | 1011110 | 0 | 1000 | 100001110 | 1011001 | 110001 |
Color Harmonies of #7C0EEA
Complementary color
Monochromatic Colors of #7C0EEA
Black with #7C0EEA
Text Example
Text Example
White with #7C0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0EEA; }
p { color: rgb(124,14,234); }
H1.HeaderClassName
{
color: #7C0EEA;
}
.AnyTagClassName
{
color: #7C0EEA;
}
</style>
background-color css
<style>
a { background-color: #7C0EEA; }
a { background-color: rgb(124,14,234); }
div.DivClassName
{
background-color: #7C0EEA;
}
.BgClassName
{
background-color: #7C0EEA;
}
</style>
border-color css
<style>
span { border-color: #7C0EEA; }
span { border-color: rgb(124,14,234); }
td.TdClassName
{
border-color: #7C0EEA;
}
.TagClassName
{
border-color: #7C0EEA;
}
</style>