Shades of Blue Violet #771DDD
Tints of Blue Violet #771DDD
RGB
CMYK
RGB Variations
Color information
#771DDD (or 0x771DDD) is known color: Blue Violet. HEX triplet: 77, 1D and DD. RGB value is (119,29,221). Sum of RGB (Red+Green+Blue) = 119+29+221=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #771DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DDD is #88E222. Grayscale: #4D4D4D. Windows color (decimal): -8970787 or 14490999. OLE color: 14490999.
HSL color Cylindrical-coordinate representation of color #771DDD: hue angle of 268.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771DDD is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 29 | 221 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.13 |
| HSL | 268.13º | 0.77% | 0.49% | - |
| HSV(B) | 268.13º | 0.87% | 0.87% | - |
| XYZ | 21.1 | 10.02 | 69.23 | - |
| YUV | 77.8 | 208.82 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 221 | 0.46 | 0.87 | 0 | 0.13 | 268.13 | 0.77 | 0.49 |
| Hex | 77 | 1D | DD | 2E | 57 | 0 | D | 10C | 4D | 31 |
| Octal | 167 | 35 | 335 | 56 | 127 | 0 | 15 | 414 | 115 | 61 |
| Binary | 1110111 | 11101 | 11011101 | 101110 | 1010111 | 0 | 1101 | 100001100 | 1001101 | 110001 |
Color Harmonies of #771DDD
Complementary color
Monochromatic Colors of #771DDD
Black with #771DDD
Text Example
Text Example
White with #771DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DDD; }
p { color: rgb(119,29,221); }
H1.HeaderClassName
{
color: #771DDD;
}
.AnyTagClassName
{
color: #771DDD;
}
</style>
background-color css
<style>
a { background-color: #771DDD; }
a { background-color: rgb(119,29,221); }
div.DivClassName
{
background-color: #771DDD;
}
.BgClassName
{
background-color: #771DDD;
}
</style>
border-color css
<style>
span { border-color: #771DDD; }
span { border-color: rgb(119,29,221); }
td.TdClassName
{
border-color: #771DDD;
}
.TagClassName
{
border-color: #771DDD;
}
</style>