Shades of Blue Violet #793BDF
Tints of Blue Violet #793BDF
RGB
CMYK
RGB Variations
Color information
#793BDF (or 0x793BDF) is known color: Blue Violet. HEX triplet: 79, 3B and DF. RGB value is (121,59,223). Sum of RGB (Red+Green+Blue) = 121+59+223=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #793BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BDF is #86C420. Grayscale: #5F5F5F. Windows color (decimal): -8832033 or 14629753. OLE color: 14629753.
HSL color Cylindrical-coordinate representation of color #793BDF: hue angle of 262.68º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793BDF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 59 | 223 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.13 |
| HSL | 262.68º | 0.72% | 0.55% | - |
| HSV(B) | 262.68º | 0.74% | 0.87% | - |
| XYZ | 22.77 | 12.52 | 71.03 | - |
| YUV | 96.23 | 199.54 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 223 | 0.46 | 0.74 | 0 | 0.13 | 262.68 | 0.72 | 0.55 |
| Hex | 79 | 3B | DF | 2E | 4A | 0 | D | 107 | 48 | 37 |
| Octal | 171 | 73 | 337 | 56 | 112 | 0 | 15 | 407 | 110 | 67 |
| Binary | 1111001 | 111011 | 11011111 | 101110 | 1001010 | 0 | 1101 | 100000111 | 1001000 | 110111 |
Color Harmonies of #793BDF
Complementary color
Monochromatic Colors of #793BDF
Black with #793BDF
Text Example
Text Example
White with #793BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BDF; }
p { color: rgb(121,59,223); }
H1.HeaderClassName
{
color: #793BDF;
}
.AnyTagClassName
{
color: #793BDF;
}
</style>
background-color css
<style>
a { background-color: #793BDF; }
a { background-color: rgb(121,59,223); }
div.DivClassName
{
background-color: #793BDF;
}
.BgClassName
{
background-color: #793BDF;
}
</style>
border-color css
<style>
span { border-color: #793BDF; }
span { border-color: rgb(121,59,223); }
td.TdClassName
{
border-color: #793BDF;
}
.TagClassName
{
border-color: #793BDF;
}
</style>