Shades of Blue Violet #773AF0
Tints of Blue Violet #773AF0
RGB
CMYK
RGB Variations
Color information
#773AF0 (or 0x773AF0) is known color: Blue Violet. HEX triplet: 77, 3A and F0. RGB value is (119,58,240). Sum of RGB (Red+Green+Blue) = 119+58+240=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #773AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AF0 is #88C50F. Grayscale: #606060. Windows color (decimal): -8963344 or 15743607. OLE color: 15743607.
HSL color Cylindrical-coordinate representation of color #773AF0: hue angle of 260.11º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773AF0 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 58 | 240 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.06 |
| HSL | 260.11º | 0.86% | 0.58% | - |
| HSV(B) | 260.11º | 0.76% | 0.94% | - |
| XYZ | 24.85 | 13.24 | 83.68 | - |
| YUV | 96.99 | 208.71 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 240 | 0.50 | 0.76 | 0 | 0.06 | 260.11 | 0.86 | 0.58 |
| Hex | 77 | 3A | F0 | 32 | 4C | 0 | 6 | 104 | 56 | 3A |
| Octal | 167 | 72 | 360 | 62 | 114 | 0 | 6 | 404 | 126 | 72 |
| Binary | 1110111 | 111010 | 11110000 | 110010 | 1001100 | 0 | 110 | 100000100 | 1010110 | 111010 |
Color Harmonies of #773AF0
Complementary color
Monochromatic Colors of #773AF0
Black with #773AF0
Text Example
Text Example
White with #773AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AF0; }
p { color: rgb(119,58,240); }
H1.HeaderClassName
{
color: #773AF0;
}
.AnyTagClassName
{
color: #773AF0;
}
</style>
background-color css
<style>
a { background-color: #773AF0; }
a { background-color: rgb(119,58,240); }
div.DivClassName
{
background-color: #773AF0;
}
.BgClassName
{
background-color: #773AF0;
}
</style>
border-color css
<style>
span { border-color: #773AF0; }
span { border-color: rgb(119,58,240); }
td.TdClassName
{
border-color: #773AF0;
}
.TagClassName
{
border-color: #773AF0;
}
</style>