Shades of Dark Violet #7B0ACE
Tints of Dark Violet #7B0ACE
RGB
CMYK
RGB Variations
Color information
#7B0ACE (or 0x7B0ACE) is known color: Dark Violet. HEX triplet: 7B, 0A and CE. RGB value is (123,10,206). Sum of RGB (Red+Green+Blue) = 123+10+206=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ACE is #84F531. Grayscale: #414141. Windows color (decimal): -8713522 or 13503099. OLE color: 13503099.
HSL color Cylindrical-coordinate representation of color #7B0ACE: hue angle of 274.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0ACE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 10 | 206 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.19 |
| HSL | 274.59º | 0.91% | 0.42% | - |
| HSV(B) | 274.59º | 0.95% | 0.81% | - |
| XYZ | 19.42 | 8.88 | 59.08 | - |
| YUV | 66.13 | 206.94 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 206 | 0.40 | 0.95 | 0 | 0.19 | 274.59 | 0.91 | 0.42 |
| Hex | 7B | A | CE | 28 | 5F | 0 | 13 | 113 | 5B | 2A |
| Octal | 173 | 12 | 316 | 50 | 137 | 0 | 23 | 423 | 133 | 52 |
| Binary | 1111011 | 1010 | 11001110 | 101000 | 1011111 | 0 | 10011 | 100010011 | 1011011 | 101010 |
Color Harmonies of #7B0ACE
Complementary color
Monochromatic Colors of #7B0ACE
Black with #7B0ACE
Text Example
Text Example
White with #7B0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ACE; }
p { color: rgb(123,10,206); }
H1.HeaderClassName
{
color: #7B0ACE;
}
.AnyTagClassName
{
color: #7B0ACE;
}
</style>
background-color css
<style>
a { background-color: #7B0ACE; }
a { background-color: rgb(123,10,206); }
div.DivClassName
{
background-color: #7B0ACE;
}
.BgClassName
{
background-color: #7B0ACE;
}
</style>
border-color css
<style>
span { border-color: #7B0ACE; }
span { border-color: rgb(123,10,206); }
td.TdClassName
{
border-color: #7B0ACE;
}
.TagClassName
{
border-color: #7B0ACE;
}
</style>