Shades of Blue Violet #773BFD
Tints of Blue Violet #773BFD
RGB
CMYK
RGB Variations
Color information
#773BFD (or 0x773BFD) is known color: Blue Violet. HEX triplet: 77, 3B and FD. RGB value is (119,59,253). Sum of RGB (Red+Green+Blue) = 119+59+253=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #773BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BFD is #88C402. Grayscale: #626262. Windows color (decimal): -8963075 or 16595831. OLE color: 16595831.
HSL color Cylindrical-coordinate representation of color #773BFD: hue angle of 258.56º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #773BFD is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 59 | 253 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.01 |
| HSL | 258.56º | 0.98% | 0.61% | - |
| HSV(B) | 258.56º | 0.77% | 0.99% | - |
| XYZ | 26.9 | 14.14 | 94.24 | - |
| YUV | 99.06 | 214.88 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 253 | 0.53 | 0.77 | 0 | 0.01 | 258.56 | 0.98 | 0.61 |
| Hex | 77 | 3B | FD | 35 | 4D | 0 | 1 | 103 | 62 | 3D |
| Octal | 167 | 73 | 375 | 65 | 115 | 0 | 1 | 403 | 142 | 75 |
| Binary | 1110111 | 111011 | 11111101 | 110101 | 1001101 | 0 | 1 | 100000011 | 1100010 | 111101 |
Color Harmonies of #773BFD
Complementary color
Monochromatic Colors of #773BFD
Black with #773BFD
Text Example
Text Example
White with #773BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BFD; }
p { color: rgb(119,59,253); }
H1.HeaderClassName
{
color: #773BFD;
}
.AnyTagClassName
{
color: #773BFD;
}
</style>
background-color css
<style>
a { background-color: #773BFD; }
a { background-color: rgb(119,59,253); }
div.DivClassName
{
background-color: #773BFD;
}
.BgClassName
{
background-color: #773BFD;
}
</style>
border-color css
<style>
span { border-color: #773BFD; }
span { border-color: rgb(119,59,253); }
td.TdClassName
{
border-color: #773BFD;
}
.TagClassName
{
border-color: #773BFD;
}
</style>