Shades of Dark Violet #770ECE
Tints of Dark Violet #770ECE
RGB
CMYK
RGB Variations
Color information
#770ECE (or 0x770ECE) is known color: Dark Violet. HEX triplet: 77, 0E and CE. RGB value is (119,14,206). Sum of RGB (Red+Green+Blue) = 119+14+206=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #770ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ECE is #88F131. Grayscale: #424242. Windows color (decimal): -8974642 or 13504119. OLE color: 13504119.
HSL color Cylindrical-coordinate representation of color #770ECE: hue angle of 272.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770ECE is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 14 | 206 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.19 |
| HSL | 272.81º | 0.87% | 0.43% | - |
| HSV(B) | 272.81º | 0.93% | 0.81% | - |
| XYZ | 18.91 | 8.69 | 59.07 | - |
| YUV | 67.28 | 206.29 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 206 | 0.42 | 0.93 | 0 | 0.19 | 272.81 | 0.87 | 0.43 |
| Hex | 77 | E | CE | 2A | 5D | 0 | 13 | 111 | 57 | 2B |
| Octal | 167 | 16 | 316 | 52 | 135 | 0 | 23 | 421 | 127 | 53 |
| Binary | 1110111 | 1110 | 11001110 | 101010 | 1011101 | 0 | 10011 | 100010001 | 1010111 | 101011 |
Color Harmonies of #770ECE
Complementary color
Monochromatic Colors of #770ECE
Black with #770ECE
Text Example
Text Example
White with #770ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ECE; }
p { color: rgb(119,14,206); }
H1.HeaderClassName
{
color: #770ECE;
}
.AnyTagClassName
{
color: #770ECE;
}
</style>
background-color css
<style>
a { background-color: #770ECE; }
a { background-color: rgb(119,14,206); }
div.DivClassName
{
background-color: #770ECE;
}
.BgClassName
{
background-color: #770ECE;
}
</style>
border-color css
<style>
span { border-color: #770ECE; }
span { border-color: rgb(119,14,206); }
td.TdClassName
{
border-color: #770ECE;
}
.TagClassName
{
border-color: #770ECE;
}
</style>