Shades of Blue Violet #793FDC
Tints of Blue Violet #793FDC
RGB
CMYK
RGB Variations
Color information
#793FDC (or 0x793FDC) is known color: Blue Violet. HEX triplet: 79, 3F and DC. RGB value is (121,63,220). Sum of RGB (Red+Green+Blue) = 121+63+220=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #793FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FDC is #86C023. Grayscale: #616161. Windows color (decimal): -8831012 or 14434169. OLE color: 14434169.
HSL color Cylindrical-coordinate representation of color #793FDC: hue angle of 262.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793FDC is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 63 | 220 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.14 |
| HSL | 262.17º | 0.69% | 0.55% | - |
| HSV(B) | 262.17º | 0.71% | 0.86% | - |
| XYZ | 22.58 | 12.79 | 68.99 | - |
| YUV | 98.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 220 | 0.45 | 0.71 | 0 | 0.14 | 262.17 | 0.69 | 0.55 |
| Hex | 79 | 3F | DC | 2D | 47 | 0 | E | 106 | 45 | 37 |
| Octal | 171 | 77 | 334 | 55 | 107 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1111001 | 111111 | 11011100 | 101101 | 1000111 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #793FDC
Complementary color
Monochromatic Colors of #793FDC
Black with #793FDC
Text Example
Text Example
White with #793FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FDC; }
p { color: rgb(121,63,220); }
H1.HeaderClassName
{
color: #793FDC;
}
.AnyTagClassName
{
color: #793FDC;
}
</style>
background-color css
<style>
a { background-color: #793FDC; }
a { background-color: rgb(121,63,220); }
div.DivClassName
{
background-color: #793FDC;
}
.BgClassName
{
background-color: #793FDC;
}
</style>
border-color css
<style>
span { border-color: #793FDC; }
span { border-color: rgb(121,63,220); }
td.TdClassName
{
border-color: #793FDC;
}
.TagClassName
{
border-color: #793FDC;
}
</style>