Shades of Blue Violet #7C0FEC
Tints of Blue Violet #7C0FEC
RGB
CMYK
RGB Variations
Color information
#7C0FEC (or 0x7C0FEC) is known color: Blue Violet. HEX triplet: 7C, 0F and EC. RGB value is (124,15,236). Sum of RGB (Red+Green+Blue) = 124+15+236=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C0FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0FEC is #83F013. Grayscale: #484848. Windows color (decimal): -8646676 or 15470460. OLE color: 15470460.
HSL color Cylindrical-coordinate representation of color #7C0FEC: hue angle of 269.59º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0FEC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 15 | 236 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.07 |
| HSL | 269.59º | 0.88% | 0.49% | - |
| HSV(B) | 269.59º | 0.94% | 0.93% | - |
| XYZ | 23.62 | 10.68 | 80.17 | - |
| YUV | 72.79 | 220.11 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 236 | 0.47 | 0.94 | 0 | 0.07 | 269.59 | 0.88 | 0.49 |
| Hex | 7C | F | EC | 2F | 5E | 0 | 7 | 10E | 58 | 31 |
| Octal | 174 | 17 | 354 | 57 | 136 | 0 | 7 | 416 | 130 | 61 |
| Binary | 1111100 | 1111 | 11101100 | 101111 | 1011110 | 0 | 111 | 100001110 | 1011000 | 110001 |
Color Harmonies of #7C0FEC
Complementary color
Monochromatic Colors of #7C0FEC
Black with #7C0FEC
Text Example
Text Example
White with #7C0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0FEC; }
p { color: rgb(124,15,236); }
H1.HeaderClassName
{
color: #7C0FEC;
}
.AnyTagClassName
{
color: #7C0FEC;
}
</style>
background-color css
<style>
a { background-color: #7C0FEC; }
a { background-color: rgb(124,15,236); }
div.DivClassName
{
background-color: #7C0FEC;
}
.BgClassName
{
background-color: #7C0FEC;
}
</style>
border-color css
<style>
span { border-color: #7C0FEC; }
span { border-color: rgb(124,15,236); }
td.TdClassName
{
border-color: #7C0FEC;
}
.TagClassName
{
border-color: #7C0FEC;
}
</style>