Shades of Dark Violet #780BD4
Tints of Dark Violet #780BD4
RGB
CMYK
RGB Variations
Color information
#780BD4 (or 0x780BD4) is known color: Dark Violet. HEX triplet: 78, 0B and D4. RGB value is (120,11,212). Sum of RGB (Red+Green+Blue) = 120+11+212=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 212 (83.20% from 255 or 61.81% from 343); Max value from RGB is 212 - color contains mainly: blue. Hex color #780BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BD4 is #87F42B. Grayscale: #414141. Windows color (decimal): -8909868 or 13896568. OLE color: 13896568.
HSL color Cylindrical-coordinate representation of color #780BD4: hue angle of 272.54º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BD4 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 11 | 212 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.17 |
| HSL | 272.54º | 0.9% | 0.44% | - |
| HSV(B) | 272.54º | 0.95% | 0.83% | - |
| XYZ | 19.75 | 8.99 | 62.98 | - |
| YUV | 66.51 | 210.11 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 212 | 0.43 | 0.95 | 0 | 0.17 | 272.54 | 0.9 | 0.44 |
| Hex | 78 | B | D4 | 2B | 5F | 0 | 11 | 111 | 5A | 2C |
| Octal | 170 | 13 | 324 | 53 | 137 | 0 | 21 | 421 | 132 | 54 |
| Binary | 1111000 | 1011 | 11010100 | 101011 | 1011111 | 0 | 10001 | 100010001 | 1011010 | 101100 |
Color Harmonies of #780BD4
Complementary color
Monochromatic Colors of #780BD4
Black with #780BD4
Text Example
Text Example
White with #780BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BD4; }
p { color: rgb(120,11,212); }
H1.HeaderClassName
{
color: #780BD4;
}
.AnyTagClassName
{
color: #780BD4;
}
</style>
background-color css
<style>
a { background-color: #780BD4; }
a { background-color: rgb(120,11,212); }
div.DivClassName
{
background-color: #780BD4;
}
.BgClassName
{
background-color: #780BD4;
}
</style>
border-color css
<style>
span { border-color: #780BD4; }
span { border-color: rgb(120,11,212); }
td.TdClassName
{
border-color: #780BD4;
}
.TagClassName
{
border-color: #780BD4;
}
</style>