Shades of Blue Violet #770EDD
Tints of Blue Violet #770EDD
RGB
CMYK
RGB Variations
Color information
#770EDD (or 0x770EDD) is known color: Blue Violet. HEX triplet: 77, 0E and DD. RGB value is (119,14,221). Sum of RGB (Red+Green+Blue) = 119+14+221=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #770EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EDD is #88F122. Grayscale: #444444. Windows color (decimal): -8974627 or 14487159. OLE color: 14487159.
HSL color Cylindrical-coordinate representation of color #770EDD: hue angle of 270.43º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EDD is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 14 | 221 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.13 |
| HSL | 270.43º | 0.88% | 0.46% | - |
| HSV(B) | 270.43º | 0.94% | 0.87% | - |
| XYZ | 20.82 | 9.46 | 69.13 | - |
| YUV | 68.99 | 213.79 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 221 | 0.46 | 0.94 | 0 | 0.13 | 270.43 | 0.88 | 0.46 |
| Hex | 77 | E | DD | 2E | 5E | 0 | D | 10E | 58 | 2E |
| Octal | 167 | 16 | 335 | 56 | 136 | 0 | 15 | 416 | 130 | 56 |
| Binary | 1110111 | 1110 | 11011101 | 101110 | 1011110 | 0 | 1101 | 100001110 | 1011000 | 101110 |
Color Harmonies of #770EDD
Complementary color
Monochromatic Colors of #770EDD
Black with #770EDD
Text Example
Text Example
White with #770EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EDD; }
p { color: rgb(119,14,221); }
H1.HeaderClassName
{
color: #770EDD;
}
.AnyTagClassName
{
color: #770EDD;
}
</style>
background-color css
<style>
a { background-color: #770EDD; }
a { background-color: rgb(119,14,221); }
div.DivClassName
{
background-color: #770EDD;
}
.BgClassName
{
background-color: #770EDD;
}
</style>
border-color css
<style>
span { border-color: #770EDD; }
span { border-color: rgb(119,14,221); }
td.TdClassName
{
border-color: #770EDD;
}
.TagClassName
{
border-color: #770EDD;
}
</style>