Shades of Blue Violet #7732E9
Tints of Blue Violet #7732E9
RGB
CMYK
RGB Variations
Color information
#7732E9 (or 0x7732E9) is known color: Blue Violet. HEX triplet: 77, 32 and E9. RGB value is (119,50,233). Sum of RGB (Red+Green+Blue) = 119+50+233=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #7732E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7732E9 is #88CD16. Grayscale: #5A5A5A. Windows color (decimal): -8965399 or 15282807. OLE color: 15282807.
HSL color Cylindrical-coordinate representation of color #7732E9: hue angle of 262.62º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7732E9 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 50 | 233 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.09 |
| HSL | 262.62º | 0.81% | 0.55% | - |
| HSV(B) | 262.62º | 0.79% | 0.91% | - |
| XYZ | 23.46 | 12.09 | 78.19 | - |
| YUV | 91.49 | 207.86 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 233 | 0.49 | 0.79 | 0 | 0.09 | 262.62 | 0.81 | 0.55 |
| Hex | 77 | 32 | E9 | 31 | 4F | 0 | 9 | 107 | 51 | 37 |
| Octal | 167 | 62 | 351 | 61 | 117 | 0 | 11 | 407 | 121 | 67 |
| Binary | 1110111 | 110010 | 11101001 | 110001 | 1001111 | 0 | 1001 | 100000111 | 1010001 | 110111 |
Color Harmonies of #7732E9
Complementary color
Monochromatic Colors of #7732E9
Black with #7732E9
Text Example
Text Example
White with #7732E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7732E9; }
p { color: rgb(119,50,233); }
H1.HeaderClassName
{
color: #7732E9;
}
.AnyTagClassName
{
color: #7732E9;
}
</style>
background-color css
<style>
a { background-color: #7732E9; }
a { background-color: rgb(119,50,233); }
div.DivClassName
{
background-color: #7732E9;
}
.BgClassName
{
background-color: #7732E9;
}
</style>
border-color css
<style>
span { border-color: #7732E9; }
span { border-color: rgb(119,50,233); }
td.TdClassName
{
border-color: #7732E9;
}
.TagClassName
{
border-color: #7732E9;
}
</style>