Shades of Blue Violet #7733EA
Tints of Blue Violet #7733EA
RGB
CMYK
RGB Variations
Color information
#7733EA (or 0x7733EA) is known color: Blue Violet. HEX triplet: 77, 33 and EA. RGB value is (119,51,234). Sum of RGB (Red+Green+Blue) = 119+51+234=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #7733EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7733EA is #88CC15. Grayscale: #5B5B5B. Windows color (decimal): -8965142 or 15348599. OLE color: 15348599.
HSL color Cylindrical-coordinate representation of color #7733EA: hue angle of 262.3º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7733EA is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 51 | 234 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.08 |
| HSL | 262.3º | 0.81% | 0.56% | - |
| HSV(B) | 262.3º | 0.78% | 0.92% | - |
| XYZ | 23.64 | 12.23 | 78.96 | - |
| YUV | 92.19 | 208.03 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 234 | 0.49 | 0.78 | 0 | 0.08 | 262.3 | 0.81 | 0.56 |
| Hex | 77 | 33 | EA | 31 | 4E | 0 | 8 | 106 | 51 | 38 |
| Octal | 167 | 63 | 352 | 61 | 116 | 0 | 10 | 406 | 121 | 70 |
| Binary | 1110111 | 110011 | 11101010 | 110001 | 1001110 | 0 | 1000 | 100000110 | 1010001 | 111000 |
Color Harmonies of #7733EA
Complementary color
Monochromatic Colors of #7733EA
Black with #7733EA
Text Example
Text Example
White with #7733EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733EA; }
p { color: rgb(119,51,234); }
H1.HeaderClassName
{
color: #7733EA;
}
.AnyTagClassName
{
color: #7733EA;
}
</style>
background-color css
<style>
a { background-color: #7733EA; }
a { background-color: rgb(119,51,234); }
div.DivClassName
{
background-color: #7733EA;
}
.BgClassName
{
background-color: #7733EA;
}
</style>
border-color css
<style>
span { border-color: #7733EA; }
span { border-color: rgb(119,51,234); }
td.TdClassName
{
border-color: #7733EA;
}
.TagClassName
{
border-color: #7733EA;
}
</style>