Shades of Dark Violet #7C0ABE
Tints of Dark Violet #7C0ABE
RGB
CMYK
RGB Variations
Color information
#7C0ABE (or 0x7C0ABE) is known color: Dark Violet. HEX triplet: 7C, 0A and BE. RGB value is (124,10,190). Sum of RGB (Red+Green+Blue) = 124+10+190=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ABE is #83F541. Grayscale: #3F3F3F. Windows color (decimal): -8648002 or 12454524. OLE color: 12454524.
HSL color Cylindrical-coordinate representation of color #7C0ABE: hue angle of 278º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0ABE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 10 | 190 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.25 |
| HSL | 278º | 0.9% | 0.39% | - |
| HSV(B) | 278º | 0.95% | 0.75% | - |
| XYZ | 17.71 | 8.22 | 49.37 | - |
| YUV | 64.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 190 | 0.35 | 0.95 | 0 | 0.25 | 278 | 0.9 | 0.39 |
| Hex | 7C | A | BE | 23 | 5F | 0 | 19 | 116 | 5A | 27 |
| Octal | 174 | 12 | 276 | 43 | 137 | 0 | 31 | 426 | 132 | 47 |
| Binary | 1111100 | 1010 | 10111110 | 100011 | 1011111 | 0 | 11001 | 100010110 | 1011010 | 100111 |
Color Harmonies of #7C0ABE
Complementary color
Monochromatic Colors of #7C0ABE
Black with #7C0ABE
Text Example
Text Example
White with #7C0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0ABE; }
p { color: rgb(124,10,190); }
H1.HeaderClassName
{
color: #7C0ABE;
}
.AnyTagClassName
{
color: #7C0ABE;
}
</style>
background-color css
<style>
a { background-color: #7C0ABE; }
a { background-color: rgb(124,10,190); }
div.DivClassName
{
background-color: #7C0ABE;
}
.BgClassName
{
background-color: #7C0ABE;
}
</style>
border-color css
<style>
span { border-color: #7C0ABE; }
span { border-color: rgb(124,10,190); }
td.TdClassName
{
border-color: #7C0ABE;
}
.TagClassName
{
border-color: #7C0ABE;
}
</style>