Shades of Blue Violet #793CEE
Tints of Blue Violet #793CEE
RGB
CMYK
RGB Variations
Color information
#793CEE (or 0x793CEE) is known color: Blue Violet. HEX triplet: 79, 3C and EE. RGB value is (121,60,238). Sum of RGB (Red+Green+Blue) = 121+60+238=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #793CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793CEE is #86C311. Grayscale: #616161. Windows color (decimal): -8831762 or 15613049. OLE color: 15613049.
HSL color Cylindrical-coordinate representation of color #793CEE: hue angle of 260.56º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793CEE is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 60 | 238 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.07 |
| HSL | 260.56º | 0.84% | 0.58% | - |
| HSV(B) | 260.56º | 0.75% | 0.93% | - |
| XYZ | 24.93 | 13.47 | 82.17 | - |
| YUV | 98.53 | 206.71 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 238 | 0.49 | 0.75 | 0 | 0.07 | 260.56 | 0.84 | 0.58 |
| Hex | 79 | 3C | EE | 31 | 4B | 0 | 7 | 105 | 54 | 3A |
| Octal | 171 | 74 | 356 | 61 | 113 | 0 | 7 | 405 | 124 | 72 |
| Binary | 1111001 | 111100 | 11101110 | 110001 | 1001011 | 0 | 111 | 100000101 | 1010100 | 111010 |
Color Harmonies of #793CEE
Complementary color
Monochromatic Colors of #793CEE
Black with #793CEE
Text Example
Text Example
White with #793CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793CEE; }
p { color: rgb(121,60,238); }
H1.HeaderClassName
{
color: #793CEE;
}
.AnyTagClassName
{
color: #793CEE;
}
</style>
background-color css
<style>
a { background-color: #793CEE; }
a { background-color: rgb(121,60,238); }
div.DivClassName
{
background-color: #793CEE;
}
.BgClassName
{
background-color: #793CEE;
}
</style>
border-color css
<style>
span { border-color: #793CEE; }
span { border-color: rgb(121,60,238); }
td.TdClassName
{
border-color: #793CEE;
}
.TagClassName
{
border-color: #793CEE;
}
</style>