Shades of Blue Violet #773ADC
Tints of Blue Violet #773ADC
RGB
CMYK
RGB Variations
Color information
#773ADC (or 0x773ADC) is known color: Blue Violet. HEX triplet: 77, 3A and DC. RGB value is (119,58,220). Sum of RGB (Red+Green+Blue) = 119+58+220=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #773ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ADC is #88C523. Grayscale: #5E5E5E. Windows color (decimal): -8963364 or 14432887. OLE color: 14432887.
HSL color Cylindrical-coordinate representation of color #773ADC: hue angle of 262.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773ADC is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 58 | 220 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.14 |
| HSL | 262.59º | 0.7% | 0.55% | - |
| HSV(B) | 262.59º | 0.74% | 0.86% | - |
| XYZ | 22.04 | 12.12 | 68.89 | - |
| YUV | 94.71 | 198.71 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 220 | 0.46 | 0.74 | 0 | 0.14 | 262.59 | 0.7 | 0.55 |
| Hex | 77 | 3A | DC | 2E | 4A | 0 | E | 107 | 46 | 37 |
| Octal | 167 | 72 | 334 | 56 | 112 | 0 | 16 | 407 | 106 | 67 |
| Binary | 1110111 | 111010 | 11011100 | 101110 | 1001010 | 0 | 1110 | 100000111 | 1000110 | 110111 |
Color Harmonies of #773ADC
Complementary color
Monochromatic Colors of #773ADC
Black with #773ADC
Text Example
Text Example
White with #773ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773ADC; }
p { color: rgb(119,58,220); }
H1.HeaderClassName
{
color: #773ADC;
}
.AnyTagClassName
{
color: #773ADC;
}
</style>
background-color css
<style>
a { background-color: #773ADC; }
a { background-color: rgb(119,58,220); }
div.DivClassName
{
background-color: #773ADC;
}
.BgClassName
{
background-color: #773ADC;
}
</style>
border-color css
<style>
span { border-color: #773ADC; }
span { border-color: rgb(119,58,220); }
td.TdClassName
{
border-color: #773ADC;
}
.TagClassName
{
border-color: #773ADC;
}
</style>