Shades of Dark Violet #7C0BBC
Tints of Dark Violet #7C0BBC
RGB
CMYK
RGB Variations
Color information
#7C0BBC (or 0x7C0BBC) is known color: Dark Violet. HEX triplet: 7C, 0B and BC. RGB value is (124,11,188). Sum of RGB (Red+Green+Blue) = 124+11+188=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0BBC is #83F443. Grayscale: #404040. Windows color (decimal): -8647748 or 12323708. OLE color: 12323708.
HSL color Cylindrical-coordinate representation of color #7C0BBC: hue angle of 278.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0BBC is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 11 | 188 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.26 |
| HSL | 278.31º | 0.89% | 0.39% | - |
| HSV(B) | 278.31º | 0.94% | 0.74% | - |
| XYZ | 17.51 | 8.16 | 48.23 | - |
| YUV | 64.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 188 | 0.34 | 0.94 | 0 | 0.26 | 278.31 | 0.89 | 0.39 |
| Hex | 7C | B | BC | 22 | 5E | 0 | 1A | 116 | 59 | 27 |
| Octal | 174 | 13 | 274 | 42 | 136 | 0 | 32 | 426 | 131 | 47 |
| Binary | 1111100 | 1011 | 10111100 | 100010 | 1011110 | 0 | 11010 | 100010110 | 1011001 | 100111 |
Color Harmonies of #7C0BBC
Complementary color
Monochromatic Colors of #7C0BBC
Black with #7C0BBC
Text Example
Text Example
White with #7C0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BBC; }
p { color: rgb(124,11,188); }
H1.HeaderClassName
{
color: #7C0BBC;
}
.AnyTagClassName
{
color: #7C0BBC;
}
</style>
background-color css
<style>
a { background-color: #7C0BBC; }
a { background-color: rgb(124,11,188); }
div.DivClassName
{
background-color: #7C0BBC;
}
.BgClassName
{
background-color: #7C0BBC;
}
</style>
border-color css
<style>
span { border-color: #7C0BBC; }
span { border-color: rgb(124,11,188); }
td.TdClassName
{
border-color: #7C0BBC;
}
.TagClassName
{
border-color: #7C0BBC;
}
</style>