Shades of Blue Violet #773DD8
Tints of Blue Violet #773DD8
RGB
CMYK
RGB Variations
Color information
#773DD8 (or 0x773DD8) is known color: Blue Violet. HEX triplet: 77, 3D and D8. RGB value is (119,61,216). Sum of RGB (Red+Green+Blue) = 119+61+216=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #773DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DD8 is #88C227. Grayscale: #5F5F5F. Windows color (decimal): -8962600 or 14171511. OLE color: 14171511.
HSL color Cylindrical-coordinate representation of color #773DD8: hue angle of 262.45º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773DD8 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 61 | 216 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.15 |
| HSL | 262.45º | 0.67% | 0.54% | - |
| HSV(B) | 262.45º | 0.72% | 0.85% | - |
| XYZ | 21.67 | 12.22 | 66.18 | - |
| YUV | 96.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 216 | 0.45 | 0.72 | 0 | 0.15 | 262.45 | 0.67 | 0.54 |
| Hex | 77 | 3D | D8 | 2D | 48 | 0 | F | 106 | 43 | 36 |
| Octal | 167 | 75 | 330 | 55 | 110 | 0 | 17 | 406 | 103 | 66 |
| Binary | 1110111 | 111101 | 11011000 | 101101 | 1001000 | 0 | 1111 | 100000110 | 1000011 | 110110 |
Color Harmonies of #773DD8
Complementary color
Monochromatic Colors of #773DD8
Black with #773DD8
Text Example
Text Example
White with #773DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DD8; }
p { color: rgb(119,61,216); }
H1.HeaderClassName
{
color: #773DD8;
}
.AnyTagClassName
{
color: #773DD8;
}
</style>
background-color css
<style>
a { background-color: #773DD8; }
a { background-color: rgb(119,61,216); }
div.DivClassName
{
background-color: #773DD8;
}
.BgClassName
{
background-color: #773DD8;
}
</style>
border-color css
<style>
span { border-color: #773DD8; }
span { border-color: rgb(119,61,216); }
td.TdClassName
{
border-color: #773DD8;
}
.TagClassName
{
border-color: #773DD8;
}
</style>