Shades of Blue Violet #773DFF
Tints of Blue Violet #773DFF
RGB
CMYK
RGB Variations
Color information
#773DFF (or 0x773DFF) is known color: Blue Violet. HEX triplet: 77, 3D and FF. RGB value is (119,61,255). Sum of RGB (Red+Green+Blue) = 119+61+255=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #773DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DFF is #88C200. Grayscale: #636363. Windows color (decimal): -8962561 or 16727415. OLE color: 16727415.
HSL color Cylindrical-coordinate representation of color #773DFF: hue angle of 257.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773DFF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 61 | 255 | - |
| CMYK | 0.53 | 0.76 | 0 | 0 |
| HSL | 257.94º | 1% | 0.62% | - |
| HSV(B) | 257.94º | 0.76% | 1% | - |
| XYZ | 27.33 | 14.48 | 95.96 | - |
| YUV | 100.46 | 215.22 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 255 | 0.53 | 0.76 | 0 | 0 | 257.94 | 1 | 0.62 |
| Hex | 77 | 3D | FF | 35 | 4C | 0 | 0 | 102 | 64 | 3E |
| Octal | 167 | 75 | 377 | 65 | 114 | 0 | 0 | 402 | 144 | 76 |
| Binary | 1110111 | 111101 | 11111111 | 110101 | 1001100 | 0 | 0 | 100000010 | 1100100 | 111110 |
Color Harmonies of #773DFF
Complementary color
Monochromatic Colors of #773DFF
Black with #773DFF
Text Example
Text Example
White with #773DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DFF; }
p { color: rgb(119,61,255); }
H1.HeaderClassName
{
color: #773DFF;
}
.AnyTagClassName
{
color: #773DFF;
}
</style>
background-color css
<style>
a { background-color: #773DFF; }
a { background-color: rgb(119,61,255); }
div.DivClassName
{
background-color: #773DFF;
}
.BgClassName
{
background-color: #773DFF;
}
</style>
border-color css
<style>
span { border-color: #773DFF; }
span { border-color: rgb(119,61,255); }
td.TdClassName
{
border-color: #773DFF;
}
.TagClassName
{
border-color: #773DFF;
}
</style>