Shades of Dark Violet #7B0AB1
Tints of Dark Violet #7B0AB1
RGB
CMYK
RGB Variations
Color information
#7B0AB1 (or 0x7B0AB1) is known color: Dark Violet. HEX triplet: 7B, 0A and B1. RGB value is (123,10,177). Sum of RGB (Red+Green+Blue) = 123+10+177=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B0AB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AB1 is #84F54E. Grayscale: #3E3E3E. Windows color (decimal): -8713551 or 11602555. OLE color: 11602555.
HSL color Cylindrical-coordinate representation of color #7B0AB1: hue angle of 280.6º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0AB1 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 10 | 177 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.31 |
| HSL | 280.6º | 0.89% | 0.37% | - |
| HSV(B) | 280.6º | 0.94% | 0.69% | - |
| XYZ | 16.21 | 7.6 | 42.21 | - |
| YUV | 62.83 | 192.44 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 177 | 0.31 | 0.94 | 0 | 0.31 | 280.6 | 0.89 | 0.37 |
| Hex | 7B | A | B1 | 1F | 5E | 0 | 1F | 119 | 59 | 25 |
| Octal | 173 | 12 | 261 | 37 | 136 | 0 | 37 | 431 | 131 | 45 |
| Binary | 1111011 | 1010 | 10110001 | 11111 | 1011110 | 0 | 11111 | 100011001 | 1011001 | 100101 |
Color Harmonies of #7B0AB1
Complementary color
Monochromatic Colors of #7B0AB1
Black with #7B0AB1
Text Example
Text Example
White with #7B0AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AB1; }
p { color: rgb(123,10,177); }
H1.HeaderClassName
{
color: #7B0AB1;
}
.AnyTagClassName
{
color: #7B0AB1;
}
</style>
background-color css
<style>
a { background-color: #7B0AB1; }
a { background-color: rgb(123,10,177); }
div.DivClassName
{
background-color: #7B0AB1;
}
.BgClassName
{
background-color: #7B0AB1;
}
</style>
border-color css
<style>
span { border-color: #7B0AB1; }
span { border-color: rgb(123,10,177); }
td.TdClassName
{
border-color: #7B0AB1;
}
.TagClassName
{
border-color: #7B0AB1;
}
</style>