Shades of Dark Violet #7801DB
Tints of Dark Violet #7801DB
RGB
CMYK
RGB Variations
Color information
#7801DB (or 0x7801DB) is known color: Dark Violet. HEX triplet: 78, 01 and DB. RGB value is (120,1,219). Sum of RGB (Red+Green+Blue) = 120+1+219=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #7801DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7801DB is #87FE24. Grayscale: #3C3C3C. Windows color (decimal): -8912421 or 14352760. OLE color: 14352760.
HSL color Cylindrical-coordinate representation of color #7801DB: hue angle of 272.75º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7801DB is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 1 | 219 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.14 |
| HSL | 272.75º | 0.99% | 0.43% | - |
| HSV(B) | 272.75º | 1% | 0.86% | - |
| XYZ | 20.54 | 9.13 | 67.7 | - |
| YUV | 61.43 | 216.92 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 219 | 0.45 | 1.00 | 0 | 0.14 | 272.75 | 0.99 | 0.43 |
| Hex | 78 | 1 | DB | 2D | 64 | 0 | E | 111 | 63 | 2B |
| Octal | 170 | 1 | 333 | 55 | 144 | 0 | 16 | 421 | 143 | 53 |
| Binary | 1111000 | 1 | 11011011 | 101101 | 1100100 | 0 | 1110 | 100010001 | 1100011 | 101011 |
Color Harmonies of #7801DB
Complementary color
Monochromatic Colors of #7801DB
Black with #7801DB
Text Example
Text Example
White with #7801DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7801DB; }
p { color: rgb(120,1,219); }
H1.HeaderClassName
{
color: #7801DB;
}
.AnyTagClassName
{
color: #7801DB;
}
</style>
background-color css
<style>
a { background-color: #7801DB; }
a { background-color: rgb(120,1,219); }
div.DivClassName
{
background-color: #7801DB;
}
.BgClassName
{
background-color: #7801DB;
}
</style>
border-color css
<style>
span { border-color: #7801DB; }
span { border-color: rgb(120,1,219); }
td.TdClassName
{
border-color: #7801DB;
}
.TagClassName
{
border-color: #7801DB;
}
</style>