Shades of Blue Violet #773BFF
Tints of Blue Violet #773BFF
RGB
CMYK
RGB Variations
Color information
#773BFF (or 0x773BFF) is known color: Blue Violet. HEX triplet: 77, 3B and FF. RGB value is (119,59,255). Sum of RGB (Red+Green+Blue) = 119+59+255=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #773BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BFF is #88C400. Grayscale: #626262. Windows color (decimal): -8963073 or 16726903. OLE color: 16726903.
HSL color Cylindrical-coordinate representation of color #773BFF: hue angle of 258.37º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #773BFF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 59 | 255 | - |
| CMYK | 0.53 | 0.77 | 0 | 0 |
| HSL | 258.37º | 1% | 0.62% | - |
| HSV(B) | 258.37º | 0.77% | 1% | - |
| XYZ | 27.22 | 14.27 | 95.93 | - |
| YUV | 99.28 | 215.88 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 255 | 0.53 | 0.77 | 0 | 0 | 258.37 | 1 | 0.62 |
| Hex | 77 | 3B | FF | 35 | 4D | 0 | 0 | 102 | 64 | 3E |
| Octal | 167 | 73 | 377 | 65 | 115 | 0 | 0 | 402 | 144 | 76 |
| Binary | 1110111 | 111011 | 11111111 | 110101 | 1001101 | 0 | 0 | 100000010 | 1100100 | 111110 |
Color Harmonies of #773BFF
Complementary color
Monochromatic Colors of #773BFF
Black with #773BFF
Text Example
Text Example
White with #773BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BFF; }
p { color: rgb(119,59,255); }
H1.HeaderClassName
{
color: #773BFF;
}
.AnyTagClassName
{
color: #773BFF;
}
</style>
background-color css
<style>
a { background-color: #773BFF; }
a { background-color: rgb(119,59,255); }
div.DivClassName
{
background-color: #773BFF;
}
.BgClassName
{
background-color: #773BFF;
}
</style>
border-color css
<style>
span { border-color: #773BFF; }
span { border-color: rgb(119,59,255); }
td.TdClassName
{
border-color: #773BFF;
}
.TagClassName
{
border-color: #773BFF;
}
</style>