Shades of Blue Violet #7733F3
Tints of Blue Violet #7733F3
RGB
CMYK
RGB Variations
Color information
#7733F3 (or 0x7733F3) is known color: Blue Violet. HEX triplet: 77, 33 and F3. RGB value is (119,51,243). Sum of RGB (Red+Green+Blue) = 119+51+243=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #7733F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7733F3 is #88CC0C. Grayscale: #5C5C5C. Windows color (decimal): -8965133 or 15938423. OLE color: 15938423.
HSL color Cylindrical-coordinate representation of color #7733F3: hue angle of 261.25º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7733F3 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 51 | 243 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.05 |
| HSL | 261.25º | 0.89% | 0.58% | - |
| HSV(B) | 261.25º | 0.79% | 0.95% | - |
| XYZ | 24.97 | 12.76 | 85.94 | - |
| YUV | 93.22 | 212.53 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 243 | 0.51 | 0.79 | 0 | 0.05 | 261.25 | 0.89 | 0.58 |
| Hex | 77 | 33 | F3 | 33 | 4F | 0 | 5 | 105 | 59 | 3A |
| Octal | 167 | 63 | 363 | 63 | 117 | 0 | 5 | 405 | 131 | 72 |
| Binary | 1110111 | 110011 | 11110011 | 110011 | 1001111 | 0 | 101 | 100000101 | 1011001 | 111010 |
Color Harmonies of #7733F3
Complementary color
Monochromatic Colors of #7733F3
Black with #7733F3
Text Example
Text Example
White with #7733F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733F3; }
p { color: rgb(119,51,243); }
H1.HeaderClassName
{
color: #7733F3;
}
.AnyTagClassName
{
color: #7733F3;
}
</style>
background-color css
<style>
a { background-color: #7733F3; }
a { background-color: rgb(119,51,243); }
div.DivClassName
{
background-color: #7733F3;
}
.BgClassName
{
background-color: #7733F3;
}
</style>
border-color css
<style>
span { border-color: #7733F3; }
span { border-color: rgb(119,51,243); }
td.TdClassName
{
border-color: #7733F3;
}
.TagClassName
{
border-color: #7733F3;
}
</style>