Shades of Dark Violet #7701DB
Tints of Dark Violet #7701DB
RGB
CMYK
RGB Variations
Color information
#7701DB (or 0x7701DB) is known color: Dark Violet. HEX triplet: 77, 01 and DB. RGB value is (119,1,219). Sum of RGB (Red+Green+Blue) = 119+1+219=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #7701DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701DB is #88FE24. Grayscale: #3C3C3C. Windows color (decimal): -8977957 or 14352759. OLE color: 14352759.
HSL color Cylindrical-coordinate representation of color #7701DB: hue angle of 272.48º 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 #7701DB is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 1 | 219 | - |
| CMYK | 0.46 | 1.00 | 0 | 0.14 |
| HSL | 272.48º | 0.99% | 0.43% | - |
| HSV(B) | 272.48º | 1% | 0.86% | - |
| XYZ | 20.4 | 9.06 | 67.69 | - |
| YUV | 61.13 | 217.09 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 219 | 0.46 | 1.00 | 0 | 0.14 | 272.48 | 0.99 | 0.43 |
| Hex | 77 | 1 | DB | 2E | 64 | 0 | E | 110 | 63 | 2B |
| Octal | 167 | 1 | 333 | 56 | 144 | 0 | 16 | 420 | 143 | 53 |
| Binary | 1110111 | 1 | 11011011 | 101110 | 1100100 | 0 | 1110 | 100010000 | 1100011 | 101011 |
Color Harmonies of #7701DB
Complementary color
Monochromatic Colors of #7701DB
Black with #7701DB
Text Example
Text Example
White with #7701DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7701DB; }
p { color: rgb(119,1,219); }
H1.HeaderClassName
{
color: #7701DB;
}
.AnyTagClassName
{
color: #7701DB;
}
</style>
background-color css
<style>
a { background-color: #7701DB; }
a { background-color: rgb(119,1,219); }
div.DivClassName
{
background-color: #7701DB;
}
.BgClassName
{
background-color: #7701DB;
}
</style>
border-color css
<style>
span { border-color: #7701DB; }
span { border-color: rgb(119,1,219); }
td.TdClassName
{
border-color: #7701DB;
}
.TagClassName
{
border-color: #7701DB;
}
</style>