Shades of Blue Violet #793AEB
Tints of Blue Violet #793AEB
RGB
CMYK
RGB Variations
Color information
#793AEB (or 0x793AEB) is known color: Blue Violet. HEX triplet: 79, 3A and EB. RGB value is (121,58,235). Sum of RGB (Red+Green+Blue) = 121+58+235=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #793AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793AEB is #86C514. Grayscale: #606060. Windows color (decimal): -8832277 or 15415929. OLE color: 15415929.
HSL color Cylindrical-coordinate representation of color #793AEB: hue angle of 261.36º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793AEB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 58 | 235 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.08 |
| HSL | 261.36º | 0.82% | 0.57% | - |
| HSV(B) | 261.36º | 0.75% | 0.92% | - |
| XYZ | 24.39 | 13.09 | 79.84 | - |
| YUV | 97.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 235 | 0.49 | 0.75 | 0 | 0.08 | 261.36 | 0.82 | 0.57 |
| Hex | 79 | 3A | EB | 31 | 4B | 0 | 8 | 105 | 52 | 39 |
| Octal | 171 | 72 | 353 | 61 | 113 | 0 | 10 | 405 | 122 | 71 |
| Binary | 1111001 | 111010 | 11101011 | 110001 | 1001011 | 0 | 1000 | 100000101 | 1010010 | 111001 |
Color Harmonies of #793AEB
Complementary color
Monochromatic Colors of #793AEB
Black with #793AEB
Text Example
Text Example
White with #793AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AEB; }
p { color: rgb(121,58,235); }
H1.HeaderClassName
{
color: #793AEB;
}
.AnyTagClassName
{
color: #793AEB;
}
</style>
background-color css
<style>
a { background-color: #793AEB; }
a { background-color: rgb(121,58,235); }
div.DivClassName
{
background-color: #793AEB;
}
.BgClassName
{
background-color: #793AEB;
}
</style>
border-color css
<style>
span { border-color: #793AEB; }
span { border-color: rgb(121,58,235); }
td.TdClassName
{
border-color: #793AEB;
}
.TagClassName
{
border-color: #793AEB;
}
</style>