Shades of Dark Violet #7C0BBA
Tints of Dark Violet #7C0BBA
RGB
CMYK
RGB Variations
Color information
#7C0BBA (or 0x7C0BBA) is known color: Dark Violet. HEX triplet: 7C, 0B and BA. RGB value is (124,11,186). Sum of RGB (Red+Green+Blue) = 124+11+186=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0BBA is #83F445. Grayscale: #404040. Windows color (decimal): -8647750 or 12192636. OLE color: 12192636.
HSL color Cylindrical-coordinate representation of color #7C0BBA: hue angle of 278.74º 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 #7C0BBA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 11 | 186 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.27 |
| HSL | 278.74º | 0.89% | 0.39% | - |
| HSV(B) | 278.74º | 0.94% | 0.73% | - |
| XYZ | 17.29 | 8.07 | 47.1 | - |
| YUV | 64.74 | 196.44 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 186 | 0.33 | 0.94 | 0 | 0.27 | 278.74 | 0.89 | 0.39 |
| Hex | 7C | B | BA | 21 | 5E | 0 | 1B | 117 | 59 | 27 |
| Octal | 174 | 13 | 272 | 41 | 136 | 0 | 33 | 427 | 131 | 47 |
| Binary | 1111100 | 1011 | 10111010 | 100001 | 1011110 | 0 | 11011 | 100010111 | 1011001 | 100111 |
Color Harmonies of #7C0BBA
Complementary color
Monochromatic Colors of #7C0BBA
Black with #7C0BBA
Text Example
Text Example
White with #7C0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BBA; }
p { color: rgb(124,11,186); }
H1.HeaderClassName
{
color: #7C0BBA;
}
.AnyTagClassName
{
color: #7C0BBA;
}
</style>
background-color css
<style>
a { background-color: #7C0BBA; }
a { background-color: rgb(124,11,186); }
div.DivClassName
{
background-color: #7C0BBA;
}
.BgClassName
{
background-color: #7C0BBA;
}
</style>
border-color css
<style>
span { border-color: #7C0BBA; }
span { border-color: rgb(124,11,186); }
td.TdClassName
{
border-color: #7C0BBA;
}
.TagClassName
{
border-color: #7C0BBA;
}
</style>