Shades of Blue Violet #7B19DF
Tints of Blue Violet #7B19DF
RGB
CMYK
RGB Variations
Color information
#7B19DF (or 0x7B19DF) is known color: Blue Violet. HEX triplet: 7B, 19 and DF. RGB value is (123,25,223). Sum of RGB (Red+Green+Blue) = 123+25+223=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B19DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B19DF is #84E620. Grayscale: #4C4C4C. Windows color (decimal): -8709665 or 14621051. OLE color: 14621051.
HSL color Cylindrical-coordinate representation of color #7B19DF: hue angle of 269.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B19DF is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 25 | 223 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.13 |
| HSL | 269.7º | 0.8% | 0.49% | - |
| HSV(B) | 269.7º | 0.89% | 0.87% | - |
| XYZ | 21.84 | 10.23 | 70.64 | - |
| YUV | 76.87 | 210.47 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 223 | 0.45 | 0.89 | 0 | 0.13 | 269.7 | 0.8 | 0.49 |
| Hex | 7B | 19 | DF | 2D | 59 | 0 | D | 10E | 50 | 31 |
| Octal | 173 | 31 | 337 | 55 | 131 | 0 | 15 | 416 | 120 | 61 |
| Binary | 1111011 | 11001 | 11011111 | 101101 | 1011001 | 0 | 1101 | 100001110 | 1010000 | 110001 |
Color Harmonies of #7B19DF
Complementary color
Monochromatic Colors of #7B19DF
Black with #7B19DF
Text Example
Text Example
White with #7B19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B19DF; }
p { color: rgb(123,25,223); }
H1.HeaderClassName
{
color: #7B19DF;
}
.AnyTagClassName
{
color: #7B19DF;
}
</style>
background-color css
<style>
a { background-color: #7B19DF; }
a { background-color: rgb(123,25,223); }
div.DivClassName
{
background-color: #7B19DF;
}
.BgClassName
{
background-color: #7B19DF;
}
</style>
border-color css
<style>
span { border-color: #7B19DF; }
span { border-color: rgb(123,25,223); }
td.TdClassName
{
border-color: #7B19DF;
}
.TagClassName
{
border-color: #7B19DF;
}
</style>