Shades of Blue Violet #771EEA
Tints of Blue Violet #771EEA
RGB
CMYK
RGB Variations
Color information
#771EEA (or 0x771EEA) is known color: Blue Violet. HEX triplet: 77, 1E and EA. RGB value is (119,30,234). Sum of RGB (Red+Green+Blue) = 119+30+234=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #771EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EEA is #88E115. Grayscale: #4F4F4F. Windows color (decimal): -8970518 or 15343223. OLE color: 15343223.
HSL color Cylindrical-coordinate representation of color #771EEA: hue angle of 266.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771EEA is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 30 | 234 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.08 |
| HSL | 266.18º | 0.83% | 0.52% | - |
| HSV(B) | 266.18º | 0.87% | 0.92% | - |
| XYZ | 22.92 | 10.79 | 78.72 | - |
| YUV | 79.87 | 214.99 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 234 | 0.49 | 0.87 | 0 | 0.08 | 266.18 | 0.83 | 0.52 |
| Hex | 77 | 1E | EA | 31 | 57 | 0 | 8 | 10A | 53 | 34 |
| Octal | 167 | 36 | 352 | 61 | 127 | 0 | 10 | 412 | 123 | 64 |
| Binary | 1110111 | 11110 | 11101010 | 110001 | 1010111 | 0 | 1000 | 100001010 | 1010011 | 110100 |
Color Harmonies of #771EEA
Complementary color
Monochromatic Colors of #771EEA
Black with #771EEA
Text Example
Text Example
White with #771EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EEA; }
p { color: rgb(119,30,234); }
H1.HeaderClassName
{
color: #771EEA;
}
.AnyTagClassName
{
color: #771EEA;
}
</style>
background-color css
<style>
a { background-color: #771EEA; }
a { background-color: rgb(119,30,234); }
div.DivClassName
{
background-color: #771EEA;
}
.BgClassName
{
background-color: #771EEA;
}
</style>
border-color css
<style>
span { border-color: #771EEA; }
span { border-color: rgb(119,30,234); }
td.TdClassName
{
border-color: #771EEA;
}
.TagClassName
{
border-color: #771EEA;
}
</style>