Shades of Blue Violet #773BEF
Tints of Blue Violet #773BEF
RGB
CMYK
RGB Variations
Color information
#773BEF (or 0x773BEF) is known color: Blue Violet. HEX triplet: 77, 3B and EF. RGB value is (119,59,239). Sum of RGB (Red+Green+Blue) = 119+59+239=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #773BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BEF is #88C410. Grayscale: #606060. Windows color (decimal): -8963089 or 15678327. OLE color: 15678327.
HSL color Cylindrical-coordinate representation of color #773BEF: hue angle of 260º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773BEF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 59 | 239 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.06 |
| HSL | 260º | 0.85% | 0.58% | - |
| HSV(B) | 260º | 0.75% | 0.94% | - |
| XYZ | 24.75 | 13.28 | 82.92 | - |
| YUV | 97.46 | 207.88 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 239 | 0.50 | 0.75 | 0 | 0.06 | 260 | 0.85 | 0.58 |
| Hex | 77 | 3B | EF | 32 | 4B | 0 | 6 | 104 | 55 | 3A |
| Octal | 167 | 73 | 357 | 62 | 113 | 0 | 6 | 404 | 125 | 72 |
| Binary | 1110111 | 111011 | 11101111 | 110010 | 1001011 | 0 | 110 | 100000100 | 1010101 | 111010 |
Color Harmonies of #773BEF
Complementary color
Monochromatic Colors of #773BEF
Black with #773BEF
Text Example
Text Example
White with #773BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BEF; }
p { color: rgb(119,59,239); }
H1.HeaderClassName
{
color: #773BEF;
}
.AnyTagClassName
{
color: #773BEF;
}
</style>
background-color css
<style>
a { background-color: #773BEF; }
a { background-color: rgb(119,59,239); }
div.DivClassName
{
background-color: #773BEF;
}
.BgClassName
{
background-color: #773BEF;
}
</style>
border-color css
<style>
span { border-color: #773BEF; }
span { border-color: rgb(119,59,239); }
td.TdClassName
{
border-color: #773BEF;
}
.TagClassName
{
border-color: #773BEF;
}
</style>