Shades of Dark Violet #780BDF
Tints of Dark Violet #780BDF
RGB
CMYK
RGB Variations
Color information
#780BDF (or 0x780BDF) is known color: Dark Violet. HEX triplet: 78, 0B and DF. RGB value is (120,11,223). Sum of RGB (Red+Green+Blue) = 120+11+223=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #780BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BDF is #87F420. Grayscale: #434343. Windows color (decimal): -8909857 or 14617464. OLE color: 14617464.
HSL color Cylindrical-coordinate representation of color #780BDF: hue angle of 270.85º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BDF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 11 | 223 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 270.85º | 0.91% | 0.46% | - |
| HSV(B) | 270.85º | 0.95% | 0.87% | - |
| XYZ | 21.18 | 9.56 | 70.54 | - |
| YUV | 67.76 | 215.61 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 223 | 0.46 | 0.95 | 0 | 0.13 | 270.85 | 0.91 | 0.46 |
| Hex | 78 | B | DF | 2E | 5F | 0 | D | 10F | 5B | 2E |
| Octal | 170 | 13 | 337 | 56 | 137 | 0 | 15 | 417 | 133 | 56 |
| Binary | 1111000 | 1011 | 11011111 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101110 |
Color Harmonies of #780BDF
Complementary color
Monochromatic Colors of #780BDF
Black with #780BDF
Text Example
Text Example
White with #780BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BDF; }
p { color: rgb(120,11,223); }
H1.HeaderClassName
{
color: #780BDF;
}
.AnyTagClassName
{
color: #780BDF;
}
</style>
background-color css
<style>
a { background-color: #780BDF; }
a { background-color: rgb(120,11,223); }
div.DivClassName
{
background-color: #780BDF;
}
.BgClassName
{
background-color: #780BDF;
}
</style>
border-color css
<style>
span { border-color: #780BDF; }
span { border-color: rgb(120,11,223); }
td.TdClassName
{
border-color: #780BDF;
}
.TagClassName
{
border-color: #780BDF;
}
</style>