Shades of Blue Violet #7C2ECF
Tints of Blue Violet #7C2ECF
RGB
CMYK
RGB Variations
Color information
#7C2ECF (or 0x7C2ECF) is known color: Blue Violet. HEX triplet: 7C, 2E and CF. RGB value is (124,46,207). Sum of RGB (Red+Green+Blue) = 124+46+207=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2ECF is #83D130. Grayscale: #575757. Windows color (decimal): -8638769 or 13577852. OLE color: 13577852.
HSL color Cylindrical-coordinate representation of color #7C2ECF: hue angle of 269.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C2ECF is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 46 | 207 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.19 |
| HSL | 269.07º | 0.64% | 0.5% | - |
| HSV(B) | 269.07º | 0.78% | 0.81% | - |
| XYZ | 20.55 | 10.74 | 60.02 | - |
| YUV | 87.68 | 195.34 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 207 | 0.40 | 0.78 | 0 | 0.19 | 269.07 | 0.64 | 0.5 |
| Hex | 7C | 2E | CF | 28 | 4E | 0 | 13 | 10D | 40 | 32 |
| Octal | 174 | 56 | 317 | 50 | 116 | 0 | 23 | 415 | 100 | 62 |
| Binary | 1111100 | 101110 | 11001111 | 101000 | 1001110 | 0 | 10011 | 100001101 | 1000000 | 110010 |
Color Harmonies of #7C2ECF
Complementary color
Monochromatic Colors of #7C2ECF
Black with #7C2ECF
Text Example
Text Example
White with #7C2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2ECF; }
p { color: rgb(124,46,207); }
H1.HeaderClassName
{
color: #7C2ECF;
}
.AnyTagClassName
{
color: #7C2ECF;
}
</style>
background-color css
<style>
a { background-color: #7C2ECF; }
a { background-color: rgb(124,46,207); }
div.DivClassName
{
background-color: #7C2ECF;
}
.BgClassName
{
background-color: #7C2ECF;
}
</style>
border-color css
<style>
span { border-color: #7C2ECF; }
span { border-color: rgb(124,46,207); }
td.TdClassName
{
border-color: #7C2ECF;
}
.TagClassName
{
border-color: #7C2ECF;
}
</style>