Shades of Dark Violet #7B0BB1
Tints of Dark Violet #7B0BB1
RGB
CMYK
RGB Variations
Color information
#7B0BB1 (or 0x7B0BB1) is known color: Dark Violet. HEX triplet: 7B, 0B and B1. RGB value is (123,11,177). Sum of RGB (Red+Green+Blue) = 123+11+177=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B0BB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0BB1 is #84F44E. Grayscale: #3E3E3E. Windows color (decimal): -8713295 or 11602811. OLE color: 11602811.
HSL color Cylindrical-coordinate representation of color #7B0BB1: hue angle of 280.48º degrees, saturation: 0.88, 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 #7B0BB1 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 11 | 177 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.31 |
| HSL | 280.48º | 0.88% | 0.37% | - |
| HSV(B) | 280.48º | 0.94% | 0.69% | - |
| XYZ | 16.22 | 7.62 | 42.21 | - |
| YUV | 63.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 177 | 0.31 | 0.94 | 0 | 0.31 | 280.48 | 0.88 | 0.37 |
| Hex | 7B | B | B1 | 1F | 5E | 0 | 1F | 118 | 58 | 25 |
| Octal | 173 | 13 | 261 | 37 | 136 | 0 | 37 | 430 | 130 | 45 |
| Binary | 1111011 | 1011 | 10110001 | 11111 | 1011110 | 0 | 11111 | 100011000 | 1011000 | 100101 |
Color Harmonies of #7B0BB1
Complementary color
Monochromatic Colors of #7B0BB1
Black with #7B0BB1
Text Example
Text Example
White with #7B0BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0BB1; }
p { color: rgb(123,11,177); }
H1.HeaderClassName
{
color: #7B0BB1;
}
.AnyTagClassName
{
color: #7B0BB1;
}
</style>
background-color css
<style>
a { background-color: #7B0BB1; }
a { background-color: rgb(123,11,177); }
div.DivClassName
{
background-color: #7B0BB1;
}
.BgClassName
{
background-color: #7B0BB1;
}
</style>
border-color css
<style>
span { border-color: #7B0BB1; }
span { border-color: rgb(123,11,177); }
td.TdClassName
{
border-color: #7B0BB1;
}
.TagClassName
{
border-color: #7B0BB1;
}
</style>