Shades of Blue Violet #793BE8
Tints of Blue Violet #793BE8
RGB
CMYK
RGB Variations
Color information
#793BE8 (or 0x793BE8) is known color: Blue Violet. HEX triplet: 79, 3B and E8. RGB value is (121,59,232). Sum of RGB (Red+Green+Blue) = 121+59+232=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #793BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793BE8 is #86C417. Grayscale: #606060. Windows color (decimal): -8832024 or 15219577. OLE color: 15219577.
HSL color Cylindrical-coordinate representation of color #793BE8: hue angle of 261.5º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793BE8 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 59 | 232 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.09 |
| HSL | 261.5º | 0.79% | 0.57% | - |
| HSV(B) | 261.5º | 0.75% | 0.91% | - |
| XYZ | 24.01 | 13.02 | 77.59 | - |
| YUV | 97.26 | 204.04 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 232 | 0.48 | 0.75 | 0 | 0.09 | 261.5 | 0.79 | 0.57 |
| Hex | 79 | 3B | E8 | 30 | 4B | 0 | 9 | 106 | 4F | 39 |
| Octal | 171 | 73 | 350 | 60 | 113 | 0 | 11 | 406 | 117 | 71 |
| Binary | 1111001 | 111011 | 11101000 | 110000 | 1001011 | 0 | 1001 | 100000110 | 1001111 | 111001 |
Color Harmonies of #793BE8
Complementary color
Monochromatic Colors of #793BE8
Black with #793BE8
Text Example
Text Example
White with #793BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BE8; }
p { color: rgb(121,59,232); }
H1.HeaderClassName
{
color: #793BE8;
}
.AnyTagClassName
{
color: #793BE8;
}
</style>
background-color css
<style>
a { background-color: #793BE8; }
a { background-color: rgb(121,59,232); }
div.DivClassName
{
background-color: #793BE8;
}
.BgClassName
{
background-color: #793BE8;
}
</style>
border-color css
<style>
span { border-color: #793BE8; }
span { border-color: rgb(121,59,232); }
td.TdClassName
{
border-color: #793BE8;
}
.TagClassName
{
border-color: #793BE8;
}
</style>