Shades of Blue Violet #793FEE
Tints of Blue Violet #793FEE
RGB
CMYK
RGB Variations
Color information
#793FEE (or 0x793FEE) is known color: Blue Violet. HEX triplet: 79, 3F and EE. RGB value is (121,63,238). Sum of RGB (Red+Green+Blue) = 121+63+238=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #793FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793FEE is #86C011. Grayscale: #636363. Windows color (decimal): -8830994 or 15613817. OLE color: 15613817.
HSL color Cylindrical-coordinate representation of color #793FEE: hue angle of 259.89º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793FEE is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 63 | 238 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.07 |
| HSL | 259.89º | 0.84% | 0.59% | - |
| HSV(B) | 259.89º | 0.74% | 0.93% | - |
| XYZ | 25.1 | 13.79 | 82.23 | - |
| YUV | 100.29 | 205.72 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 238 | 0.49 | 0.74 | 0 | 0.07 | 259.89 | 0.84 | 0.59 |
| Hex | 79 | 3F | EE | 31 | 4A | 0 | 7 | 104 | 54 | 3B |
| Octal | 171 | 77 | 356 | 61 | 112 | 0 | 7 | 404 | 124 | 73 |
| Binary | 1111001 | 111111 | 11101110 | 110001 | 1001010 | 0 | 111 | 100000100 | 1010100 | 111011 |
Color Harmonies of #793FEE
Complementary color
Monochromatic Colors of #793FEE
Black with #793FEE
Text Example
Text Example
White with #793FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FEE; }
p { color: rgb(121,63,238); }
H1.HeaderClassName
{
color: #793FEE;
}
.AnyTagClassName
{
color: #793FEE;
}
</style>
background-color css
<style>
a { background-color: #793FEE; }
a { background-color: rgb(121,63,238); }
div.DivClassName
{
background-color: #793FEE;
}
.BgClassName
{
background-color: #793FEE;
}
</style>
border-color css
<style>
span { border-color: #793FEE; }
span { border-color: rgb(121,63,238); }
td.TdClassName
{
border-color: #793FEE;
}
.TagClassName
{
border-color: #793FEE;
}
</style>