Shades of Dark Violet #7B0ABE
Tints of Dark Violet #7B0ABE
RGB
CMYK
RGB Variations
Color information
#7B0ABE (or 0x7B0ABE) is known color: Dark Violet. HEX triplet: 7B, 0A and BE. RGB value is (123,10,190). Sum of RGB (Red+Green+Blue) = 123+10+190=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ABE is #84F541. Grayscale: #3F3F3F. Windows color (decimal): -8713538 or 12454523. OLE color: 12454523.
HSL color Cylindrical-coordinate representation of color #7B0ABE: hue angle of 277.67º 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 #7B0ABE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 10 | 190 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.25 |
| HSL | 277.67º | 0.9% | 0.39% | - |
| HSV(B) | 277.67º | 0.95% | 0.75% | - |
| XYZ | 17.57 | 8.15 | 49.36 | - |
| YUV | 64.31 | 198.94 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 190 | 0.35 | 0.95 | 0 | 0.25 | 277.67 | 0.9 | 0.39 |
| Hex | 7B | A | BE | 23 | 5F | 0 | 19 | 116 | 5A | 27 |
| Octal | 173 | 12 | 276 | 43 | 137 | 0 | 31 | 426 | 132 | 47 |
| Binary | 1111011 | 1010 | 10111110 | 100011 | 1011111 | 0 | 11001 | 100010110 | 1011010 | 100111 |
Color Harmonies of #7B0ABE
Complementary color
Monochromatic Colors of #7B0ABE
Black with #7B0ABE
Text Example
Text Example
White with #7B0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ABE; }
p { color: rgb(123,10,190); }
H1.HeaderClassName
{
color: #7B0ABE;
}
.AnyTagClassName
{
color: #7B0ABE;
}
</style>
background-color css
<style>
a { background-color: #7B0ABE; }
a { background-color: rgb(123,10,190); }
div.DivClassName
{
background-color: #7B0ABE;
}
.BgClassName
{
background-color: #7B0ABE;
}
</style>
border-color css
<style>
span { border-color: #7B0ABE; }
span { border-color: rgb(123,10,190); }
td.TdClassName
{
border-color: #7B0ABE;
}
.TagClassName
{
border-color: #7B0ABE;
}
</style>