Shades of Blue Violet #7C0DEA
Tints of Blue Violet #7C0DEA
RGB
CMYK
RGB Variations
Color information
#7C0DEA (or 0x7C0DEA) is known color: Blue Violet. HEX triplet: 7C, 0D and EA. RGB value is (124,13,234). Sum of RGB (Red+Green+Blue) = 124+13+234=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C0DEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0DEA is #83F215. Grayscale: #464646. Windows color (decimal): -8647190 or 15338876. OLE color: 15338876.
HSL color Cylindrical-coordinate representation of color #7C0DEA: hue angle of 270.14º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0DEA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 13 | 234 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.08 |
| HSL | 270.14º | 0.89% | 0.48% | - |
| HSV(B) | 270.14º | 0.94% | 0.92% | - |
| XYZ | 23.31 | 10.51 | 78.64 | - |
| YUV | 71.38 | 219.77 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 13 | 234 | 0.47 | 0.94 | 0 | 0.08 | 270.14 | 0.89 | 0.48 |
| Hex | 7C | D | EA | 2F | 5E | 0 | 8 | 10E | 59 | 30 |
| Octal | 174 | 15 | 352 | 57 | 136 | 0 | 10 | 416 | 131 | 60 |
| Binary | 1111100 | 1101 | 11101010 | 101111 | 1011110 | 0 | 1000 | 100001110 | 1011001 | 110000 |
Color Harmonies of #7C0DEA
Complementary color
Monochromatic Colors of #7C0DEA
Black with #7C0DEA
Text Example
Text Example
White with #7C0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0DEA; }
p { color: rgb(124,13,234); }
H1.HeaderClassName
{
color: #7C0DEA;
}
.AnyTagClassName
{
color: #7C0DEA;
}
</style>
background-color css
<style>
a { background-color: #7C0DEA; }
a { background-color: rgb(124,13,234); }
div.DivClassName
{
background-color: #7C0DEA;
}
.BgClassName
{
background-color: #7C0DEA;
}
</style>
border-color css
<style>
span { border-color: #7C0DEA; }
span { border-color: rgb(124,13,234); }
td.TdClassName
{
border-color: #7C0DEA;
}
.TagClassName
{
border-color: #7C0DEA;
}
</style>