Shades of Blue Violet #773DEE
Tints of Blue Violet #773DEE
RGB
CMYK
RGB Variations
Color information
#773DEE (or 0x773DEE) is known color: Blue Violet. HEX triplet: 77, 3D and EE. RGB value is (119,61,238). Sum of RGB (Red+Green+Blue) = 119+61+238=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #773DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DEE is #88C211. Grayscale: #616161. Windows color (decimal): -8962578 or 15613303. OLE color: 15613303.
HSL color Cylindrical-coordinate representation of color #773DEE: hue angle of 259.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773DEE is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 61 | 238 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.07 |
| HSL | 259.66º | 0.84% | 0.59% | - |
| HSV(B) | 259.66º | 0.74% | 0.93% | - |
| XYZ | 24.71 | 13.43 | 82.18 | - |
| YUV | 98.52 | 206.72 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 238 | 0.50 | 0.74 | 0 | 0.07 | 259.66 | 0.84 | 0.59 |
| Hex | 77 | 3D | EE | 32 | 4A | 0 | 7 | 104 | 54 | 3B |
| Octal | 167 | 75 | 356 | 62 | 112 | 0 | 7 | 404 | 124 | 73 |
| Binary | 1110111 | 111101 | 11101110 | 110010 | 1001010 | 0 | 111 | 100000100 | 1010100 | 111011 |
Color Harmonies of #773DEE
Complementary color
Monochromatic Colors of #773DEE
Black with #773DEE
Text Example
Text Example
White with #773DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DEE; }
p { color: rgb(119,61,238); }
H1.HeaderClassName
{
color: #773DEE;
}
.AnyTagClassName
{
color: #773DEE;
}
</style>
background-color css
<style>
a { background-color: #773DEE; }
a { background-color: rgb(119,61,238); }
div.DivClassName
{
background-color: #773DEE;
}
.BgClassName
{
background-color: #773DEE;
}
</style>
border-color css
<style>
span { border-color: #773DEE; }
span { border-color: rgb(119,61,238); }
td.TdClassName
{
border-color: #773DEE;
}
.TagClassName
{
border-color: #773DEE;
}
</style>