Shades of Dark Violet #7800AE
Tints of Dark Violet #7800AE
RGB
CMYK
RGB Variations
Color information
#7800AE (or 0x7800AE) is known color: Dark Violet. HEX triplet: 78, 00 and AE. RGB value is (120,0,174). Sum of RGB (Red+Green+Blue) = 120+0+174=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #7800AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7800AE is #87FF51. Grayscale: #373737. Windows color (decimal): -8912722 or 11403384. OLE color: 11403384.
HSL color Cylindrical-coordinate representation of color #7800AE: hue angle of 281.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7800AE is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 0 | 174 | - |
| CMYK | 0.31 | 1 | 0 | 0.32 |
| HSL | 281.38º | 1% | 0.34% | - |
| HSV(B) | 281.38º | 1% | 0.68% | - |
| XYZ | 15.39 | 7.05 | 40.59 | - |
| YUV | 55.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 174 | 0.31 | 1 | 0 | 0.32 | 281.38 | 1 | 0.34 |
| Hex | 78 | 0 | AE | 1F | 64 | 0 | 20 | 119 | 64 | 22 |
| Octal | 170 | 0 | 256 | 37 | 144 | 0 | 40 | 431 | 144 | 42 |
| Binary | 1111000 | 0 | 10101110 | 11111 | 1100100 | 0 | 100000 | 100011001 | 1100100 | 100010 |
Color Harmonies of #7800AE
Complementary color
Monochromatic Colors of #7800AE
Black with #7800AE
Text Example
Text Example
White with #7800AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7800AE; }
p { color: rgb(120,0,174); }
H1.HeaderClassName
{
color: #7800AE;
}
.AnyTagClassName
{
color: #7800AE;
}
</style>
background-color css
<style>
a { background-color: #7800AE; }
a { background-color: rgb(120,0,174); }
div.DivClassName
{
background-color: #7800AE;
}
.BgClassName
{
background-color: #7800AE;
}
</style>
border-color css
<style>
span { border-color: #7800AE; }
span { border-color: rgb(120,0,174); }
td.TdClassName
{
border-color: #7800AE;
}
.TagClassName
{
border-color: #7800AE;
}
</style>