Shades of Blue Violet #773CEB
Tints of Blue Violet #773CEB
RGB
CMYK
RGB Variations
Color information
#773CEB (or 0x773CEB) is known color: Blue Violet. HEX triplet: 77, 3C and EB. RGB value is (119,60,235). Sum of RGB (Red+Green+Blue) = 119+60+235=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #773CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CEB is #88C314. Grayscale: #606060. Windows color (decimal): -8962837 or 15416439. OLE color: 15416439.
HSL color Cylindrical-coordinate representation of color #773CEB: hue angle of 260.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773CEB is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 60 | 235 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.08 |
| HSL | 260.23º | 0.81% | 0.58% | - |
| HSV(B) | 260.23º | 0.74% | 0.92% | - |
| XYZ | 24.22 | 13.15 | 79.86 | - |
| YUV | 97.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 235 | 0.49 | 0.74 | 0 | 0.08 | 260.23 | 0.81 | 0.58 |
| Hex | 77 | 3C | EB | 31 | 4A | 0 | 8 | 104 | 51 | 3A |
| Octal | 167 | 74 | 353 | 61 | 112 | 0 | 10 | 404 | 121 | 72 |
| Binary | 1110111 | 111100 | 11101011 | 110001 | 1001010 | 0 | 1000 | 100000100 | 1010001 | 111010 |
Color Harmonies of #773CEB
Complementary color
Monochromatic Colors of #773CEB
Black with #773CEB
Text Example
Text Example
White with #773CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CEB; }
p { color: rgb(119,60,235); }
H1.HeaderClassName
{
color: #773CEB;
}
.AnyTagClassName
{
color: #773CEB;
}
</style>
background-color css
<style>
a { background-color: #773CEB; }
a { background-color: rgb(119,60,235); }
div.DivClassName
{
background-color: #773CEB;
}
.BgClassName
{
background-color: #773CEB;
}
</style>
border-color css
<style>
span { border-color: #773CEB; }
span { border-color: rgb(119,60,235); }
td.TdClassName
{
border-color: #773CEB;
}
.TagClassName
{
border-color: #773CEB;
}
</style>