Shades of Blue Violet #773AD5
Tints of Blue Violet #773AD5
RGB
CMYK
RGB Variations
Color information
#773AD5 (or 0x773AD5) is known color: Blue Violet. HEX triplet: 77, 3A and D5. RGB value is (119,58,213). Sum of RGB (Red+Green+Blue) = 119+58+213=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #773AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773AD5 is #88C52A. Grayscale: #5D5D5D. Windows color (decimal): -8963371 or 13974135. OLE color: 13974135.
HSL color Cylindrical-coordinate representation of color #773AD5: hue angle of 263.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773AD5 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 58 | 213 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.16 |
| HSL | 263.61º | 0.65% | 0.53% | - |
| HSV(B) | 263.61º | 0.73% | 0.84% | - |
| XYZ | 21.13 | 11.75 | 64.11 | - |
| YUV | 93.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 213 | 0.44 | 0.73 | 0 | 0.16 | 263.61 | 0.65 | 0.53 |
| Hex | 77 | 3A | D5 | 2C | 49 | 0 | 10 | 108 | 41 | 35 |
| Octal | 167 | 72 | 325 | 54 | 111 | 0 | 20 | 410 | 101 | 65 |
| Binary | 1110111 | 111010 | 11010101 | 101100 | 1001001 | 0 | 10000 | 100001000 | 1000001 | 110101 |
Color Harmonies of #773AD5
Complementary color
Monochromatic Colors of #773AD5
Black with #773AD5
Text Example
Text Example
White with #773AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AD5; }
p { color: rgb(119,58,213); }
H1.HeaderClassName
{
color: #773AD5;
}
.AnyTagClassName
{
color: #773AD5;
}
</style>
background-color css
<style>
a { background-color: #773AD5; }
a { background-color: rgb(119,58,213); }
div.DivClassName
{
background-color: #773AD5;
}
.BgClassName
{
background-color: #773AD5;
}
</style>
border-color css
<style>
span { border-color: #773AD5; }
span { border-color: rgb(119,58,213); }
td.TdClassName
{
border-color: #773AD5;
}
.TagClassName
{
border-color: #773AD5;
}
</style>