Shades of Blue Violet #773FE7
Tints of Blue Violet #773FE7
RGB
CMYK
RGB Variations
Color information
#773FE7 (or 0x773FE7) is known color: Blue Violet. HEX triplet: 77, 3F and E7. RGB value is (119,63,231). Sum of RGB (Red+Green+Blue) = 119+63+231=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #773FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FE7 is #88C018. Grayscale: #626262. Windows color (decimal): -8962073 or 15155063. OLE color: 15155063.
HSL color Cylindrical-coordinate representation of color #773FE7: hue angle of 260º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773FE7 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 63 | 231 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.09 |
| HSL | 260º | 0.78% | 0.58% | - |
| HSV(B) | 260º | 0.73% | 0.91% | - |
| XYZ | 23.81 | 13.25 | 76.9 | - |
| YUV | 98.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 231 | 0.48 | 0.73 | 0 | 0.09 | 260 | 0.78 | 0.58 |
| Hex | 77 | 3F | E7 | 30 | 49 | 0 | 9 | 104 | 4E | 3A |
| Octal | 167 | 77 | 347 | 60 | 111 | 0 | 11 | 404 | 116 | 72 |
| Binary | 1110111 | 111111 | 11100111 | 110000 | 1001001 | 0 | 1001 | 100000100 | 1001110 | 111010 |
Color Harmonies of #773FE7
Complementary color
Monochromatic Colors of #773FE7
Black with #773FE7
Text Example
Text Example
White with #773FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FE7; }
p { color: rgb(119,63,231); }
H1.HeaderClassName
{
color: #773FE7;
}
.AnyTagClassName
{
color: #773FE7;
}
</style>
background-color css
<style>
a { background-color: #773FE7; }
a { background-color: rgb(119,63,231); }
div.DivClassName
{
background-color: #773FE7;
}
.BgClassName
{
background-color: #773FE7;
}
</style>
border-color css
<style>
span { border-color: #773FE7; }
span { border-color: rgb(119,63,231); }
td.TdClassName
{
border-color: #773FE7;
}
.TagClassName
{
border-color: #773FE7;
}
</style>