Shades of Dark Violet #7C0CBA
Tints of Dark Violet #7C0CBA
RGB
CMYK
RGB Variations
Color information
#7C0CBA (or 0x7C0CBA) is known color: Dark Violet. HEX triplet: 7C, 0C and BA. RGB value is (124,12,186). Sum of RGB (Red+Green+Blue) = 124+12+186=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0CBA is #83F345. Grayscale: #404040. Windows color (decimal): -8647494 or 12192892. OLE color: 12192892.
HSL color Cylindrical-coordinate representation of color #7C0CBA: hue angle of 278.62º degrees, saturation: 0.88, 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 #7C0CBA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 12 | 186 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.27 |
| HSL | 278.62º | 0.88% | 0.39% | - |
| HSV(B) | 278.62º | 0.94% | 0.73% | - |
| XYZ | 17.31 | 8.09 | 47.1 | - |
| YUV | 65.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 186 | 0.33 | 0.94 | 0 | 0.27 | 278.62 | 0.88 | 0.39 |
| Hex | 7C | C | BA | 21 | 5E | 0 | 1B | 117 | 58 | 27 |
| Octal | 174 | 14 | 272 | 41 | 136 | 0 | 33 | 427 | 130 | 47 |
| Binary | 1111100 | 1100 | 10111010 | 100001 | 1011110 | 0 | 11011 | 100010111 | 1011000 | 100111 |
Color Harmonies of #7C0CBA
Complementary color
Monochromatic Colors of #7C0CBA
Black with #7C0CBA
Text Example
Text Example
White with #7C0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0CBA; }
p { color: rgb(124,12,186); }
H1.HeaderClassName
{
color: #7C0CBA;
}
.AnyTagClassName
{
color: #7C0CBA;
}
</style>
background-color css
<style>
a { background-color: #7C0CBA; }
a { background-color: rgb(124,12,186); }
div.DivClassName
{
background-color: #7C0CBA;
}
.BgClassName
{
background-color: #7C0CBA;
}
</style>
border-color css
<style>
span { border-color: #7C0CBA; }
span { border-color: rgb(124,12,186); }
td.TdClassName
{
border-color: #7C0CBA;
}
.TagClassName
{
border-color: #7C0CBA;
}
</style>