Shades of Blue Violet #773DFB
Tints of Blue Violet #773DFB
RGB
CMYK
RGB Variations
Color information
#773DFB (or 0x773DFB) is known color: Blue Violet. HEX triplet: 77, 3D and FB. RGB value is (119,61,251). Sum of RGB (Red+Green+Blue) = 119+61+251=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #773DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DFB is #88C204. Grayscale: #636363. Windows color (decimal): -8962565 or 16465271. OLE color: 16465271.
HSL color Cylindrical-coordinate representation of color #773DFB: hue angle of 258.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773DFB is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 61 | 251 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.02 |
| HSL | 258.32º | 0.96% | 0.61% | - |
| HSV(B) | 258.32º | 0.76% | 0.98% | - |
| XYZ | 26.69 | 14.22 | 92.61 | - |
| YUV | 100 | 213.22 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 251 | 0.53 | 0.76 | 0 | 0.02 | 258.32 | 0.96 | 0.61 |
| Hex | 77 | 3D | FB | 35 | 4C | 0 | 2 | 102 | 60 | 3D |
| Octal | 167 | 75 | 373 | 65 | 114 | 0 | 2 | 402 | 140 | 75 |
| Binary | 1110111 | 111101 | 11111011 | 110101 | 1001100 | 0 | 10 | 100000010 | 1100000 | 111101 |
Color Harmonies of #773DFB
Complementary color
Monochromatic Colors of #773DFB
Black with #773DFB
Text Example
Text Example
White with #773DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DFB; }
p { color: rgb(119,61,251); }
H1.HeaderClassName
{
color: #773DFB;
}
.AnyTagClassName
{
color: #773DFB;
}
</style>
background-color css
<style>
a { background-color: #773DFB; }
a { background-color: rgb(119,61,251); }
div.DivClassName
{
background-color: #773DFB;
}
.BgClassName
{
background-color: #773DFB;
}
</style>
border-color css
<style>
span { border-color: #773DFB; }
span { border-color: rgb(119,61,251); }
td.TdClassName
{
border-color: #773DFB;
}
.TagClassName
{
border-color: #773DFB;
}
</style>