Shades of Blue Violet #793DE5
Tints of Blue Violet #793DE5
RGB
CMYK
RGB Variations
Color information
#793DE5 (or 0x793DE5) is known color: Blue Violet. HEX triplet: 79, 3D and E5. RGB value is (121,61,229). Sum of RGB (Red+Green+Blue) = 121+61+229=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #793DE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DE5 is #86C21A. Grayscale: #616161. Windows color (decimal): -8831515 or 15023481. OLE color: 15023481.
HSL color Cylindrical-coordinate representation of color #793DE5: hue angle of 261.43º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #793DE5 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 61 | 229 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.10 |
| HSL | 261.43º | 0.76% | 0.57% | - |
| HSV(B) | 261.43º | 0.73% | 0.9% | - |
| XYZ | 23.7 | 13.06 | 75.4 | - |
| YUV | 98.09 | 201.88 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 229 | 0.47 | 0.73 | 0 | 0.10 | 261.43 | 0.76 | 0.57 |
| Hex | 79 | 3D | E5 | 2F | 49 | 0 | A | 105 | 4C | 39 |
| Octal | 171 | 75 | 345 | 57 | 111 | 0 | 12 | 405 | 114 | 71 |
| Binary | 1111001 | 111101 | 11100101 | 101111 | 1001001 | 0 | 1010 | 100000101 | 1001100 | 111001 |
Color Harmonies of #793DE5
Complementary color
Monochromatic Colors of #793DE5
Black with #793DE5
Text Example
Text Example
White with #793DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DE5; }
p { color: rgb(121,61,229); }
H1.HeaderClassName
{
color: #793DE5;
}
.AnyTagClassName
{
color: #793DE5;
}
</style>
background-color css
<style>
a { background-color: #793DE5; }
a { background-color: rgb(121,61,229); }
div.DivClassName
{
background-color: #793DE5;
}
.BgClassName
{
background-color: #793DE5;
}
</style>
border-color css
<style>
span { border-color: #793DE5; }
span { border-color: rgb(121,61,229); }
td.TdClassName
{
border-color: #793DE5;
}
.TagClassName
{
border-color: #793DE5;
}
</style>