Shades of Blue Violet #7932DB
Tints of Blue Violet #7932DB
RGB
CMYK
RGB Variations
Color information
#7932DB (or 0x7932DB) is known color: Blue Violet. HEX triplet: 79, 32 and DB. RGB value is (121,50,219). Sum of RGB (Red+Green+Blue) = 121+50+219=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #7932DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7932DB is #86CD24. Grayscale: #595959. Windows color (decimal): -8834341 or 14365305. OLE color: 14365305.
HSL color Cylindrical-coordinate representation of color #7932DB: hue angle of 265.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7932DB is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 50 | 219 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.14 |
| HSL | 265.21º | 0.7% | 0.53% | - |
| HSV(B) | 265.21º | 0.77% | 0.86% | - |
| XYZ | 21.81 | 11.46 | 68.08 | - |
| YUV | 90.5 | 200.52 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 219 | 0.45 | 0.77 | 0 | 0.14 | 265.21 | 0.7 | 0.53 |
| Hex | 79 | 32 | DB | 2D | 4D | 0 | E | 109 | 46 | 35 |
| Octal | 171 | 62 | 333 | 55 | 115 | 0 | 16 | 411 | 106 | 65 |
| Binary | 1111001 | 110010 | 11011011 | 101101 | 1001101 | 0 | 1110 | 100001001 | 1000110 | 110101 |
Color Harmonies of #7932DB
Complementary color
Monochromatic Colors of #7932DB
Black with #7932DB
Text Example
Text Example
White with #7932DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7932DB; }
p { color: rgb(121,50,219); }
H1.HeaderClassName
{
color: #7932DB;
}
.AnyTagClassName
{
color: #7932DB;
}
</style>
background-color css
<style>
a { background-color: #7932DB; }
a { background-color: rgb(121,50,219); }
div.DivClassName
{
background-color: #7932DB;
}
.BgClassName
{
background-color: #7932DB;
}
</style>
border-color css
<style>
span { border-color: #7932DB; }
span { border-color: rgb(121,50,219); }
td.TdClassName
{
border-color: #7932DB;
}
.TagClassName
{
border-color: #7932DB;
}
</style>