Shades of Dark Violet #770ED5
Tints of Dark Violet #770ED5
RGB
CMYK
RGB Variations
Color information
#770ED5 (or 0x770ED5) is known color: Dark Violet. HEX triplet: 77, 0E and D5. RGB value is (119,14,213). Sum of RGB (Red+Green+Blue) = 119+14+213=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 213 (83.59% from 255 or 61.56% from 346); Max value from RGB is 213 - color contains mainly: blue. Hex color #770ED5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ED5 is #88F12A. Grayscale: #434343. Windows color (decimal): -8974635 or 13962871. OLE color: 13962871.
HSL color Cylindrical-coordinate representation of color #770ED5: hue angle of 271.66º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770ED5 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 14 | 213 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.16 |
| HSL | 271.66º | 0.88% | 0.45% | - |
| HSV(B) | 271.66º | 0.93% | 0.84% | - |
| XYZ | 19.78 | 9.04 | 63.65 | - |
| YUV | 68.08 | 209.79 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 213 | 0.44 | 0.93 | 0 | 0.16 | 271.66 | 0.88 | 0.45 |
| Hex | 77 | E | D5 | 2C | 5D | 0 | 10 | 110 | 58 | 2D |
| Octal | 167 | 16 | 325 | 54 | 135 | 0 | 20 | 420 | 130 | 55 |
| Binary | 1110111 | 1110 | 11010101 | 101100 | 1011101 | 0 | 10000 | 100010000 | 1011000 | 101101 |
Color Harmonies of #770ED5
Complementary color
Monochromatic Colors of #770ED5
Black with #770ED5
Text Example
Text Example
White with #770ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ED5; }
p { color: rgb(119,14,213); }
H1.HeaderClassName
{
color: #770ED5;
}
.AnyTagClassName
{
color: #770ED5;
}
</style>
background-color css
<style>
a { background-color: #770ED5; }
a { background-color: rgb(119,14,213); }
div.DivClassName
{
background-color: #770ED5;
}
.BgClassName
{
background-color: #770ED5;
}
</style>
border-color css
<style>
span { border-color: #770ED5; }
span { border-color: rgb(119,14,213); }
td.TdClassName
{
border-color: #770ED5;
}
.TagClassName
{
border-color: #770ED5;
}
</style>