Shades of Blue Violet #773EFE
Tints of Blue Violet #773EFE
RGB
CMYK
RGB Variations
Color information
#773EFE (or 0x773EFE) is known color: Blue Violet. HEX triplet: 77, 3E and FE. RGB value is (119,62,254). Sum of RGB (Red+Green+Blue) = 119+62+254=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #773EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EFE is #88C101. Grayscale: #646464. Windows color (decimal): -8962306 or 16662135. OLE color: 16662135.
HSL color Cylindrical-coordinate representation of color #773EFE: hue angle of 257.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773EFE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 62 | 254 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.00 |
| HSL | 257.81º | 0.99% | 0.62% | - |
| HSV(B) | 257.81º | 0.76% | 1% | - |
| XYZ | 27.22 | 14.52 | 95.13 | - |
| YUV | 100.93 | 214.38 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 254 | 0.53 | 0.76 | 0 | 0.00 | 257.81 | 0.99 | 0.62 |
| Hex | 77 | 3E | FE | 35 | 4C | 0 | 0 | 102 | 63 | 3E |
| Octal | 167 | 76 | 376 | 65 | 114 | 0 | 0 | 402 | 143 | 76 |
| Binary | 1110111 | 111110 | 11111110 | 110101 | 1001100 | 0 | 0 | 100000010 | 1100011 | 111110 |
Color Harmonies of #773EFE
Complementary color
Monochromatic Colors of #773EFE
Black with #773EFE
Text Example
Text Example
White with #773EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773EFE; }
p { color: rgb(119,62,254); }
H1.HeaderClassName
{
color: #773EFE;
}
.AnyTagClassName
{
color: #773EFE;
}
</style>
background-color css
<style>
a { background-color: #773EFE; }
a { background-color: rgb(119,62,254); }
div.DivClassName
{
background-color: #773EFE;
}
.BgClassName
{
background-color: #773EFE;
}
</style>
border-color css
<style>
span { border-color: #773EFE; }
span { border-color: rgb(119,62,254); }
td.TdClassName
{
border-color: #773EFE;
}
.TagClassName
{
border-color: #773EFE;
}
</style>