Shades of Dark Violet #7705AF
Tints of Dark Violet #7705AF
RGB
CMYK
RGB Variations
Color information
#7705AF (or 0x7705AF) is known color: Dark Violet. HEX triplet: 77, 05 and AF. RGB value is (119,5,175). Sum of RGB (Red+Green+Blue) = 119+5+175=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #7705AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7705AF is #88FA50. Grayscale: #393939. Windows color (decimal): -8976977 or 11470199. OLE color: 11470199.
HSL color Cylindrical-coordinate representation of color #7705AF: hue angle of 280.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705AF is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 5 | 175 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.31 |
| HSL | 280.24º | 0.94% | 0.35% | - |
| HSV(B) | 280.24º | 0.97% | 0.69% | - |
| XYZ | 15.4 | 7.13 | 41.12 | - |
| YUV | 58.47 | 193.77 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 175 | 0.32 | 0.97 | 0 | 0.31 | 280.24 | 0.94 | 0.35 |
| Hex | 77 | 5 | AF | 20 | 61 | 0 | 1F | 118 | 5E | 23 |
| Octal | 167 | 5 | 257 | 40 | 141 | 0 | 37 | 430 | 136 | 43 |
| Binary | 1110111 | 101 | 10101111 | 100000 | 1100001 | 0 | 11111 | 100011000 | 1011110 | 100011 |
Color Harmonies of #7705AF
Complementary color
Monochromatic Colors of #7705AF
Black with #7705AF
Text Example
Text Example
White with #7705AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705AF; }
p { color: rgb(119,5,175); }
H1.HeaderClassName
{
color: #7705AF;
}
.AnyTagClassName
{
color: #7705AF;
}
</style>
background-color css
<style>
a { background-color: #7705AF; }
a { background-color: rgb(119,5,175); }
div.DivClassName
{
background-color: #7705AF;
}
.BgClassName
{
background-color: #7705AF;
}
</style>
border-color css
<style>
span { border-color: #7705AF; }
span { border-color: rgb(119,5,175); }
td.TdClassName
{
border-color: #7705AF;
}
.TagClassName
{
border-color: #7705AF;
}
</style>