Shades of Dark Violet #7C0BBB
Tints of Dark Violet #7C0BBB
RGB
CMYK
RGB Variations
Color information
#7C0BBB (or 0x7C0BBB) is known color: Dark Violet. HEX triplet: 7C, 0B and BB. RGB value is (124,11,187). Sum of RGB (Red+Green+Blue) = 124+11+187=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C0BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0BBB is #83F444. Grayscale: #404040. Windows color (decimal): -8647749 or 12258172. OLE color: 12258172.
HSL color Cylindrical-coordinate representation of color #7C0BBB: hue angle of 278.52º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0BBB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 11 | 187 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.27 |
| HSL | 278.52º | 0.89% | 0.39% | - |
| HSV(B) | 278.52º | 0.94% | 0.73% | - |
| XYZ | 17.4 | 8.11 | 47.66 | - |
| YUV | 64.85 | 196.94 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 187 | 0.34 | 0.94 | 0 | 0.27 | 278.52 | 0.89 | 0.39 |
| Hex | 7C | B | BB | 22 | 5E | 0 | 1B | 117 | 59 | 27 |
| Octal | 174 | 13 | 273 | 42 | 136 | 0 | 33 | 427 | 131 | 47 |
| Binary | 1111100 | 1011 | 10111011 | 100010 | 1011110 | 0 | 11011 | 100010111 | 1011001 | 100111 |
Color Harmonies of #7C0BBB
Complementary color
Monochromatic Colors of #7C0BBB
Black with #7C0BBB
Text Example
Text Example
White with #7C0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BBB; }
p { color: rgb(124,11,187); }
H1.HeaderClassName
{
color: #7C0BBB;
}
.AnyTagClassName
{
color: #7C0BBB;
}
</style>
background-color css
<style>
a { background-color: #7C0BBB; }
a { background-color: rgb(124,11,187); }
div.DivClassName
{
background-color: #7C0BBB;
}
.BgClassName
{
background-color: #7C0BBB;
}
</style>
border-color css
<style>
span { border-color: #7C0BBB; }
span { border-color: rgb(124,11,187); }
td.TdClassName
{
border-color: #7C0BBB;
}
.TagClassName
{
border-color: #7C0BBB;
}
</style>