Shades of Blue Violet #793DDB
Tints of Blue Violet #793DDB
RGB
CMYK
RGB Variations
Color information
#793DDB (or 0x793DDB) is known color: Blue Violet. HEX triplet: 79, 3D and DB. RGB value is (121,61,219). Sum of RGB (Red+Green+Blue) = 121+61+219=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #793DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DDB is #86C224. Grayscale: #606060. Windows color (decimal): -8831525 or 14368121. OLE color: 14368121.
HSL color Cylindrical-coordinate representation of color #793DDB: hue angle of 262.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793DDB is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 61 | 219 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.14 |
| HSL | 262.78º | 0.69% | 0.55% | - |
| HSV(B) | 262.78º | 0.72% | 0.86% | - |
| XYZ | 22.34 | 12.52 | 68.26 | - |
| YUV | 96.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 219 | 0.45 | 0.72 | 0 | 0.14 | 262.78 | 0.69 | 0.55 |
| Hex | 79 | 3D | DB | 2D | 48 | 0 | E | 107 | 45 | 37 |
| Octal | 171 | 75 | 333 | 55 | 110 | 0 | 16 | 407 | 105 | 67 |
| Binary | 1111001 | 111101 | 11011011 | 101101 | 1001000 | 0 | 1110 | 100000111 | 1000101 | 110111 |
Color Harmonies of #793DDB
Complementary color
Monochromatic Colors of #793DDB
Black with #793DDB
Text Example
Text Example
White with #793DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DDB; }
p { color: rgb(121,61,219); }
H1.HeaderClassName
{
color: #793DDB;
}
.AnyTagClassName
{
color: #793DDB;
}
</style>
background-color css
<style>
a { background-color: #793DDB; }
a { background-color: rgb(121,61,219); }
div.DivClassName
{
background-color: #793DDB;
}
.BgClassName
{
background-color: #793DDB;
}
</style>
border-color css
<style>
span { border-color: #793DDB; }
span { border-color: rgb(121,61,219); }
td.TdClassName
{
border-color: #793DDB;
}
.TagClassName
{
border-color: #793DDB;
}
</style>