Shades of Dark Violet #7805DE
Tints of Dark Violet #7805DE
RGB
CMYK
RGB Variations
Color information
#7805DE (or 0x7805DE) is known color: Dark Violet. HEX triplet: 78, 05 and DE. RGB value is (120,5,222). Sum of RGB (Red+Green+Blue) = 120+5+222=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #7805DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7805DE is #87FA21. Grayscale: #3F3F3F. Windows color (decimal): -8911394 or 14550392. OLE color: 14550392.
HSL color Cylindrical-coordinate representation of color #7805DE: hue angle of 271.8º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7805DE is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 5 | 222 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.13 |
| HSL | 271.8º | 0.96% | 0.45% | - |
| HSV(B) | 271.8º | 0.98% | 0.87% | - |
| XYZ | 20.98 | 9.38 | 69.81 | - |
| YUV | 64.12 | 217.1 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 222 | 0.46 | 0.98 | 0 | 0.13 | 271.8 | 0.96 | 0.45 |
| Hex | 78 | 5 | DE | 2E | 62 | 0 | D | 110 | 60 | 2D |
| Octal | 170 | 5 | 336 | 56 | 142 | 0 | 15 | 420 | 140 | 55 |
| Binary | 1111000 | 101 | 11011110 | 101110 | 1100010 | 0 | 1101 | 100010000 | 1100000 | 101101 |
Color Harmonies of #7805DE
Complementary color
Monochromatic Colors of #7805DE
Black with #7805DE
Text Example
Text Example
White with #7805DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805DE; }
p { color: rgb(120,5,222); }
H1.HeaderClassName
{
color: #7805DE;
}
.AnyTagClassName
{
color: #7805DE;
}
</style>
background-color css
<style>
a { background-color: #7805DE; }
a { background-color: rgb(120,5,222); }
div.DivClassName
{
background-color: #7805DE;
}
.BgClassName
{
background-color: #7805DE;
}
</style>
border-color css
<style>
span { border-color: #7805DE; }
span { border-color: rgb(120,5,222); }
td.TdClassName
{
border-color: #7805DE;
}
.TagClassName
{
border-color: #7805DE;
}
</style>