Shades of Blue Violet #773EFB
Tints of Blue Violet #773EFB
RGB
CMYK
RGB Variations
Color information
#773EFB (or 0x773EFB) is known color: Blue Violet. HEX triplet: 77, 3E and FB. RGB value is (119,62,251). Sum of RGB (Red+Green+Blue) = 119+62+251=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #773EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EFB is #88C104. Grayscale: #636363. Windows color (decimal): -8962309 or 16465527. OLE color: 16465527.
HSL color Cylindrical-coordinate representation of color #773EFB: hue angle of 258.1º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773EFB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 62 | 251 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.02 |
| HSL | 258.1º | 0.96% | 0.61% | - |
| HSV(B) | 258.1º | 0.75% | 0.98% | - |
| XYZ | 26.74 | 14.33 | 92.62 | - |
| YUV | 100.59 | 212.88 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 251 | 0.53 | 0.75 | 0 | 0.02 | 258.1 | 0.96 | 0.61 |
| Hex | 77 | 3E | FB | 35 | 4B | 0 | 2 | 102 | 60 | 3D |
| Octal | 167 | 76 | 373 | 65 | 113 | 0 | 2 | 402 | 140 | 75 |
| Binary | 1110111 | 111110 | 11111011 | 110101 | 1001011 | 0 | 10 | 100000010 | 1100000 | 111101 |
Color Harmonies of #773EFB
Complementary color
Monochromatic Colors of #773EFB
Black with #773EFB
Text Example
Text Example
White with #773EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773EFB; }
p { color: rgb(119,62,251); }
H1.HeaderClassName
{
color: #773EFB;
}
.AnyTagClassName
{
color: #773EFB;
}
</style>
background-color css
<style>
a { background-color: #773EFB; }
a { background-color: rgb(119,62,251); }
div.DivClassName
{
background-color: #773EFB;
}
.BgClassName
{
background-color: #773EFB;
}
</style>
border-color css
<style>
span { border-color: #773EFB; }
span { border-color: rgb(119,62,251); }
td.TdClassName
{
border-color: #773EFB;
}
.TagClassName
{
border-color: #773EFB;
}
</style>