Shades of Blue Violet #770EE0
Tints of Blue Violet #770EE0
RGB
CMYK
RGB Variations
Color information
#770EE0 (or 0x770EE0) is known color: Blue Violet. HEX triplet: 77, 0E and E0. RGB value is (119,14,224). Sum of RGB (Red+Green+Blue) = 119+14+224=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #770EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EE0 is #88F11F. Grayscale: #444444. Windows color (decimal): -8974624 or 14683767. OLE color: 14683767.
HSL color Cylindrical-coordinate representation of color #770EE0: hue angle of 270º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EE0 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 14 | 224 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.12 |
| HSL | 270º | 0.88% | 0.47% | - |
| HSV(B) | 270º | 0.94% | 0.88% | - |
| XYZ | 21.22 | 9.62 | 71.26 | - |
| YUV | 69.34 | 215.29 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 224 | 0.47 | 0.94 | 0 | 0.12 | 270 | 0.88 | 0.47 |
| Hex | 77 | E | E0 | 2F | 5E | 0 | C | 10E | 58 | 2F |
| Octal | 167 | 16 | 340 | 57 | 136 | 0 | 14 | 416 | 130 | 57 |
| Binary | 1110111 | 1110 | 11100000 | 101111 | 1011110 | 0 | 1100 | 100001110 | 1011000 | 101111 |
Color Harmonies of #770EE0
Complementary color
Monochromatic Colors of #770EE0
Black with #770EE0
Text Example
Text Example
White with #770EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EE0; }
p { color: rgb(119,14,224); }
H1.HeaderClassName
{
color: #770EE0;
}
.AnyTagClassName
{
color: #770EE0;
}
</style>
background-color css
<style>
a { background-color: #770EE0; }
a { background-color: rgb(119,14,224); }
div.DivClassName
{
background-color: #770EE0;
}
.BgClassName
{
background-color: #770EE0;
}
</style>
border-color css
<style>
span { border-color: #770EE0; }
span { border-color: rgb(119,14,224); }
td.TdClassName
{
border-color: #770EE0;
}
.TagClassName
{
border-color: #770EE0;
}
</style>