Shades of Blue Violet #7C2BDC
Tints of Blue Violet #7C2BDC
RGB
CMYK
RGB Variations
Color information
#7C2BDC (or 0x7C2BDC) is known color: Blue Violet. HEX triplet: 7C, 2B and DC. RGB value is (124,43,220). Sum of RGB (Red+Green+Blue) = 124+43+220=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C2BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2BDC is #83D423. Grayscale: #565656. Windows color (decimal): -8639524 or 14429052. OLE color: 14429052.
HSL color Cylindrical-coordinate representation of color #7C2BDC: hue angle of 267.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2BDC is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 43 | 220 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.14 |
| HSL | 267.46º | 0.72% | 0.52% | - |
| HSV(B) | 267.46º | 0.8% | 0.86% | - |
| XYZ | 22.09 | 11.18 | 68.7 | - |
| YUV | 87.4 | 202.84 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 220 | 0.44 | 0.80 | 0 | 0.14 | 267.46 | 0.72 | 0.52 |
| Hex | 7C | 2B | DC | 2C | 50 | 0 | E | 10B | 48 | 34 |
| Octal | 174 | 53 | 334 | 54 | 120 | 0 | 16 | 413 | 110 | 64 |
| Binary | 1111100 | 101011 | 11011100 | 101100 | 1010000 | 0 | 1110 | 100001011 | 1001000 | 110100 |
Color Harmonies of #7C2BDC
Complementary color
Monochromatic Colors of #7C2BDC
Black with #7C2BDC
Text Example
Text Example
White with #7C2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BDC; }
p { color: rgb(124,43,220); }
H1.HeaderClassName
{
color: #7C2BDC;
}
.AnyTagClassName
{
color: #7C2BDC;
}
</style>
background-color css
<style>
a { background-color: #7C2BDC; }
a { background-color: rgb(124,43,220); }
div.DivClassName
{
background-color: #7C2BDC;
}
.BgClassName
{
background-color: #7C2BDC;
}
</style>
border-color css
<style>
span { border-color: #7C2BDC; }
span { border-color: rgb(124,43,220); }
td.TdClassName
{
border-color: #7C2BDC;
}
.TagClassName
{
border-color: #7C2BDC;
}
</style>