Shades of Dark Violet #7B0BBC
Tints of Dark Violet #7B0BBC
RGB
CMYK
RGB Variations
Color information
#7B0BBC (or 0x7B0BBC) is known color: Dark Violet. HEX triplet: 7B, 0B and BC. RGB value is (123,11,188). Sum of RGB (Red+Green+Blue) = 123+11+188=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BBC is #84F443. Grayscale: #404040. Windows color (decimal): -8713284 or 12323707. OLE color: 12323707.
HSL color Cylindrical-coordinate representation of color #7B0BBC: hue angle of 277.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0BBC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 11 | 188 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.26 |
| HSL | 277.97º | 0.89% | 0.39% | - |
| HSV(B) | 277.97º | 0.94% | 0.74% | - |
| XYZ | 17.37 | 8.08 | 48.22 | - |
| YUV | 64.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 188 | 0.35 | 0.94 | 0 | 0.26 | 277.97 | 0.89 | 0.39 |
| Hex | 7B | B | BC | 23 | 5E | 0 | 1A | 116 | 59 | 27 |
| Octal | 173 | 13 | 274 | 43 | 136 | 0 | 32 | 426 | 131 | 47 |
| Binary | 1111011 | 1011 | 10111100 | 100011 | 1011110 | 0 | 11010 | 100010110 | 1011001 | 100111 |
Color Harmonies of #7B0BBC
Complementary color
Monochromatic Colors of #7B0BBC
Black with #7B0BBC
Text Example
Text Example
White with #7B0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0BBC; }
p { color: rgb(123,11,188); }
H1.HeaderClassName
{
color: #7B0BBC;
}
.AnyTagClassName
{
color: #7B0BBC;
}
</style>
background-color css
<style>
a { background-color: #7B0BBC; }
a { background-color: rgb(123,11,188); }
div.DivClassName
{
background-color: #7B0BBC;
}
.BgClassName
{
background-color: #7B0BBC;
}
</style>
border-color css
<style>
span { border-color: #7B0BBC; }
span { border-color: rgb(123,11,188); }
td.TdClassName
{
border-color: #7B0BBC;
}
.TagClassName
{
border-color: #7B0BBC;
}
</style>