Shades of Dark Violet #7C0ABB
Tints of Dark Violet #7C0ABB
RGB
CMYK
RGB Variations
Color information
#7C0ABB (or 0x7C0ABB) is known color: Dark Violet. HEX triplet: 7C, 0A and BB. RGB value is (124,10,187). Sum of RGB (Red+Green+Blue) = 124+10+187=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ABB is #83F544. Grayscale: #3F3F3F. Windows color (decimal): -8648005 or 12257916. OLE color: 12257916.
HSL color Cylindrical-coordinate representation of color #7C0ABB: hue angle of 278.64º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0ABB is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 10 | 187 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.27 |
| HSL | 278.64º | 0.9% | 0.39% | - |
| HSV(B) | 278.64º | 0.95% | 0.73% | - |
| XYZ | 17.39 | 8.09 | 47.66 | - |
| YUV | 64.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 187 | 0.34 | 0.95 | 0 | 0.27 | 278.64 | 0.9 | 0.39 |
| Hex | 7C | A | BB | 22 | 5F | 0 | 1B | 117 | 5A | 27 |
| Octal | 174 | 12 | 273 | 42 | 137 | 0 | 33 | 427 | 132 | 47 |
| Binary | 1111100 | 1010 | 10111011 | 100010 | 1011111 | 0 | 11011 | 100010111 | 1011010 | 100111 |
Color Harmonies of #7C0ABB
Complementary color
Monochromatic Colors of #7C0ABB
Black with #7C0ABB
Text Example
Text Example
White with #7C0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0ABB; }
p { color: rgb(124,10,187); }
H1.HeaderClassName
{
color: #7C0ABB;
}
.AnyTagClassName
{
color: #7C0ABB;
}
</style>
background-color css
<style>
a { background-color: #7C0ABB; }
a { background-color: rgb(124,10,187); }
div.DivClassName
{
background-color: #7C0ABB;
}
.BgClassName
{
background-color: #7C0ABB;
}
</style>
border-color css
<style>
span { border-color: #7C0ABB; }
span { border-color: rgb(124,10,187); }
td.TdClassName
{
border-color: #7C0ABB;
}
.TagClassName
{
border-color: #7C0ABB;
}
</style>