Shades of Blue Violet #773DFA
Tints of Blue Violet #773DFA
RGB
CMYK
RGB Variations
Color information
#773DFA (or 0x773DFA) is known color: Blue Violet. HEX triplet: 77, 3D and FA. RGB value is (119,61,250). Sum of RGB (Red+Green+Blue) = 119+61+250=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #773DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DFA is #88C205. Grayscale: #636363. Windows color (decimal): -8962566 or 16399735. OLE color: 16399735.
HSL color Cylindrical-coordinate representation of color #773DFA: hue angle of 258.41º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773DFA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 61 | 250 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.02 |
| HSL | 258.41º | 0.95% | 0.61% | - |
| HSV(B) | 258.41º | 0.76% | 0.98% | - |
| XYZ | 26.53 | 14.16 | 91.78 | - |
| YUV | 99.89 | 212.72 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 250 | 0.52 | 0.76 | 0 | 0.02 | 258.41 | 0.95 | 0.61 |
| Hex | 77 | 3D | FA | 34 | 4C | 0 | 2 | 102 | 5F | 3D |
| Octal | 167 | 75 | 372 | 64 | 114 | 0 | 2 | 402 | 137 | 75 |
| Binary | 1110111 | 111101 | 11111010 | 110100 | 1001100 | 0 | 10 | 100000010 | 1011111 | 111101 |
Color Harmonies of #773DFA
Complementary color
Monochromatic Colors of #773DFA
Black with #773DFA
Text Example
Text Example
White with #773DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DFA; }
p { color: rgb(119,61,250); }
H1.HeaderClassName
{
color: #773DFA;
}
.AnyTagClassName
{
color: #773DFA;
}
</style>
background-color css
<style>
a { background-color: #773DFA; }
a { background-color: rgb(119,61,250); }
div.DivClassName
{
background-color: #773DFA;
}
.BgClassName
{
background-color: #773DFA;
}
</style>
border-color css
<style>
span { border-color: #773DFA; }
span { border-color: rgb(119,61,250); }
td.TdClassName
{
border-color: #773DFA;
}
.TagClassName
{
border-color: #773DFA;
}
</style>