Shades of Blue Violet #773CED
Tints of Blue Violet #773CED
RGB
CMYK
RGB Variations
Color information
#773CED (or 0x773CED) is known color: Blue Violet. HEX triplet: 77, 3C and ED. RGB value is (119,60,237). Sum of RGB (Red+Green+Blue) = 119+60+237=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #773CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CED is #88C312. Grayscale: #616161. Windows color (decimal): -8962835 or 15547511. OLE color: 15547511.
HSL color Cylindrical-coordinate representation of color #773CED: hue angle of 260º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773CED is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 60 | 237 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.07 |
| HSL | 260º | 0.83% | 0.58% | - |
| HSV(B) | 260º | 0.75% | 0.93% | - |
| XYZ | 24.51 | 13.27 | 81.39 | - |
| YUV | 97.82 | 206.55 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 237 | 0.50 | 0.75 | 0 | 0.07 | 260 | 0.83 | 0.58 |
| Hex | 77 | 3C | ED | 32 | 4B | 0 | 7 | 104 | 53 | 3A |
| Octal | 167 | 74 | 355 | 62 | 113 | 0 | 7 | 404 | 123 | 72 |
| Binary | 1110111 | 111100 | 11101101 | 110010 | 1001011 | 0 | 111 | 100000100 | 1010011 | 111010 |
Color Harmonies of #773CED
Complementary color
Monochromatic Colors of #773CED
Black with #773CED
Text Example
Text Example
White with #773CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CED; }
p { color: rgb(119,60,237); }
H1.HeaderClassName
{
color: #773CED;
}
.AnyTagClassName
{
color: #773CED;
}
</style>
background-color css
<style>
a { background-color: #773CED; }
a { background-color: rgb(119,60,237); }
div.DivClassName
{
background-color: #773CED;
}
.BgClassName
{
background-color: #773CED;
}
</style>
border-color css
<style>
span { border-color: #773CED; }
span { border-color: rgb(119,60,237); }
td.TdClassName
{
border-color: #773CED;
}
.TagClassName
{
border-color: #773CED;
}
</style>