Shades of Blue Violet #7B19DE
Tints of Blue Violet #7B19DE
RGB
CMYK
RGB Variations
Color information
#7B19DE (or 0x7B19DE) is known color: Blue Violet. HEX triplet: 7B, 19 and DE. RGB value is (123,25,222). Sum of RGB (Red+Green+Blue) = 123+25+222=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B19DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B19DE is #84E621. Grayscale: #4C4C4C. Windows color (decimal): -8709666 or 14555515. OLE color: 14555515.
HSL color Cylindrical-coordinate representation of color #7B19DE: hue angle of 269.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B19DE is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 25 | 222 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.13 |
| HSL | 269.85º | 0.8% | 0.48% | - |
| HSV(B) | 269.85º | 0.89% | 0.87% | - |
| XYZ | 21.7 | 10.18 | 69.93 | - |
| YUV | 76.76 | 209.97 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 222 | 0.45 | 0.89 | 0 | 0.13 | 269.85 | 0.8 | 0.48 |
| Hex | 7B | 19 | DE | 2D | 59 | 0 | D | 10E | 50 | 30 |
| Octal | 173 | 31 | 336 | 55 | 131 | 0 | 15 | 416 | 120 | 60 |
| Binary | 1111011 | 11001 | 11011110 | 101101 | 1011001 | 0 | 1101 | 100001110 | 1010000 | 110000 |
Color Harmonies of #7B19DE
Complementary color
Monochromatic Colors of #7B19DE
Black with #7B19DE
Text Example
Text Example
White with #7B19DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B19DE; }
p { color: rgb(123,25,222); }
H1.HeaderClassName
{
color: #7B19DE;
}
.AnyTagClassName
{
color: #7B19DE;
}
</style>
background-color css
<style>
a { background-color: #7B19DE; }
a { background-color: rgb(123,25,222); }
div.DivClassName
{
background-color: #7B19DE;
}
.BgClassName
{
background-color: #7B19DE;
}
</style>
border-color css
<style>
span { border-color: #7B19DE; }
span { border-color: rgb(123,25,222); }
td.TdClassName
{
border-color: #7B19DE;
}
.TagClassName
{
border-color: #7B19DE;
}
</style>