Shades of Dark Violet #7805BA
Tints of Dark Violet #7805BA
RGB
CMYK
RGB Variations
Color information
#7805BA (or 0x7805BA) is known color: Dark Violet. HEX triplet: 78, 05 and BA. RGB value is (120,5,186). Sum of RGB (Red+Green+Blue) = 120+5+186=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #7805BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7805BA is #87FA45. Grayscale: #3B3B3B. Windows color (decimal): -8911430 or 12191096. OLE color: 12191096.
HSL color Cylindrical-coordinate representation of color #7805BA: hue angle of 278.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7805BA is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 5 | 186 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.27 |
| HSL | 278.12º | 0.95% | 0.37% | - |
| HSV(B) | 278.12º | 0.97% | 0.73% | - |
| XYZ | 16.66 | 7.65 | 47.05 | - |
| YUV | 60.02 | 199.1 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 186 | 0.35 | 0.97 | 0 | 0.27 | 278.12 | 0.95 | 0.37 |
| Hex | 78 | 5 | BA | 23 | 61 | 0 | 1B | 116 | 5F | 25 |
| Octal | 170 | 5 | 272 | 43 | 141 | 0 | 33 | 426 | 137 | 45 |
| Binary | 1111000 | 101 | 10111010 | 100011 | 1100001 | 0 | 11011 | 100010110 | 1011111 | 100101 |
Color Harmonies of #7805BA
Complementary color
Monochromatic Colors of #7805BA
Black with #7805BA
Text Example
Text Example
White with #7805BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805BA; }
p { color: rgb(120,5,186); }
H1.HeaderClassName
{
color: #7805BA;
}
.AnyTagClassName
{
color: #7805BA;
}
</style>
background-color css
<style>
a { background-color: #7805BA; }
a { background-color: rgb(120,5,186); }
div.DivClassName
{
background-color: #7805BA;
}
.BgClassName
{
background-color: #7805BA;
}
</style>
border-color css
<style>
span { border-color: #7805BA; }
span { border-color: rgb(120,5,186); }
td.TdClassName
{
border-color: #7805BA;
}
.TagClassName
{
border-color: #7805BA;
}
</style>