Shades of Blue Violet #7C2ECC
Tints of Blue Violet #7C2ECC
RGB
CMYK
RGB Variations
Color information
#7C2ECC (or 0x7C2ECC) is known color: Blue Violet. HEX triplet: 7C, 2E and CC. RGB value is (124,46,204). Sum of RGB (Red+Green+Blue) = 124+46+204=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2ECC is #83D133. Grayscale: #565656. Windows color (decimal): -8638772 or 13381244. OLE color: 13381244.
HSL color Cylindrical-coordinate representation of color #7C2ECC: hue angle of 269.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C2ECC is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 46 | 204 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.2 |
| HSL | 269.62º | 0.63% | 0.49% | - |
| HSV(B) | 269.62º | 0.77% | 0.8% | - |
| XYZ | 20.19 | 10.6 | 58.11 | - |
| YUV | 87.33 | 193.84 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 204 | 0.39 | 0.77 | 0 | 0.2 | 269.62 | 0.63 | 0.49 |
| Hex | 7C | 2E | CC | 27 | 4D | 0 | 14 | 10E | 3F | 31 |
| Octal | 174 | 56 | 314 | 47 | 115 | 0 | 24 | 416 | 77 | 61 |
| Binary | 1111100 | 101110 | 11001100 | 100111 | 1001101 | 0 | 10100 | 100001110 | 111111 | 110001 |
Color Harmonies of #7C2ECC
Complementary color
Monochromatic Colors of #7C2ECC
Black with #7C2ECC
Text Example
Text Example
White with #7C2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2ECC; }
p { color: rgb(124,46,204); }
H1.HeaderClassName
{
color: #7C2ECC;
}
.AnyTagClassName
{
color: #7C2ECC;
}
</style>
background-color css
<style>
a { background-color: #7C2ECC; }
a { background-color: rgb(124,46,204); }
div.DivClassName
{
background-color: #7C2ECC;
}
.BgClassName
{
background-color: #7C2ECC;
}
</style>
border-color css
<style>
span { border-color: #7C2ECC; }
span { border-color: rgb(124,46,204); }
td.TdClassName
{
border-color: #7C2ECC;
}
.TagClassName
{
border-color: #7C2ECC;
}
</style>