Shades of Blue Violet #7733FA
Tints of Blue Violet #7733FA
RGB
CMYK
RGB Variations
Color information
#7733FA (or 0x7733FA) is known color: Blue Violet. HEX triplet: 77, 33 and FA. RGB value is (119,51,250). Sum of RGB (Red+Green+Blue) = 119+51+250=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #7733FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7733FA is #88CC05. Grayscale: #5D5D5D. Windows color (decimal): -8965126 or 16397175. OLE color: 16397175.
HSL color Cylindrical-coordinate representation of color #7733FA: hue angle of 260.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7733FA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 51 | 250 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.02 |
| HSL | 260.5º | 0.95% | 0.59% | - |
| HSV(B) | 260.5º | 0.8% | 0.98% | - |
| XYZ | 26.05 | 13.19 | 91.62 | - |
| YUV | 94.02 | 216.03 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 250 | 0.52 | 0.80 | 0 | 0.02 | 260.5 | 0.95 | 0.59 |
| Hex | 77 | 33 | FA | 34 | 50 | 0 | 2 | 105 | 5F | 3B |
| Octal | 167 | 63 | 372 | 64 | 120 | 0 | 2 | 405 | 137 | 73 |
| Binary | 1110111 | 110011 | 11111010 | 110100 | 1010000 | 0 | 10 | 100000101 | 1011111 | 111011 |
Color Harmonies of #7733FA
Complementary color
Monochromatic Colors of #7733FA
Black with #7733FA
Text Example
Text Example
White with #7733FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733FA; }
p { color: rgb(119,51,250); }
H1.HeaderClassName
{
color: #7733FA;
}
.AnyTagClassName
{
color: #7733FA;
}
</style>
background-color css
<style>
a { background-color: #7733FA; }
a { background-color: rgb(119,51,250); }
div.DivClassName
{
background-color: #7733FA;
}
.BgClassName
{
background-color: #7733FA;
}
</style>
border-color css
<style>
span { border-color: #7733FA; }
span { border-color: rgb(119,51,250); }
td.TdClassName
{
border-color: #7733FA;
}
.TagClassName
{
border-color: #7733FA;
}
</style>