Shades of Blue Violet #773AFF
Tints of Blue Violet #773AFF
RGB
CMYK
RGB Variations
Color information
#773AFF (or 0x773AFF) is known color: Blue Violet. HEX triplet: 77, 3A and FF. RGB value is (119,58,255). Sum of RGB (Red+Green+Blue) = 119+58+255=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #773AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AFF is #88C500. Grayscale: #616161. Windows color (decimal): -8963329 or 16726647. OLE color: 16726647.
HSL color Cylindrical-coordinate representation of color #773AFF: hue angle of 258.58º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #773AFF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 58 | 255 | - |
| CMYK | 0.53 | 0.77 | 0 | 0 |
| HSL | 258.58º | 1% | 0.61% | - |
| HSV(B) | 258.58º | 0.77% | 1% | - |
| XYZ | 27.17 | 14.17 | 95.91 | - |
| YUV | 98.7 | 216.21 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 255 | 0.53 | 0.77 | 0 | 0 | 258.58 | 1 | 0.61 |
| Hex | 77 | 3A | FF | 35 | 4D | 0 | 0 | 103 | 64 | 3D |
| Octal | 167 | 72 | 377 | 65 | 115 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1110111 | 111010 | 11111111 | 110101 | 1001101 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #773AFF
Complementary color
Monochromatic Colors of #773AFF
Black with #773AFF
Text Example
Text Example
White with #773AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AFF; }
p { color: rgb(119,58,255); }
H1.HeaderClassName
{
color: #773AFF;
}
.AnyTagClassName
{
color: #773AFF;
}
</style>
background-color css
<style>
a { background-color: #773AFF; }
a { background-color: rgb(119,58,255); }
div.DivClassName
{
background-color: #773AFF;
}
.BgClassName
{
background-color: #773AFF;
}
</style>
border-color css
<style>
span { border-color: #773AFF; }
span { border-color: rgb(119,58,255); }
td.TdClassName
{
border-color: #773AFF;
}
.TagClassName
{
border-color: #773AFF;
}
</style>