Shades of Blue Violet #7919DB
Tints of Blue Violet #7919DB
RGB
CMYK
RGB Variations
Color information
#7919DB (or 0x7919DB) is known color: Blue Violet. HEX triplet: 79, 19 and DB. RGB value is (121,25,219). Sum of RGB (Red+Green+Blue) = 121+25+219=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #7919DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7919DB is #86E624. Grayscale: #4B4B4B. Windows color (decimal): -8840741 or 14358905. OLE color: 14358905.
HSL color Cylindrical-coordinate representation of color #7919DB: hue angle of 269.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7919DB is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 25 | 219 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.14 |
| HSL | 269.69º | 0.8% | 0.48% | - |
| HSV(B) | 269.69º | 0.89% | 0.86% | - |
| XYZ | 21.02 | 9.87 | 67.82 | - |
| YUV | 75.82 | 208.8 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 219 | 0.45 | 0.89 | 0 | 0.14 | 269.69 | 0.8 | 0.48 |
| Hex | 79 | 19 | DB | 2D | 59 | 0 | E | 10E | 50 | 30 |
| Octal | 171 | 31 | 333 | 55 | 131 | 0 | 16 | 416 | 120 | 60 |
| Binary | 1111001 | 11001 | 11011011 | 101101 | 1011001 | 0 | 1110 | 100001110 | 1010000 | 110000 |
Color Harmonies of #7919DB
Complementary color
Monochromatic Colors of #7919DB
Black with #7919DB
Text Example
Text Example
White with #7919DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7919DB; }
p { color: rgb(121,25,219); }
H1.HeaderClassName
{
color: #7919DB;
}
.AnyTagClassName
{
color: #7919DB;
}
</style>
background-color css
<style>
a { background-color: #7919DB; }
a { background-color: rgb(121,25,219); }
div.DivClassName
{
background-color: #7919DB;
}
.BgClassName
{
background-color: #7919DB;
}
</style>
border-color css
<style>
span { border-color: #7919DB; }
span { border-color: rgb(121,25,219); }
td.TdClassName
{
border-color: #7919DB;
}
.TagClassName
{
border-color: #7919DB;
}
</style>