Shades of Blue Violet #7B16DB
Tints of Blue Violet #7B16DB
RGB
CMYK
RGB Variations
Color information
#7B16DB (or 0x7B16DB) is known color: Blue Violet. HEX triplet: 7B, 16 and DB. RGB value is (123,22,219). Sum of RGB (Red+Green+Blue) = 123+22+219=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B16DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B16DB is #84E924. Grayscale: #494949. Windows color (decimal): -8710437 or 14358139. OLE color: 14358139.
HSL color Cylindrical-coordinate representation of color #7B16DB: hue angle of 270.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B16DB is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 22 | 219 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.14 |
| HSL | 270.76º | 0.82% | 0.47% | - |
| HSV(B) | 270.76º | 0.9% | 0.86% | - |
| XYZ | 21.24 | 9.9 | 67.81 | - |
| YUV | 74.66 | 209.46 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 219 | 0.44 | 0.90 | 0 | 0.14 | 270.76 | 0.82 | 0.47 |
| Hex | 7B | 16 | DB | 2C | 5A | 0 | E | 10F | 52 | 2F |
| Octal | 173 | 26 | 333 | 54 | 132 | 0 | 16 | 417 | 122 | 57 |
| Binary | 1111011 | 10110 | 11011011 | 101100 | 1011010 | 0 | 1110 | 100001111 | 1010010 | 101111 |
Color Harmonies of #7B16DB
Complementary color
Monochromatic Colors of #7B16DB
Black with #7B16DB
Text Example
Text Example
White with #7B16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B16DB; }
p { color: rgb(123,22,219); }
H1.HeaderClassName
{
color: #7B16DB;
}
.AnyTagClassName
{
color: #7B16DB;
}
</style>
background-color css
<style>
a { background-color: #7B16DB; }
a { background-color: rgb(123,22,219); }
div.DivClassName
{
background-color: #7B16DB;
}
.BgClassName
{
background-color: #7B16DB;
}
</style>
border-color css
<style>
span { border-color: #7B16DB; }
span { border-color: rgb(123,22,219); }
td.TdClassName
{
border-color: #7B16DB;
}
.TagClassName
{
border-color: #7B16DB;
}
</style>