Shades of Blue Violet #771DDA
Tints of Blue Violet #771DDA
RGB
CMYK
RGB Variations
Color information
#771DDA (or 0x771DDA) is known color: Blue Violet. HEX triplet: 77, 1D and DA. RGB value is (119,29,218). Sum of RGB (Red+Green+Blue) = 119+29+218=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #771DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DDA is #88E225. Grayscale: #4C4C4C. Windows color (decimal): -8970790 or 14294391. OLE color: 14294391.
HSL color Cylindrical-coordinate representation of color #771DDA: hue angle of 268.57º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771DDA is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 29 | 218 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.15 |
| HSL | 268.57º | 0.77% | 0.48% | - |
| HSV(B) | 268.57º | 0.87% | 0.85% | - |
| XYZ | 20.7 | 9.86 | 67.14 | - |
| YUV | 77.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 218 | 0.45 | 0.87 | 0 | 0.15 | 268.57 | 0.77 | 0.48 |
| Hex | 77 | 1D | DA | 2D | 57 | 0 | F | 10D | 4D | 30 |
| Octal | 167 | 35 | 332 | 55 | 127 | 0 | 17 | 415 | 115 | 60 |
| Binary | 1110111 | 11101 | 11011010 | 101101 | 1010111 | 0 | 1111 | 100001101 | 1001101 | 110000 |
Color Harmonies of #771DDA
Complementary color
Monochromatic Colors of #771DDA
Black with #771DDA
Text Example
Text Example
White with #771DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DDA; }
p { color: rgb(119,29,218); }
H1.HeaderClassName
{
color: #771DDA;
}
.AnyTagClassName
{
color: #771DDA;
}
</style>
background-color css
<style>
a { background-color: #771DDA; }
a { background-color: rgb(119,29,218); }
div.DivClassName
{
background-color: #771DDA;
}
.BgClassName
{
background-color: #771DDA;
}
</style>
border-color css
<style>
span { border-color: #771DDA; }
span { border-color: rgb(119,29,218); }
td.TdClassName
{
border-color: #771DDA;
}
.TagClassName
{
border-color: #771DDA;
}
</style>