Shades of Dark Violet #780BE0
Tints of Dark Violet #780BE0
RGB
CMYK
RGB Variations
Color information
#780BE0 (or 0x780BE0) is known color: Dark Violet. HEX triplet: 78, 0B and E0. RGB value is (120,11,224). Sum of RGB (Red+Green+Blue) = 120+11+224=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #780BE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BE0 is #87F41F. Grayscale: #434343. Windows color (decimal): -8909856 or 14683000. OLE color: 14683000.
HSL color Cylindrical-coordinate representation of color #780BE0: hue angle of 270.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BE0 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 11 | 224 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.12 |
| HSL | 270.7º | 0.91% | 0.46% | - |
| HSV(B) | 270.7º | 0.95% | 0.88% | - |
| XYZ | 21.32 | 9.61 | 71.25 | - |
| YUV | 67.87 | 216.11 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 224 | 0.46 | 0.95 | 0 | 0.12 | 270.7 | 0.91 | 0.46 |
| Hex | 78 | B | E0 | 2E | 5F | 0 | C | 10F | 5B | 2E |
| Octal | 170 | 13 | 340 | 56 | 137 | 0 | 14 | 417 | 133 | 56 |
| Binary | 1111000 | 1011 | 11100000 | 101110 | 1011111 | 0 | 1100 | 100001111 | 1011011 | 101110 |
Color Harmonies of #780BE0
Complementary color
Monochromatic Colors of #780BE0
Black with #780BE0
Text Example
Text Example
White with #780BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BE0; }
p { color: rgb(120,11,224); }
H1.HeaderClassName
{
color: #780BE0;
}
.AnyTagClassName
{
color: #780BE0;
}
</style>
background-color css
<style>
a { background-color: #780BE0; }
a { background-color: rgb(120,11,224); }
div.DivClassName
{
background-color: #780BE0;
}
.BgClassName
{
background-color: #780BE0;
}
</style>
border-color css
<style>
span { border-color: #780BE0; }
span { border-color: rgb(120,11,224); }
td.TdClassName
{
border-color: #780BE0;
}
.TagClassName
{
border-color: #780BE0;
}
</style>