Shades of Blue Violet #7B19EB
Tints of Blue Violet #7B19EB
RGB
CMYK
RGB Variations
Color information
#7B19EB (or 0x7B19EB) is known color: Blue Violet. HEX triplet: 7B, 19 and EB. RGB value is (123,25,235). Sum of RGB (Red+Green+Blue) = 123+25+235=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B19EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B19EB is #84E614. Grayscale: #4D4D4D. Windows color (decimal): -8709653 or 15407483. OLE color: 15407483.
HSL color Cylindrical-coordinate representation of color #7B19EB: hue angle of 268º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B19EB is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 25 | 235 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.08 |
| HSL | 268º | 0.84% | 0.51% | - |
| HSV(B) | 268º | 0.89% | 0.92% | - |
| XYZ | 23.51 | 10.9 | 79.46 | - |
| YUV | 78.24 | 216.47 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 235 | 0.48 | 0.89 | 0 | 0.08 | 268 | 0.84 | 0.51 |
| Hex | 7B | 19 | EB | 30 | 59 | 0 | 8 | 10C | 54 | 33 |
| Octal | 173 | 31 | 353 | 60 | 131 | 0 | 10 | 414 | 124 | 63 |
| Binary | 1111011 | 11001 | 11101011 | 110000 | 1011001 | 0 | 1000 | 100001100 | 1010100 | 110011 |
Color Harmonies of #7B19EB
Complementary color
Monochromatic Colors of #7B19EB
Black with #7B19EB
Text Example
Text Example
White with #7B19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B19EB; }
p { color: rgb(123,25,235); }
H1.HeaderClassName
{
color: #7B19EB;
}
.AnyTagClassName
{
color: #7B19EB;
}
</style>
background-color css
<style>
a { background-color: #7B19EB; }
a { background-color: rgb(123,25,235); }
div.DivClassName
{
background-color: #7B19EB;
}
.BgClassName
{
background-color: #7B19EB;
}
</style>
border-color css
<style>
span { border-color: #7B19EB; }
span { border-color: rgb(123,25,235); }
td.TdClassName
{
border-color: #7B19EB;
}
.TagClassName
{
border-color: #7B19EB;
}
</style>