Shades of Dark Violet #780ECF
Tints of Dark Violet #780ECF
RGB
CMYK
RGB Variations
Color information
#780ECF (or 0x780ECF) is known color: Dark Violet. HEX triplet: 78, 0E and CF. RGB value is (120,14,207). Sum of RGB (Red+Green+Blue) = 120+14+207=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #780ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ECF is #87F130. Grayscale: #434343. Windows color (decimal): -8909105 or 13569656. OLE color: 13569656.
HSL color Cylindrical-coordinate representation of color #780ECF: hue angle of 272.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780ECF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 14 | 207 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.19 |
| HSL | 272.95º | 0.87% | 0.43% | - |
| HSV(B) | 272.95º | 0.93% | 0.81% | - |
| XYZ | 19.17 | 8.81 | 59.72 | - |
| YUV | 67.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 207 | 0.42 | 0.93 | 0 | 0.19 | 272.95 | 0.87 | 0.43 |
| Hex | 78 | E | CF | 2A | 5D | 0 | 13 | 111 | 57 | 2B |
| Octal | 170 | 16 | 317 | 52 | 135 | 0 | 23 | 421 | 127 | 53 |
| Binary | 1111000 | 1110 | 11001111 | 101010 | 1011101 | 0 | 10011 | 100010001 | 1010111 | 101011 |
Color Harmonies of #780ECF
Complementary color
Monochromatic Colors of #780ECF
Black with #780ECF
Text Example
Text Example
White with #780ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780ECF; }
p { color: rgb(120,14,207); }
H1.HeaderClassName
{
color: #780ECF;
}
.AnyTagClassName
{
color: #780ECF;
}
</style>
background-color css
<style>
a { background-color: #780ECF; }
a { background-color: rgb(120,14,207); }
div.DivClassName
{
background-color: #780ECF;
}
.BgClassName
{
background-color: #780ECF;
}
</style>
border-color css
<style>
span { border-color: #780ECF; }
span { border-color: rgb(120,14,207); }
td.TdClassName
{
border-color: #780ECF;
}
.TagClassName
{
border-color: #780ECF;
}
</style>