Shades of Blue Violet #773FEA
Tints of Blue Violet #773FEA
RGB
CMYK
RGB Variations
Color information
#773FEA (or 0x773FEA) is known color: Blue Violet. HEX triplet: 77, 3F and EA. RGB value is (119,63,234). Sum of RGB (Red+Green+Blue) = 119+63+234=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #773FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FEA is #88C015. Grayscale: #626262. Windows color (decimal): -8962070 or 15351671. OLE color: 15351671.
HSL color Cylindrical-coordinate representation of color #773FEA: hue angle of 259.65º degrees, saturation: 0.8, 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 #773FEA is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 63 | 234 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.08 |
| HSL | 259.65º | 0.8% | 0.58% | - |
| HSV(B) | 259.65º | 0.73% | 0.92% | - |
| XYZ | 24.24 | 13.42 | 79.15 | - |
| YUV | 99.24 | 204.05 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 234 | 0.49 | 0.73 | 0 | 0.08 | 259.65 | 0.8 | 0.58 |
| Hex | 77 | 3F | EA | 31 | 49 | 0 | 8 | 104 | 50 | 3A |
| Octal | 167 | 77 | 352 | 61 | 111 | 0 | 10 | 404 | 120 | 72 |
| Binary | 1110111 | 111111 | 11101010 | 110001 | 1001001 | 0 | 1000 | 100000100 | 1010000 | 111010 |
Color Harmonies of #773FEA
Complementary color
Monochromatic Colors of #773FEA
Black with #773FEA
Text Example
Text Example
White with #773FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FEA; }
p { color: rgb(119,63,234); }
H1.HeaderClassName
{
color: #773FEA;
}
.AnyTagClassName
{
color: #773FEA;
}
</style>
background-color css
<style>
a { background-color: #773FEA; }
a { background-color: rgb(119,63,234); }
div.DivClassName
{
background-color: #773FEA;
}
.BgClassName
{
background-color: #773FEA;
}
</style>
border-color css
<style>
span { border-color: #773FEA; }
span { border-color: rgb(119,63,234); }
td.TdClassName
{
border-color: #773FEA;
}
.TagClassName
{
border-color: #773FEA;
}
</style>