Shades of Blue Violet #771DEA
Tints of Blue Violet #771DEA
RGB
CMYK
RGB Variations
Color information
#771DEA (or 0x771DEA) is known color: Blue Violet. HEX triplet: 77, 1D and EA. RGB value is (119,29,234). Sum of RGB (Red+Green+Blue) = 119+29+234=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #771DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771DEA is #88E215. Grayscale: #4E4E4E. Windows color (decimal): -8970774 or 15342967. OLE color: 15342967.
HSL color Cylindrical-coordinate representation of color #771DEA: hue angle of 266.34º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771DEA is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 29 | 234 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.08 |
| HSL | 266.34º | 0.83% | 0.52% | - |
| HSV(B) | 266.34º | 0.88% | 0.92% | - |
| XYZ | 22.9 | 10.74 | 78.71 | - |
| YUV | 79.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 234 | 0.49 | 0.88 | 0 | 0.08 | 266.34 | 0.83 | 0.52 |
| Hex | 77 | 1D | EA | 31 | 58 | 0 | 8 | 10A | 53 | 34 |
| Octal | 167 | 35 | 352 | 61 | 130 | 0 | 10 | 412 | 123 | 64 |
| Binary | 1110111 | 11101 | 11101010 | 110001 | 1011000 | 0 | 1000 | 100001010 | 1010011 | 110100 |
Color Harmonies of #771DEA
Complementary color
Monochromatic Colors of #771DEA
Black with #771DEA
Text Example
Text Example
White with #771DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DEA; }
p { color: rgb(119,29,234); }
H1.HeaderClassName
{
color: #771DEA;
}
.AnyTagClassName
{
color: #771DEA;
}
</style>
background-color css
<style>
a { background-color: #771DEA; }
a { background-color: rgb(119,29,234); }
div.DivClassName
{
background-color: #771DEA;
}
.BgClassName
{
background-color: #771DEA;
}
</style>
border-color css
<style>
span { border-color: #771DEA; }
span { border-color: rgb(119,29,234); }
td.TdClassName
{
border-color: #771DEA;
}
.TagClassName
{
border-color: #771DEA;
}
</style>