Shades of Blue Violet #7731EE
Tints of Blue Violet #7731EE
RGB
CMYK
RGB Variations
Color information
#7731EE (or 0x7731EE) is known color: Blue Violet. HEX triplet: 77, 31 and EE. RGB value is (119,49,238). Sum of RGB (Red+Green+Blue) = 119+49+238=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #7731EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7731EE is #88CE11. Grayscale: #5A5A5A. Windows color (decimal): -8965650 or 15610231. OLE color: 15610231.
HSL color Cylindrical-coordinate representation of color #7731EE: hue angle of 262.22º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7731EE is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 49 | 238 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.07 |
| HSL | 262.22º | 0.85% | 0.56% | - |
| HSV(B) | 262.22º | 0.79% | 0.93% | - |
| XYZ | 24.14 | 12.29 | 81.99 | - |
| YUV | 91.48 | 210.69 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 238 | 0.50 | 0.79 | 0 | 0.07 | 262.22 | 0.85 | 0.56 |
| Hex | 77 | 31 | EE | 32 | 4F | 0 | 7 | 106 | 55 | 38 |
| Octal | 167 | 61 | 356 | 62 | 117 | 0 | 7 | 406 | 125 | 70 |
| Binary | 1110111 | 110001 | 11101110 | 110010 | 1001111 | 0 | 111 | 100000110 | 1010101 | 111000 |
Color Harmonies of #7731EE
Complementary color
Monochromatic Colors of #7731EE
Black with #7731EE
Text Example
Text Example
White with #7731EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731EE; }
p { color: rgb(119,49,238); }
H1.HeaderClassName
{
color: #7731EE;
}
.AnyTagClassName
{
color: #7731EE;
}
</style>
background-color css
<style>
a { background-color: #7731EE; }
a { background-color: rgb(119,49,238); }
div.DivClassName
{
background-color: #7731EE;
}
.BgClassName
{
background-color: #7731EE;
}
</style>
border-color css
<style>
span { border-color: #7731EE; }
span { border-color: rgb(119,49,238); }
td.TdClassName
{
border-color: #7731EE;
}
.TagClassName
{
border-color: #7731EE;
}
</style>