Shades of Dark Violet #7805DA
Tints of Dark Violet #7805DA
RGB
CMYK
RGB Variations
Color information
#7805DA (or 0x7805DA) is known color: Dark Violet. HEX triplet: 78, 05 and DA. RGB value is (120,5,218). Sum of RGB (Red+Green+Blue) = 120+5+218=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #7805DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7805DA is #87FA25. Grayscale: #3E3E3E. Windows color (decimal): -8911398 or 14288248. OLE color: 14288248.
HSL color Cylindrical-coordinate representation of color #7805DA: hue angle of 272.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7805DA is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 5 | 218 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.15 |
| HSL | 272.39º | 0.96% | 0.44% | - |
| HSV(B) | 272.39º | 0.98% | 0.85% | - |
| XYZ | 20.45 | 9.16 | 67.02 | - |
| YUV | 63.67 | 215.1 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 218 | 0.45 | 0.98 | 0 | 0.15 | 272.39 | 0.96 | 0.44 |
| Hex | 78 | 5 | DA | 2D | 62 | 0 | F | 110 | 60 | 2C |
| Octal | 170 | 5 | 332 | 55 | 142 | 0 | 17 | 420 | 140 | 54 |
| Binary | 1111000 | 101 | 11011010 | 101101 | 1100010 | 0 | 1111 | 100010000 | 1100000 | 101100 |
Color Harmonies of #7805DA
Complementary color
Monochromatic Colors of #7805DA
Black with #7805DA
Text Example
Text Example
White with #7805DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805DA; }
p { color: rgb(120,5,218); }
H1.HeaderClassName
{
color: #7805DA;
}
.AnyTagClassName
{
color: #7805DA;
}
</style>
background-color css
<style>
a { background-color: #7805DA; }
a { background-color: rgb(120,5,218); }
div.DivClassName
{
background-color: #7805DA;
}
.BgClassName
{
background-color: #7805DA;
}
</style>
border-color css
<style>
span { border-color: #7805DA; }
span { border-color: rgb(120,5,218); }
td.TdClassName
{
border-color: #7805DA;
}
.TagClassName
{
border-color: #7805DA;
}
</style>