Shades of Dark Violet #7700DE
Tints of Dark Violet #7700DE
RGB
CMYK
RGB Variations
Color information
#7700DE (or 0x7700DE) is known color: Dark Violet. HEX triplet: 77, 00 and DE. RGB value is (119,0,222). Sum of RGB (Red+Green+Blue) = 119+0+222=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #7700DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700DE is #88FF21. Grayscale: #3C3C3C. Windows color (decimal): -8978210 or 14549111. OLE color: 14549111.
HSL color Cylindrical-coordinate representation of color #7700DE: hue angle of 272.16º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700DE is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 0 | 222 | - |
| CMYK | 0.46 | 1 | 0 | 0.13 |
| HSL | 272.16º | 1% | 0.44% | - |
| HSV(B) | 272.16º | 1% | 0.87% | - |
| XYZ | 20.79 | 9.2 | 69.79 | - |
| YUV | 60.89 | 218.92 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 222 | 0.46 | 1 | 0 | 0.13 | 272.16 | 1 | 0.44 |
| Hex | 77 | 0 | DE | 2E | 64 | 0 | D | 110 | 64 | 2C |
| Octal | 167 | 0 | 336 | 56 | 144 | 0 | 15 | 420 | 144 | 54 |
| Binary | 1110111 | 0 | 11011110 | 101110 | 1100100 | 0 | 1101 | 100010000 | 1100100 | 101100 |
Color Harmonies of #7700DE
Complementary color
Monochromatic Colors of #7700DE
Black with #7700DE
Text Example
Text Example
White with #7700DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700DE; }
p { color: rgb(119,0,222); }
H1.HeaderClassName
{
color: #7700DE;
}
.AnyTagClassName
{
color: #7700DE;
}
</style>
background-color css
<style>
a { background-color: #7700DE; }
a { background-color: rgb(119,0,222); }
div.DivClassName
{
background-color: #7700DE;
}
.BgClassName
{
background-color: #7700DE;
}
</style>
border-color css
<style>
span { border-color: #7700DE; }
span { border-color: rgb(119,0,222); }
td.TdClassName
{
border-color: #7700DE;
}
.TagClassName
{
border-color: #7700DE;
}
</style>