Shades of Blue Violet #7C2BD2
Tints of Blue Violet #7C2BD2
RGB
CMYK
RGB Variations
Color information
#7C2BD2 (or 0x7C2BD2) is known color: Blue Violet. HEX triplet: 7C, 2B and D2. RGB value is (124,43,210). Sum of RGB (Red+Green+Blue) = 124+43+210=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 210 (82.42% from 255 or 55.70% from 377); Max value from RGB is 210 - color contains mainly: blue. Hex color #7C2BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2BD2 is #83D42D. Grayscale: #555555. Windows color (decimal): -8639534 or 13773692. OLE color: 13773692.
HSL color Cylindrical-coordinate representation of color #7C2BD2: hue angle of 269.1º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2BD2 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 43 | 210 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.18 |
| HSL | 269.1º | 0.66% | 0.5% | - |
| HSV(B) | 269.1º | 0.8% | 0.82% | - |
| XYZ | 20.81 | 10.67 | 61.93 | - |
| YUV | 86.26 | 197.84 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 210 | 0.41 | 0.80 | 0 | 0.18 | 269.1 | 0.66 | 0.5 |
| Hex | 7C | 2B | D2 | 29 | 50 | 0 | 12 | 10D | 42 | 32 |
| Octal | 174 | 53 | 322 | 51 | 120 | 0 | 22 | 415 | 102 | 62 |
| Binary | 1111100 | 101011 | 11010010 | 101001 | 1010000 | 0 | 10010 | 100001101 | 1000010 | 110010 |
Color Harmonies of #7C2BD2
Complementary color
Monochromatic Colors of #7C2BD2
Black with #7C2BD2
Text Example
Text Example
White with #7C2BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BD2; }
p { color: rgb(124,43,210); }
H1.HeaderClassName
{
color: #7C2BD2;
}
.AnyTagClassName
{
color: #7C2BD2;
}
</style>
background-color css
<style>
a { background-color: #7C2BD2; }
a { background-color: rgb(124,43,210); }
div.DivClassName
{
background-color: #7C2BD2;
}
.BgClassName
{
background-color: #7C2BD2;
}
</style>
border-color css
<style>
span { border-color: #7C2BD2; }
span { border-color: rgb(124,43,210); }
td.TdClassName
{
border-color: #7C2BD2;
}
.TagClassName
{
border-color: #7C2BD2;
}
</style>