Shades of Blue Violet #773BDA
Tints of Blue Violet #773BDA
RGB
CMYK
RGB Variations
Color information
#773BDA (or 0x773BDA) is known color: Blue Violet. HEX triplet: 77, 3B and DA. RGB value is (119,59,218). Sum of RGB (Red+Green+Blue) = 119+59+218=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #773BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BDA is #88C425. Grayscale: #5E5E5E. Windows color (decimal): -8963110 or 14302071. OLE color: 14302071.
HSL color Cylindrical-coordinate representation of color #773BDA: hue angle of 262.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773BDA is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 59 | 218 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.15 |
| HSL | 262.64º | 0.68% | 0.54% | - |
| HSV(B) | 262.64º | 0.73% | 0.85% | - |
| XYZ | 21.83 | 12.11 | 67.52 | - |
| YUV | 95.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 218 | 0.45 | 0.73 | 0 | 0.15 | 262.64 | 0.68 | 0.54 |
| Hex | 77 | 3B | DA | 2D | 49 | 0 | F | 107 | 44 | 36 |
| Octal | 167 | 73 | 332 | 55 | 111 | 0 | 17 | 407 | 104 | 66 |
| Binary | 1110111 | 111011 | 11011010 | 101101 | 1001001 | 0 | 1111 | 100000111 | 1000100 | 110110 |
Color Harmonies of #773BDA
Complementary color
Monochromatic Colors of #773BDA
Black with #773BDA
Text Example
Text Example
White with #773BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BDA; }
p { color: rgb(119,59,218); }
H1.HeaderClassName
{
color: #773BDA;
}
.AnyTagClassName
{
color: #773BDA;
}
</style>
background-color css
<style>
a { background-color: #773BDA; }
a { background-color: rgb(119,59,218); }
div.DivClassName
{
background-color: #773BDA;
}
.BgClassName
{
background-color: #773BDA;
}
</style>
border-color css
<style>
span { border-color: #773BDA; }
span { border-color: rgb(119,59,218); }
td.TdClassName
{
border-color: #773BDA;
}
.TagClassName
{
border-color: #773BDA;
}
</style>