Shades of Dark Violet #780ADE
Tints of Dark Violet #780ADE
RGB
CMYK
RGB Variations
Color information
#780ADE (or 0x780ADE) is known color: Dark Violet. HEX triplet: 78, 0A and DE. RGB value is (120,10,222). Sum of RGB (Red+Green+Blue) = 120+10+222=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #780ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ADE is #87F521. Grayscale: #424242. Windows color (decimal): -8910114 or 14551672. OLE color: 14551672.
HSL color Cylindrical-coordinate representation of color #780ADE: hue angle of 271.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780ADE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 10 | 222 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 271.13º | 0.91% | 0.45% | - |
| HSV(B) | 271.13º | 0.95% | 0.87% | - |
| XYZ | 21.04 | 9.48 | 69.83 | - |
| YUV | 67.06 | 215.44 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 222 | 0.46 | 0.95 | 0 | 0.13 | 271.13 | 0.91 | 0.45 |
| Hex | 78 | A | DE | 2E | 5F | 0 | D | 10F | 5B | 2D |
| Octal | 170 | 12 | 336 | 56 | 137 | 0 | 15 | 417 | 133 | 55 |
| Binary | 1111000 | 1010 | 11011110 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101101 |
Color Harmonies of #780ADE
Complementary color
Monochromatic Colors of #780ADE
Black with #780ADE
Text Example
Text Example
White with #780ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780ADE; }
p { color: rgb(120,10,222); }
H1.HeaderClassName
{
color: #780ADE;
}
.AnyTagClassName
{
color: #780ADE;
}
</style>
background-color css
<style>
a { background-color: #780ADE; }
a { background-color: rgb(120,10,222); }
div.DivClassName
{
background-color: #780ADE;
}
.BgClassName
{
background-color: #780ADE;
}
</style>
border-color css
<style>
span { border-color: #780ADE; }
span { border-color: rgb(120,10,222); }
td.TdClassName
{
border-color: #780ADE;
}
.TagClassName
{
border-color: #780ADE;
}
</style>