Shades of Dark Violet #780AAD
Tints of Dark Violet #780AAD
RGB
CMYK
RGB Variations
Color information
#780AAD (or 0x780AAD) is known color: Dark Violet. HEX triplet: 78, 0A and AD. RGB value is (120,10,173). Sum of RGB (Red+Green+Blue) = 120+10+173=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #780AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780AAD is #87F552. Grayscale: #3C3C3C. Windows color (decimal): -8910163 or 11340408. OLE color: 11340408.
HSL color Cylindrical-coordinate representation of color #780AAD: hue angle of 280.49º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780AAD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 10 | 173 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.32 |
| HSL | 280.49º | 0.89% | 0.36% | - |
| HSV(B) | 280.49º | 0.94% | 0.68% | - |
| XYZ | 15.4 | 7.23 | 40.12 | - |
| YUV | 61.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 173 | 0.31 | 0.94 | 0 | 0.32 | 280.49 | 0.89 | 0.36 |
| Hex | 78 | A | AD | 1F | 5E | 0 | 20 | 118 | 59 | 24 |
| Octal | 170 | 12 | 255 | 37 | 136 | 0 | 40 | 430 | 131 | 44 |
| Binary | 1111000 | 1010 | 10101101 | 11111 | 1011110 | 0 | 100000 | 100011000 | 1011001 | 100100 |
Color Harmonies of #780AAD
Complementary color
Monochromatic Colors of #780AAD
Black with #780AAD
Text Example
Text Example
White with #780AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780AAD; }
p { color: rgb(120,10,173); }
H1.HeaderClassName
{
color: #780AAD;
}
.AnyTagClassName
{
color: #780AAD;
}
</style>
background-color css
<style>
a { background-color: #780AAD; }
a { background-color: rgb(120,10,173); }
div.DivClassName
{
background-color: #780AAD;
}
.BgClassName
{
background-color: #780AAD;
}
</style>
border-color css
<style>
span { border-color: #780AAD; }
span { border-color: rgb(120,10,173); }
td.TdClassName
{
border-color: #780AAD;
}
.TagClassName
{
border-color: #780AAD;
}
</style>