Shades of Dark Violet #7800AF
Tints of Dark Violet #7800AF
RGB
CMYK
RGB Variations
Color information
#7800AF (or 0x7800AF) is known color: Dark Violet. HEX triplet: 78, 00 and AF. RGB value is (120,0,175). Sum of RGB (Red+Green+Blue) = 120+0+175=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #7800AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7800AF is #87FF50. Grayscale: #373737. Windows color (decimal): -8912721 or 11468920. OLE color: 11468920.
HSL color Cylindrical-coordinate representation of color #7800AF: hue angle of 281.14º 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 #7800AF is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 0 | 175 | - |
| CMYK | 0.31 | 1 | 0 | 0.31 |
| HSL | 281.14º | 1% | 0.34% | - |
| HSV(B) | 281.14º | 1% | 0.69% | - |
| XYZ | 15.48 | 7.09 | 41.11 | - |
| YUV | 55.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 175 | 0.31 | 1 | 0 | 0.31 | 281.14 | 1 | 0.34 |
| Hex | 78 | 0 | AF | 1F | 64 | 0 | 1F | 119 | 64 | 22 |
| Octal | 170 | 0 | 257 | 37 | 144 | 0 | 37 | 431 | 144 | 42 |
| Binary | 1111000 | 0 | 10101111 | 11111 | 1100100 | 0 | 11111 | 100011001 | 1100100 | 100010 |
Color Harmonies of #7800AF
Complementary color
Monochromatic Colors of #7800AF
Black with #7800AF
Text Example
Text Example
White with #7800AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7800AF; }
p { color: rgb(120,0,175); }
H1.HeaderClassName
{
color: #7800AF;
}
.AnyTagClassName
{
color: #7800AF;
}
</style>
background-color css
<style>
a { background-color: #7800AF; }
a { background-color: rgb(120,0,175); }
div.DivClassName
{
background-color: #7800AF;
}
.BgClassName
{
background-color: #7800AF;
}
</style>
border-color css
<style>
span { border-color: #7800AF; }
span { border-color: rgb(120,0,175); }
td.TdClassName
{
border-color: #7800AF;
}
.TagClassName
{
border-color: #7800AF;
}
</style>