Shades of Blue Violet #7929DB
Tints of Blue Violet #7929DB
RGB
CMYK
RGB Variations
Color information
#7929DB (or 0x7929DB) is known color: Blue Violet. HEX triplet: 79, 29 and DB. RGB value is (121,41,219). Sum of RGB (Red+Green+Blue) = 121+41+219=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #7929DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7929DB is #86D624. Grayscale: #545454. Windows color (decimal): -8836645 or 14363001. OLE color: 14363001.
HSL color Cylindrical-coordinate representation of color #7929DB: hue angle of 266.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7929DB is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 41 | 219 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.14 |
| HSL | 266.97º | 0.71% | 0.51% | - |
| HSV(B) | 266.97º | 0.81% | 0.86% | - |
| XYZ | 21.46 | 10.77 | 67.96 | - |
| YUV | 85.21 | 203.5 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 219 | 0.45 | 0.81 | 0 | 0.14 | 266.97 | 0.71 | 0.51 |
| Hex | 79 | 29 | DB | 2D | 51 | 0 | E | 10B | 47 | 33 |
| Octal | 171 | 51 | 333 | 55 | 121 | 0 | 16 | 413 | 107 | 63 |
| Binary | 1111001 | 101001 | 11011011 | 101101 | 1010001 | 0 | 1110 | 100001011 | 1000111 | 110011 |
Color Harmonies of #7929DB
Complementary color
Monochromatic Colors of #7929DB
Black with #7929DB
Text Example
Text Example
White with #7929DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7929DB; }
p { color: rgb(121,41,219); }
H1.HeaderClassName
{
color: #7929DB;
}
.AnyTagClassName
{
color: #7929DB;
}
</style>
background-color css
<style>
a { background-color: #7929DB; }
a { background-color: rgb(121,41,219); }
div.DivClassName
{
background-color: #7929DB;
}
.BgClassName
{
background-color: #7929DB;
}
</style>
border-color css
<style>
span { border-color: #7929DB; }
span { border-color: rgb(121,41,219); }
td.TdClassName
{
border-color: #7929DB;
}
.TagClassName
{
border-color: #7929DB;
}
</style>