Shades of Dark Violet #7707AD
Tints of Dark Violet #7707AD
RGB
CMYK
RGB Variations
Color information
#7707AD (or 0x7707AD) is known color: Dark Violet. HEX triplet: 77, 07 and AD. RGB value is (119,7,173). Sum of RGB (Red+Green+Blue) = 119+7+173=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #7707AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7707AD is #88F852. Grayscale: #3A3A3A. Windows color (decimal): -8976467 or 11339639. OLE color: 11339639.
HSL color Cylindrical-coordinate representation of color #7707AD: hue angle of 280.48º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7707AD is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 7 | 173 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.32 |
| HSL | 280.48º | 0.92% | 0.35% | - |
| HSV(B) | 280.48º | 0.96% | 0.68% | - |
| XYZ | 15.23 | 7.09 | 40.1 | - |
| YUV | 59.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 173 | 0.31 | 0.96 | 0 | 0.32 | 280.48 | 0.92 | 0.35 |
| Hex | 77 | 7 | AD | 1F | 60 | 0 | 20 | 118 | 5C | 23 |
| Octal | 167 | 7 | 255 | 37 | 140 | 0 | 40 | 430 | 134 | 43 |
| Binary | 1110111 | 111 | 10101101 | 11111 | 1100000 | 0 | 100000 | 100011000 | 1011100 | 100011 |
Color Harmonies of #7707AD
Complementary color
Monochromatic Colors of #7707AD
Black with #7707AD
Text Example
Text Example
White with #7707AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7707AD; }
p { color: rgb(119,7,173); }
H1.HeaderClassName
{
color: #7707AD;
}
.AnyTagClassName
{
color: #7707AD;
}
</style>
background-color css
<style>
a { background-color: #7707AD; }
a { background-color: rgb(119,7,173); }
div.DivClassName
{
background-color: #7707AD;
}
.BgClassName
{
background-color: #7707AD;
}
</style>
border-color css
<style>
span { border-color: #7707AD; }
span { border-color: rgb(119,7,173); }
td.TdClassName
{
border-color: #7707AD;
}
.TagClassName
{
border-color: #7707AD;
}
</style>