Shades of Blue Violet #773DEC
Tints of Blue Violet #773DEC
RGB
CMYK
RGB Variations
Color information
#773DEC (or 0x773DEC) is known color: Blue Violet. HEX triplet: 77, 3D and EC. RGB value is (119,61,236). Sum of RGB (Red+Green+Blue) = 119+61+236=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #773DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DEC is #88C213. Grayscale: #616161. Windows color (decimal): -8962580 or 15482231. OLE color: 15482231.
HSL color Cylindrical-coordinate representation of color #773DEC: hue angle of 259.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773DEC is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 61 | 236 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.07 |
| HSL | 259.89º | 0.82% | 0.58% | - |
| HSV(B) | 259.89º | 0.74% | 0.93% | - |
| XYZ | 24.42 | 13.32 | 80.64 | - |
| YUV | 98.29 | 205.72 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 236 | 0.50 | 0.74 | 0 | 0.07 | 259.89 | 0.82 | 0.58 |
| Hex | 77 | 3D | EC | 32 | 4A | 0 | 7 | 104 | 52 | 3A |
| Octal | 167 | 75 | 354 | 62 | 112 | 0 | 7 | 404 | 122 | 72 |
| Binary | 1110111 | 111101 | 11101100 | 110010 | 1001010 | 0 | 111 | 100000100 | 1010010 | 111010 |
Color Harmonies of #773DEC
Complementary color
Monochromatic Colors of #773DEC
Black with #773DEC
Text Example
Text Example
White with #773DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DEC; }
p { color: rgb(119,61,236); }
H1.HeaderClassName
{
color: #773DEC;
}
.AnyTagClassName
{
color: #773DEC;
}
</style>
background-color css
<style>
a { background-color: #773DEC; }
a { background-color: rgb(119,61,236); }
div.DivClassName
{
background-color: #773DEC;
}
.BgClassName
{
background-color: #773DEC;
}
</style>
border-color css
<style>
span { border-color: #773DEC; }
span { border-color: rgb(119,61,236); }
td.TdClassName
{
border-color: #773DEC;
}
.TagClassName
{
border-color: #773DEC;
}
</style>