Shades of Dark Violet #7705AD
Tints of Dark Violet #7705AD
RGB
CMYK
RGB Variations
Color information
#7705AD (or 0x7705AD) is known color: Dark Violet. HEX triplet: 77, 05 and AD. RGB value is (119,5,173). Sum of RGB (Red+Green+Blue) = 119+5+173=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #7705AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7705AD is #88FA52. Grayscale: #393939. Windows color (decimal): -8976979 or 11339127. OLE color: 11339127.
HSL color Cylindrical-coordinate representation of color #7705AD: hue angle of 280.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705AD is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 5 | 173 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.32 |
| HSL | 280.71º | 0.94% | 0.35% | - |
| HSV(B) | 280.71º | 0.97% | 0.68% | - |
| XYZ | 15.2 | 7.05 | 40.09 | - |
| YUV | 58.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 173 | 0.31 | 0.97 | 0 | 0.32 | 280.71 | 0.94 | 0.35 |
| Hex | 77 | 5 | AD | 1F | 61 | 0 | 20 | 119 | 5E | 23 |
| Octal | 167 | 5 | 255 | 37 | 141 | 0 | 40 | 431 | 136 | 43 |
| Binary | 1110111 | 101 | 10101101 | 11111 | 1100001 | 0 | 100000 | 100011001 | 1011110 | 100011 |
Color Harmonies of #7705AD
Complementary color
Monochromatic Colors of #7705AD
Black with #7705AD
Text Example
Text Example
White with #7705AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705AD; }
p { color: rgb(119,5,173); }
H1.HeaderClassName
{
color: #7705AD;
}
.AnyTagClassName
{
color: #7705AD;
}
</style>
background-color css
<style>
a { background-color: #7705AD; }
a { background-color: rgb(119,5,173); }
div.DivClassName
{
background-color: #7705AD;
}
.BgClassName
{
background-color: #7705AD;
}
</style>
border-color css
<style>
span { border-color: #7705AD; }
span { border-color: rgb(119,5,173); }
td.TdClassName
{
border-color: #7705AD;
}
.TagClassName
{
border-color: #7705AD;
}
</style>