Shades of Dark Violet #770ED0
Tints of Dark Violet #770ED0
RGB
CMYK
RGB Variations
Color information
#770ED0 (or 0x770ED0) is known color: Dark Violet. HEX triplet: 77, 0E and D0. RGB value is (119,14,208). Sum of RGB (Red+Green+Blue) = 119+14+208=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #770ED0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ED0 is #88F12F. Grayscale: #424242. Windows color (decimal): -8974640 or 13635191. OLE color: 13635191.
HSL color Cylindrical-coordinate representation of color #770ED0: hue angle of 272.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770ED0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 14 | 208 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.18 |
| HSL | 272.47º | 0.87% | 0.44% | - |
| HSV(B) | 272.47º | 0.93% | 0.82% | - |
| XYZ | 19.15 | 8.79 | 60.36 | - |
| YUV | 67.51 | 207.29 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 208 | 0.43 | 0.93 | 0 | 0.18 | 272.47 | 0.87 | 0.44 |
| Hex | 77 | E | D0 | 2B | 5D | 0 | 12 | 110 | 57 | 2C |
| Octal | 167 | 16 | 320 | 53 | 135 | 0 | 22 | 420 | 127 | 54 |
| Binary | 1110111 | 1110 | 11010000 | 101011 | 1011101 | 0 | 10010 | 100010000 | 1010111 | 101100 |
Color Harmonies of #770ED0
Complementary color
Monochromatic Colors of #770ED0
Black with #770ED0
Text Example
Text Example
White with #770ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ED0; }
p { color: rgb(119,14,208); }
H1.HeaderClassName
{
color: #770ED0;
}
.AnyTagClassName
{
color: #770ED0;
}
</style>
background-color css
<style>
a { background-color: #770ED0; }
a { background-color: rgb(119,14,208); }
div.DivClassName
{
background-color: #770ED0;
}
.BgClassName
{
background-color: #770ED0;
}
</style>
border-color css
<style>
span { border-color: #770ED0; }
span { border-color: rgb(119,14,208); }
td.TdClassName
{
border-color: #770ED0;
}
.TagClassName
{
border-color: #770ED0;
}
</style>