Shades of Blue Violet #773DE2
Tints of Blue Violet #773DE2
RGB
CMYK
RGB Variations
Color information
#773DE2 (or 0x773DE2) is known color: Blue Violet. HEX triplet: 77, 3D and E2. RGB value is (119,61,226). Sum of RGB (Red+Green+Blue) = 119+61+226=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 226 (88.67% from 255 or 55.67% from 406); Max value from RGB is 226 - color contains mainly: blue. Hex color #773DE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DE2 is #88C21D. Grayscale: #606060. Windows color (decimal): -8962590 or 14826871. OLE color: 14826871.
HSL color Cylindrical-coordinate representation of color #773DE2: hue angle of 261.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773DE2 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 61 | 226 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.11 |
| HSL | 261.09º | 0.74% | 0.56% | - |
| HSV(B) | 261.09º | 0.73% | 0.89% | - |
| XYZ | 23 | 12.75 | 73.2 | - |
| YUV | 97.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 226 | 0.47 | 0.73 | 0 | 0.11 | 261.09 | 0.74 | 0.56 |
| Hex | 77 | 3D | E2 | 2F | 49 | 0 | B | 105 | 4A | 38 |
| Octal | 167 | 75 | 342 | 57 | 111 | 0 | 13 | 405 | 112 | 70 |
| Binary | 1110111 | 111101 | 11100010 | 101111 | 1001001 | 0 | 1011 | 100000101 | 1001010 | 111000 |
Color Harmonies of #773DE2
Complementary color
Monochromatic Colors of #773DE2
Black with #773DE2
Text Example
Text Example
White with #773DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DE2; }
p { color: rgb(119,61,226); }
H1.HeaderClassName
{
color: #773DE2;
}
.AnyTagClassName
{
color: #773DE2;
}
</style>
background-color css
<style>
a { background-color: #773DE2; }
a { background-color: rgb(119,61,226); }
div.DivClassName
{
background-color: #773DE2;
}
.BgClassName
{
background-color: #773DE2;
}
</style>
border-color css
<style>
span { border-color: #773DE2; }
span { border-color: rgb(119,61,226); }
td.TdClassName
{
border-color: #773DE2;
}
.TagClassName
{
border-color: #773DE2;
}
</style>