Shades of Blue Violet #7733FE
Tints of Blue Violet #7733FE
RGB
CMYK
RGB Variations
Color information
#7733FE (or 0x7733FE) is known color: Blue Violet. HEX triplet: 77, 33 and FE. RGB value is (119,51,254). Sum of RGB (Red+Green+Blue) = 119+51+254=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #7733FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7733FE is #88CC01. Grayscale: #5D5D5D. Windows color (decimal): -8965122 or 16659319. OLE color: 16659319.
HSL color Cylindrical-coordinate representation of color #7733FE: hue angle of 260.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7733FE is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 51 | 254 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.00 |
| HSL | 260.1º | 0.99% | 0.6% | - |
| HSV(B) | 260.1º | 0.8% | 1% | - |
| XYZ | 26.68 | 13.45 | 94.95 | - |
| YUV | 94.47 | 218.03 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 254 | 0.53 | 0.80 | 0 | 0.00 | 260.1 | 0.99 | 0.6 |
| Hex | 77 | 33 | FE | 35 | 50 | 0 | 0 | 104 | 63 | 3C |
| Octal | 167 | 63 | 376 | 65 | 120 | 0 | 0 | 404 | 143 | 74 |
| Binary | 1110111 | 110011 | 11111110 | 110101 | 1010000 | 0 | 0 | 100000100 | 1100011 | 111100 |
Color Harmonies of #7733FE
Complementary color
Monochromatic Colors of #7733FE
Black with #7733FE
Text Example
Text Example
White with #7733FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733FE; }
p { color: rgb(119,51,254); }
H1.HeaderClassName
{
color: #7733FE;
}
.AnyTagClassName
{
color: #7733FE;
}
</style>
background-color css
<style>
a { background-color: #7733FE; }
a { background-color: rgb(119,51,254); }
div.DivClassName
{
background-color: #7733FE;
}
.BgClassName
{
background-color: #7733FE;
}
</style>
border-color css
<style>
span { border-color: #7733FE; }
span { border-color: rgb(119,51,254); }
td.TdClassName
{
border-color: #7733FE;
}
.TagClassName
{
border-color: #7733FE;
}
</style>