Shades of Dark Violet #7700DF
Tints of Dark Violet #7700DF
RGB
CMYK
RGB Variations
Color information
#7700DF (or 0x7700DF) is known color: Dark Violet. HEX triplet: 77, 00 and DF. RGB value is (119,0,223). Sum of RGB (Red+Green+Blue) = 119+0+223=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #7700DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700DF is #88FF20. Grayscale: #3C3C3C. Windows color (decimal): -8978209 or 14614647. OLE color: 14614647.
HSL color Cylindrical-coordinate representation of color #7700DF: hue angle of 272.02º 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 #7700DF is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 0 | 223 | - |
| CMYK | 0.47 | 1 | 0 | 0.13 |
| HSL | 272.02º | 1% | 0.44% | - |
| HSV(B) | 272.02º | 1% | 0.87% | - |
| XYZ | 20.93 | 9.25 | 70.49 | - |
| YUV | 61 | 219.42 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 223 | 0.47 | 1 | 0 | 0.13 | 272.02 | 1 | 0.44 |
| Hex | 77 | 0 | DF | 2F | 64 | 0 | D | 110 | 64 | 2C |
| Octal | 167 | 0 | 337 | 57 | 144 | 0 | 15 | 420 | 144 | 54 |
| Binary | 1110111 | 0 | 11011111 | 101111 | 1100100 | 0 | 1101 | 100010000 | 1100100 | 101100 |
Color Harmonies of #7700DF
Complementary color
Monochromatic Colors of #7700DF
Black with #7700DF
Text Example
Text Example
White with #7700DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700DF; }
p { color: rgb(119,0,223); }
H1.HeaderClassName
{
color: #7700DF;
}
.AnyTagClassName
{
color: #7700DF;
}
</style>
background-color css
<style>
a { background-color: #7700DF; }
a { background-color: rgb(119,0,223); }
div.DivClassName
{
background-color: #7700DF;
}
.BgClassName
{
background-color: #7700DF;
}
</style>
border-color css
<style>
span { border-color: #7700DF; }
span { border-color: rgb(119,0,223); }
td.TdClassName
{
border-color: #7700DF;
}
.TagClassName
{
border-color: #7700DF;
}
</style>