Shades of Blue Violet #770DE0
Tints of Blue Violet #770DE0
RGB
CMYK
RGB Variations
Color information
#770DE0 (or 0x770DE0) is known color: Blue Violet. HEX triplet: 77, 0D and E0. RGB value is (119,13,224). Sum of RGB (Red+Green+Blue) = 119+13+224=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #770DE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DE0 is #88F21F. Grayscale: #444444. Windows color (decimal): -8974880 or 14683511. OLE color: 14683511.
HSL color Cylindrical-coordinate representation of color #770DE0: hue angle of 270.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770DE0 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 13 | 224 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.12 |
| HSL | 270.14º | 0.89% | 0.46% | - |
| HSV(B) | 270.14º | 0.94% | 0.88% | - |
| XYZ | 21.21 | 9.59 | 71.25 | - |
| YUV | 68.75 | 215.62 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 224 | 0.47 | 0.94 | 0 | 0.12 | 270.14 | 0.89 | 0.46 |
| Hex | 77 | D | E0 | 2F | 5E | 0 | C | 10E | 59 | 2E |
| Octal | 167 | 15 | 340 | 57 | 136 | 0 | 14 | 416 | 131 | 56 |
| Binary | 1110111 | 1101 | 11100000 | 101111 | 1011110 | 0 | 1100 | 100001110 | 1011001 | 101110 |
Color Harmonies of #770DE0
Complementary color
Monochromatic Colors of #770DE0
Black with #770DE0
Text Example
Text Example
White with #770DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DE0; }
p { color: rgb(119,13,224); }
H1.HeaderClassName
{
color: #770DE0;
}
.AnyTagClassName
{
color: #770DE0;
}
</style>
background-color css
<style>
a { background-color: #770DE0; }
a { background-color: rgb(119,13,224); }
div.DivClassName
{
background-color: #770DE0;
}
.BgClassName
{
background-color: #770DE0;
}
</style>
border-color css
<style>
span { border-color: #770DE0; }
span { border-color: rgb(119,13,224); }
td.TdClassName
{
border-color: #770DE0;
}
.TagClassName
{
border-color: #770DE0;
}
</style>