Shades of Dark Violet #7700AF
Tints of Dark Violet #7700AF
RGB
CMYK
RGB Variations
Color information
#7700AF (or 0x7700AF) is known color: Dark Violet. HEX triplet: 77, 00 and AF. RGB value is (119,0,175). Sum of RGB (Red+Green+Blue) = 119+0+175=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #7700AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7700AF is #88FF50. Grayscale: #363636. Windows color (decimal): -8978257 or 11468919. OLE color: 11468919.
HSL color Cylindrical-coordinate representation of color #7700AF: hue angle of 280.8º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700AF is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 0 | 175 | - |
| CMYK | 0.32 | 1 | 0 | 0.31 |
| HSL | 280.8º | 1% | 0.34% | - |
| HSV(B) | 280.8º | 1% | 0.69% | - |
| XYZ | 15.35 | 7.02 | 41.1 | - |
| YUV | 55.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 175 | 0.32 | 1 | 0 | 0.31 | 280.8 | 1 | 0.34 |
| Hex | 77 | 0 | AF | 20 | 64 | 0 | 1F | 119 | 64 | 22 |
| Octal | 167 | 0 | 257 | 40 | 144 | 0 | 37 | 431 | 144 | 42 |
| Binary | 1110111 | 0 | 10101111 | 100000 | 1100100 | 0 | 11111 | 100011001 | 1100100 | 100010 |
Color Harmonies of #7700AF
Complementary color
Monochromatic Colors of #7700AF
Black with #7700AF
Text Example
Text Example
White with #7700AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700AF; }
p { color: rgb(119,0,175); }
H1.HeaderClassName
{
color: #7700AF;
}
.AnyTagClassName
{
color: #7700AF;
}
</style>
background-color css
<style>
a { background-color: #7700AF; }
a { background-color: rgb(119,0,175); }
div.DivClassName
{
background-color: #7700AF;
}
.BgClassName
{
background-color: #7700AF;
}
</style>
border-color css
<style>
span { border-color: #7700AF; }
span { border-color: rgb(119,0,175); }
td.TdClassName
{
border-color: #7700AF;
}
.TagClassName
{
border-color: #7700AF;
}
</style>