Shades of Blue Violet #773EFD
Tints of Blue Violet #773EFD
RGB
CMYK
RGB Variations
Color information
#773EFD (or 0x773EFD) is known color: Blue Violet. HEX triplet: 77, 3E and FD. RGB value is (119,62,253). Sum of RGB (Red+Green+Blue) = 119+62+253=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #773EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EFD is #88C102. Grayscale: #646464. Windows color (decimal): -8962307 or 16596599. OLE color: 16596599.
HSL color Cylindrical-coordinate representation of color #773EFD: hue angle of 257.91º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773EFD is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 62 | 253 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.01 |
| HSL | 257.91º | 0.98% | 0.62% | - |
| HSV(B) | 257.91º | 0.75% | 0.99% | - |
| XYZ | 27.06 | 14.46 | 94.29 | - |
| YUV | 100.82 | 213.88 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 253 | 0.53 | 0.75 | 0 | 0.01 | 257.91 | 0.98 | 0.62 |
| Hex | 77 | 3E | FD | 35 | 4B | 0 | 1 | 102 | 62 | 3E |
| Octal | 167 | 76 | 375 | 65 | 113 | 0 | 1 | 402 | 142 | 76 |
| Binary | 1110111 | 111110 | 11111101 | 110101 | 1001011 | 0 | 1 | 100000010 | 1100010 | 111110 |
Color Harmonies of #773EFD
Complementary color
Monochromatic Colors of #773EFD
Black with #773EFD
Text Example
Text Example
White with #773EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773EFD; }
p { color: rgb(119,62,253); }
H1.HeaderClassName
{
color: #773EFD;
}
.AnyTagClassName
{
color: #773EFD;
}
</style>
background-color css
<style>
a { background-color: #773EFD; }
a { background-color: rgb(119,62,253); }
div.DivClassName
{
background-color: #773EFD;
}
.BgClassName
{
background-color: #773EFD;
}
</style>
border-color css
<style>
span { border-color: #773EFD; }
span { border-color: rgb(119,62,253); }
td.TdClassName
{
border-color: #773EFD;
}
.TagClassName
{
border-color: #773EFD;
}
</style>