Shades of Dark Violet #770ED7
Tints of Dark Violet #770ED7
RGB
CMYK
RGB Variations
Color information
#770ED7 (or 0x770ED7) is known color: Dark Violet. HEX triplet: 77, 0E and D7. RGB value is (119,14,215). Sum of RGB (Red+Green+Blue) = 119+14+215=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #770ED7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ED7 is #88F128. Grayscale: #434343. Windows color (decimal): -8974633 or 14093943. OLE color: 14093943.
HSL color Cylindrical-coordinate representation of color #770ED7: hue angle of 271.34º 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 #770ED7 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 14 | 215 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.16 |
| HSL | 271.34º | 0.88% | 0.45% | - |
| HSV(B) | 271.34º | 0.93% | 0.84% | - |
| XYZ | 20.03 | 9.14 | 65 | - |
| YUV | 68.31 | 210.79 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 215 | 0.45 | 0.93 | 0 | 0.16 | 271.34 | 0.88 | 0.45 |
| Hex | 77 | E | D7 | 2D | 5D | 0 | 10 | 10F | 58 | 2D |
| Octal | 167 | 16 | 327 | 55 | 135 | 0 | 20 | 417 | 130 | 55 |
| Binary | 1110111 | 1110 | 11010111 | 101101 | 1011101 | 0 | 10000 | 100001111 | 1011000 | 101101 |
Color Harmonies of #770ED7
Complementary color
Monochromatic Colors of #770ED7
Black with #770ED7
Text Example
Text Example
White with #770ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ED7; }
p { color: rgb(119,14,215); }
H1.HeaderClassName
{
color: #770ED7;
}
.AnyTagClassName
{
color: #770ED7;
}
</style>
background-color css
<style>
a { background-color: #770ED7; }
a { background-color: rgb(119,14,215); }
div.DivClassName
{
background-color: #770ED7;
}
.BgClassName
{
background-color: #770ED7;
}
</style>
border-color css
<style>
span { border-color: #770ED7; }
span { border-color: rgb(119,14,215); }
td.TdClassName
{
border-color: #770ED7;
}
.TagClassName
{
border-color: #770ED7;
}
</style>