Shades of Blue Violet #771EDA
Tints of Blue Violet #771EDA
RGB
CMYK
RGB Variations
Color information
#771EDA (or 0x771EDA) is known color: Blue Violet. HEX triplet: 77, 1E and DA. RGB value is (119,30,218). Sum of RGB (Red+Green+Blue) = 119+30+218=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #771EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EDA is #88E125. Grayscale: #4D4D4D. Windows color (decimal): -8970534 or 14294647. OLE color: 14294647.
HSL color Cylindrical-coordinate representation of color #771EDA: hue angle of 268.4º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771EDA is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 30 | 218 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.15 |
| HSL | 268.4º | 0.76% | 0.49% | - |
| HSV(B) | 268.4º | 0.86% | 0.85% | - |
| XYZ | 20.73 | 9.91 | 67.15 | - |
| YUV | 78.04 | 206.99 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 218 | 0.45 | 0.86 | 0 | 0.15 | 268.4 | 0.76 | 0.49 |
| Hex | 77 | 1E | DA | 2D | 56 | 0 | F | 10C | 4C | 31 |
| Octal | 167 | 36 | 332 | 55 | 126 | 0 | 17 | 414 | 114 | 61 |
| Binary | 1110111 | 11110 | 11011010 | 101101 | 1010110 | 0 | 1111 | 100001100 | 1001100 | 110001 |
Color Harmonies of #771EDA
Complementary color
Monochromatic Colors of #771EDA
Black with #771EDA
Text Example
Text Example
White with #771EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EDA; }
p { color: rgb(119,30,218); }
H1.HeaderClassName
{
color: #771EDA;
}
.AnyTagClassName
{
color: #771EDA;
}
</style>
background-color css
<style>
a { background-color: #771EDA; }
a { background-color: rgb(119,30,218); }
div.DivClassName
{
background-color: #771EDA;
}
.BgClassName
{
background-color: #771EDA;
}
</style>
border-color css
<style>
span { border-color: #771EDA; }
span { border-color: rgb(119,30,218); }
td.TdClassName
{
border-color: #771EDA;
}
.TagClassName
{
border-color: #771EDA;
}
</style>