Shades of Blue Violet #773FEB
Tints of Blue Violet #773FEB
RGB
CMYK
RGB Variations
Color information
#773FEB (or 0x773FEB) is known color: Blue Violet. HEX triplet: 77, 3F and EB. RGB value is (119,63,235). Sum of RGB (Red+Green+Blue) = 119+63+235=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #773FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FEB is #88C014. Grayscale: #626262. Windows color (decimal): -8962069 or 15417207. OLE color: 15417207.
HSL color Cylindrical-coordinate representation of color #773FEB: hue angle of 259.53º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773FEB is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 63 | 235 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.08 |
| HSL | 259.53º | 0.81% | 0.58% | - |
| HSV(B) | 259.53º | 0.73% | 0.92% | - |
| XYZ | 24.38 | 13.48 | 79.91 | - |
| YUV | 99.35 | 204.55 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 235 | 0.49 | 0.73 | 0 | 0.08 | 259.53 | 0.81 | 0.58 |
| Hex | 77 | 3F | EB | 31 | 49 | 0 | 8 | 104 | 51 | 3A |
| Octal | 167 | 77 | 353 | 61 | 111 | 0 | 10 | 404 | 121 | 72 |
| Binary | 1110111 | 111111 | 11101011 | 110001 | 1001001 | 0 | 1000 | 100000100 | 1010001 | 111010 |
Color Harmonies of #773FEB
Complementary color
Monochromatic Colors of #773FEB
Black with #773FEB
Text Example
Text Example
White with #773FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FEB; }
p { color: rgb(119,63,235); }
H1.HeaderClassName
{
color: #773FEB;
}
.AnyTagClassName
{
color: #773FEB;
}
</style>
background-color css
<style>
a { background-color: #773FEB; }
a { background-color: rgb(119,63,235); }
div.DivClassName
{
background-color: #773FEB;
}
.BgClassName
{
background-color: #773FEB;
}
</style>
border-color css
<style>
span { border-color: #773FEB; }
span { border-color: rgb(119,63,235); }
td.TdClassName
{
border-color: #773FEB;
}
.TagClassName
{
border-color: #773FEB;
}
</style>