Shades of Blue Violet #793ADB
Tints of Blue Violet #793ADB
RGB
CMYK
RGB Variations
Color information
#793ADB (or 0x793ADB) is known color: Blue Violet. HEX triplet: 79, 3A and DB. RGB value is (121,58,219). Sum of RGB (Red+Green+Blue) = 121+58+219=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #793ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ADB is #86C524. Grayscale: #5E5E5E. Windows color (decimal): -8832293 or 14367353. OLE color: 14367353.
HSL color Cylindrical-coordinate representation of color #793ADB: hue angle of 263.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793ADB is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 58 | 219 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.14 |
| HSL | 263.48º | 0.69% | 0.54% | - |
| HSV(B) | 263.48º | 0.74% | 0.86% | - |
| XYZ | 22.18 | 12.21 | 68.2 | - |
| YUV | 95.19 | 197.87 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 219 | 0.45 | 0.74 | 0 | 0.14 | 263.48 | 0.69 | 0.54 |
| Hex | 79 | 3A | DB | 2D | 4A | 0 | E | 107 | 45 | 36 |
| Octal | 171 | 72 | 333 | 55 | 112 | 0 | 16 | 407 | 105 | 66 |
| Binary | 1111001 | 111010 | 11011011 | 101101 | 1001010 | 0 | 1110 | 100000111 | 1000101 | 110110 |
Color Harmonies of #793ADB
Complementary color
Monochromatic Colors of #793ADB
Black with #793ADB
Text Example
Text Example
White with #793ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793ADB; }
p { color: rgb(121,58,219); }
H1.HeaderClassName
{
color: #793ADB;
}
.AnyTagClassName
{
color: #793ADB;
}
</style>
background-color css
<style>
a { background-color: #793ADB; }
a { background-color: rgb(121,58,219); }
div.DivClassName
{
background-color: #793ADB;
}
.BgClassName
{
background-color: #793ADB;
}
</style>
border-color css
<style>
span { border-color: #793ADB; }
span { border-color: rgb(121,58,219); }
td.TdClassName
{
border-color: #793ADB;
}
.TagClassName
{
border-color: #793ADB;
}
</style>