Shades of Blue Violet #7B0FDB
Tints of Blue Violet #7B0FDB
RGB
CMYK
RGB Variations
Color information
#7B0FDB (or 0x7B0FDB) is known color: Blue Violet. HEX triplet: 7B, 0F and DB. RGB value is (123,15,219). Sum of RGB (Red+Green+Blue) = 123+15+219=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0FDB is #84F024. Grayscale: #454545. Windows color (decimal): -8712229 or 14356347. OLE color: 14356347.
HSL color Cylindrical-coordinate representation of color #7B0FDB: hue angle of 271.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0FDB is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 15 | 219 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.14 |
| HSL | 271.76º | 0.87% | 0.46% | - |
| HSV(B) | 271.76º | 0.93% | 0.86% | - |
| XYZ | 21.13 | 9.67 | 67.77 | - |
| YUV | 70.55 | 211.78 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 219 | 0.44 | 0.93 | 0 | 0.14 | 271.76 | 0.87 | 0.46 |
| Hex | 7B | F | DB | 2C | 5D | 0 | E | 110 | 57 | 2E |
| Octal | 173 | 17 | 333 | 54 | 135 | 0 | 16 | 420 | 127 | 56 |
| Binary | 1111011 | 1111 | 11011011 | 101100 | 1011101 | 0 | 1110 | 100010000 | 1010111 | 101110 |
Color Harmonies of #7B0FDB
Complementary color
Monochromatic Colors of #7B0FDB
Black with #7B0FDB
Text Example
Text Example
White with #7B0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0FDB; }
p { color: rgb(123,15,219); }
H1.HeaderClassName
{
color: #7B0FDB;
}
.AnyTagClassName
{
color: #7B0FDB;
}
</style>
background-color css
<style>
a { background-color: #7B0FDB; }
a { background-color: rgb(123,15,219); }
div.DivClassName
{
background-color: #7B0FDB;
}
.BgClassName
{
background-color: #7B0FDB;
}
</style>
border-color css
<style>
span { border-color: #7B0FDB; }
span { border-color: rgb(123,15,219); }
td.TdClassName
{
border-color: #7B0FDB;
}
.TagClassName
{
border-color: #7B0FDB;
}
</style>