Shades of Blue Violet #773FFA
Tints of Blue Violet #773FFA
RGB
CMYK
RGB Variations
Color information
#773FFA (or 0x773FFA) is known color: Blue Violet. HEX triplet: 77, 3F and FA. RGB value is (119,63,250). Sum of RGB (Red+Green+Blue) = 119+63+250=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #773FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FFA is #88C005. Grayscale: #646464. Windows color (decimal): -8962054 or 16400247. OLE color: 16400247.
HSL color Cylindrical-coordinate representation of color #773FFA: hue angle of 257.97º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773FFA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 63 | 250 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.02 |
| HSL | 257.97º | 0.95% | 0.61% | - |
| HSV(B) | 257.97º | 0.75% | 0.98% | - |
| XYZ | 26.64 | 14.38 | 91.81 | - |
| YUV | 101.06 | 212.05 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 250 | 0.52 | 0.75 | 0 | 0.02 | 257.97 | 0.95 | 0.61 |
| Hex | 77 | 3F | FA | 34 | 4B | 0 | 2 | 102 | 5F | 3D |
| Octal | 167 | 77 | 372 | 64 | 113 | 0 | 2 | 402 | 137 | 75 |
| Binary | 1110111 | 111111 | 11111010 | 110100 | 1001011 | 0 | 10 | 100000010 | 1011111 | 111101 |
Color Harmonies of #773FFA
Complementary color
Monochromatic Colors of #773FFA
Black with #773FFA
Text Example
Text Example
White with #773FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FFA; }
p { color: rgb(119,63,250); }
H1.HeaderClassName
{
color: #773FFA;
}
.AnyTagClassName
{
color: #773FFA;
}
</style>
background-color css
<style>
a { background-color: #773FFA; }
a { background-color: rgb(119,63,250); }
div.DivClassName
{
background-color: #773FFA;
}
.BgClassName
{
background-color: #773FFA;
}
</style>
border-color css
<style>
span { border-color: #773FFA; }
span { border-color: rgb(119,63,250); }
td.TdClassName
{
border-color: #773FFA;
}
.TagClassName
{
border-color: #773FFA;
}
</style>