Shades of Blue Violet #773CF0
Tints of Blue Violet #773CF0
RGB
CMYK
RGB Variations
Color information
#773CF0 (or 0x773CF0) is known color: Blue Violet. HEX triplet: 77, 3C and F0. RGB value is (119,60,240). Sum of RGB (Red+Green+Blue) = 119+60+240=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #773CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CF0 is #88C30F. Grayscale: #616161. Windows color (decimal): -8962832 or 15744119. OLE color: 15744119.
HSL color Cylindrical-coordinate representation of color #773CF0: hue angle of 259.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773CF0 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 60 | 240 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.06 |
| HSL | 259.67º | 0.86% | 0.59% | - |
| HSV(B) | 259.67º | 0.75% | 0.94% | - |
| XYZ | 24.95 | 13.44 | 83.72 | - |
| YUV | 98.16 | 208.05 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 240 | 0.50 | 0.75 | 0 | 0.06 | 259.67 | 0.86 | 0.59 |
| Hex | 77 | 3C | F0 | 32 | 4B | 0 | 6 | 104 | 56 | 3B |
| Octal | 167 | 74 | 360 | 62 | 113 | 0 | 6 | 404 | 126 | 73 |
| Binary | 1110111 | 111100 | 11110000 | 110010 | 1001011 | 0 | 110 | 100000100 | 1010110 | 111011 |
Color Harmonies of #773CF0
Complementary color
Monochromatic Colors of #773CF0
Black with #773CF0
Text Example
Text Example
White with #773CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CF0; }
p { color: rgb(119,60,240); }
H1.HeaderClassName
{
color: #773CF0;
}
.AnyTagClassName
{
color: #773CF0;
}
</style>
background-color css
<style>
a { background-color: #773CF0; }
a { background-color: rgb(119,60,240); }
div.DivClassName
{
background-color: #773CF0;
}
.BgClassName
{
background-color: #773CF0;
}
</style>
border-color css
<style>
span { border-color: #773CF0; }
span { border-color: rgb(119,60,240); }
td.TdClassName
{
border-color: #773CF0;
}
.TagClassName
{
border-color: #773CF0;
}
</style>