Shades of Blue Violet #773ADD
Tints of Blue Violet #773ADD
RGB
CMYK
RGB Variations
Color information
#773ADD (or 0x773ADD) is known color: Blue Violet. HEX triplet: 77, 3A and DD. RGB value is (119,58,221). Sum of RGB (Red+Green+Blue) = 119+58+221=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #773ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ADD is #88C522. Grayscale: #5E5E5E. Windows color (decimal): -8963363 or 14498423. OLE color: 14498423.
HSL color Cylindrical-coordinate representation of color #773ADD: hue angle of 262.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773ADD is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 58 | 221 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.13 |
| HSL | 262.45º | 0.71% | 0.55% | - |
| HSV(B) | 262.45º | 0.74% | 0.87% | - |
| XYZ | 22.17 | 12.17 | 69.59 | - |
| YUV | 94.82 | 199.21 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 221 | 0.46 | 0.74 | 0 | 0.13 | 262.45 | 0.71 | 0.55 |
| Hex | 77 | 3A | DD | 2E | 4A | 0 | D | 106 | 47 | 37 |
| Octal | 167 | 72 | 335 | 56 | 112 | 0 | 15 | 406 | 107 | 67 |
| Binary | 1110111 | 111010 | 11011101 | 101110 | 1001010 | 0 | 1101 | 100000110 | 1000111 | 110111 |
Color Harmonies of #773ADD
Complementary color
Monochromatic Colors of #773ADD
Black with #773ADD
Text Example
Text Example
White with #773ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773ADD; }
p { color: rgb(119,58,221); }
H1.HeaderClassName
{
color: #773ADD;
}
.AnyTagClassName
{
color: #773ADD;
}
</style>
background-color css
<style>
a { background-color: #773ADD; }
a { background-color: rgb(119,58,221); }
div.DivClassName
{
background-color: #773ADD;
}
.BgClassName
{
background-color: #773ADD;
}
</style>
border-color css
<style>
span { border-color: #773ADD; }
span { border-color: rgb(119,58,221); }
td.TdClassName
{
border-color: #773ADD;
}
.TagClassName
{
border-color: #773ADD;
}
</style>