Shades of Blue Violet #773FF9
Tints of Blue Violet #773FF9
RGB
CMYK
RGB Variations
Color information
#773FF9 (or 0x773FF9) is known color: Blue Violet. HEX triplet: 77, 3F and F9. RGB value is (119,63,249). Sum of RGB (Red+Green+Blue) = 119+63+249=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #773FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FF9 is #88C006. Grayscale: #646464. Windows color (decimal): -8962055 or 16334711. OLE color: 16334711.
HSL color Cylindrical-coordinate representation of color #773FF9: hue angle of 258.06º degrees, saturation: 0.94, 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 #773FF9 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 63 | 249 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.02 |
| HSL | 258.06º | 0.94% | 0.61% | - |
| HSV(B) | 258.06º | 0.75% | 0.98% | - |
| XYZ | 26.48 | 14.32 | 90.99 | - |
| YUV | 100.95 | 211.55 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 249 | 0.52 | 0.75 | 0 | 0.02 | 258.06 | 0.94 | 0.61 |
| Hex | 77 | 3F | F9 | 34 | 4B | 0 | 2 | 102 | 5E | 3D |
| Octal | 167 | 77 | 371 | 64 | 113 | 0 | 2 | 402 | 136 | 75 |
| Binary | 1110111 | 111111 | 11111001 | 110100 | 1001011 | 0 | 10 | 100000010 | 1011110 | 111101 |
Color Harmonies of #773FF9
Complementary color
Monochromatic Colors of #773FF9
Black with #773FF9
Text Example
Text Example
White with #773FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FF9; }
p { color: rgb(119,63,249); }
H1.HeaderClassName
{
color: #773FF9;
}
.AnyTagClassName
{
color: #773FF9;
}
</style>
background-color css
<style>
a { background-color: #773FF9; }
a { background-color: rgb(119,63,249); }
div.DivClassName
{
background-color: #773FF9;
}
.BgClassName
{
background-color: #773FF9;
}
</style>
border-color css
<style>
span { border-color: #773FF9; }
span { border-color: rgb(119,63,249); }
td.TdClassName
{
border-color: #773FF9;
}
.TagClassName
{
border-color: #773FF9;
}
</style>