Shades of Blue Violet #793BDD
Tints of Blue Violet #793BDD
RGB
CMYK
RGB Variations
Color information
#793BDD (or 0x793BDD) is known color: Blue Violet. HEX triplet: 79, 3B and DD. RGB value is (121,59,221). Sum of RGB (Red+Green+Blue) = 121+59+221=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #793BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BDD is #86C422. Grayscale: #5F5F5F. Windows color (decimal): -8832035 or 14498681. OLE color: 14498681.
HSL color Cylindrical-coordinate representation of color #793BDD: hue angle of 262.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #793BDD is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 59 | 221 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.13 |
| HSL | 262.96º | 0.7% | 0.55% | - |
| HSV(B) | 262.96º | 0.73% | 0.87% | - |
| XYZ | 22.5 | 12.41 | 69.62 | - |
| YUV | 96.01 | 198.54 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 221 | 0.45 | 0.73 | 0 | 0.13 | 262.96 | 0.7 | 0.55 |
| Hex | 79 | 3B | DD | 2D | 49 | 0 | D | 107 | 46 | 37 |
| Octal | 171 | 73 | 335 | 55 | 111 | 0 | 15 | 407 | 106 | 67 |
| Binary | 1111001 | 111011 | 11011101 | 101101 | 1001001 | 0 | 1101 | 100000111 | 1000110 | 110111 |
Color Harmonies of #793BDD
Complementary color
Monochromatic Colors of #793BDD
Black with #793BDD
Text Example
Text Example
White with #793BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BDD; }
p { color: rgb(121,59,221); }
H1.HeaderClassName
{
color: #793BDD;
}
.AnyTagClassName
{
color: #793BDD;
}
</style>
background-color css
<style>
a { background-color: #793BDD; }
a { background-color: rgb(121,59,221); }
div.DivClassName
{
background-color: #793BDD;
}
.BgClassName
{
background-color: #793BDD;
}
</style>
border-color css
<style>
span { border-color: #793BDD; }
span { border-color: rgb(121,59,221); }
td.TdClassName
{
border-color: #793BDD;
}
.TagClassName
{
border-color: #793BDD;
}
</style>