Shades of Blue Violet #7C2BDB
Tints of Blue Violet #7C2BDB
RGB
CMYK
RGB Variations
Color information
#7C2BDB (or 0x7C2BDB) is known color: Blue Violet. HEX triplet: 7C, 2B and DB. RGB value is (124,43,219). Sum of RGB (Red+Green+Blue) = 124+43+219=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C2BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2BDB is #83D424. Grayscale: #565656. Windows color (decimal): -8639525 or 14363516. OLE color: 14363516.
HSL color Cylindrical-coordinate representation of color #7C2BDB: hue angle of 267.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2BDB is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 43 | 219 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.14 |
| HSL | 267.61º | 0.71% | 0.51% | - |
| HSV(B) | 267.61º | 0.8% | 0.86% | - |
| XYZ | 21.96 | 11.13 | 68.01 | - |
| YUV | 87.28 | 202.34 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 219 | 0.43 | 0.80 | 0 | 0.14 | 267.61 | 0.71 | 0.51 |
| Hex | 7C | 2B | DB | 2B | 50 | 0 | E | 10C | 47 | 33 |
| Octal | 174 | 53 | 333 | 53 | 120 | 0 | 16 | 414 | 107 | 63 |
| Binary | 1111100 | 101011 | 11011011 | 101011 | 1010000 | 0 | 1110 | 100001100 | 1000111 | 110011 |
Color Harmonies of #7C2BDB
Complementary color
Monochromatic Colors of #7C2BDB
Black with #7C2BDB
Text Example
Text Example
White with #7C2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BDB; }
p { color: rgb(124,43,219); }
H1.HeaderClassName
{
color: #7C2BDB;
}
.AnyTagClassName
{
color: #7C2BDB;
}
</style>
background-color css
<style>
a { background-color: #7C2BDB; }
a { background-color: rgb(124,43,219); }
div.DivClassName
{
background-color: #7C2BDB;
}
.BgClassName
{
background-color: #7C2BDB;
}
</style>
border-color css
<style>
span { border-color: #7C2BDB; }
span { border-color: rgb(124,43,219); }
td.TdClassName
{
border-color: #7C2BDB;
}
.TagClassName
{
border-color: #7C2BDB;
}
</style>