Shades of Dark Violet #7705DB
Tints of Dark Violet #7705DB
RGB
CMYK
RGB Variations
Color information
#7705DB (or 0x7705DB) is known color: Dark Violet. HEX triplet: 77, 05 and DB. RGB value is (119,5,219). Sum of RGB (Red+Green+Blue) = 119+5+219=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #7705DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705DB is #88FA24. Grayscale: #3E3E3E. Windows color (decimal): -8976933 or 14353783. OLE color: 14353783.
HSL color Cylindrical-coordinate representation of color #7705DB: hue angle of 271.96º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705DB is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 5 | 219 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.14 |
| HSL | 271.96º | 0.96% | 0.44% | - |
| HSV(B) | 271.96º | 0.98% | 0.86% | - |
| XYZ | 20.45 | 9.14 | 67.71 | - |
| YUV | 63.48 | 215.77 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 219 | 0.46 | 0.98 | 0 | 0.14 | 271.96 | 0.96 | 0.44 |
| Hex | 77 | 5 | DB | 2E | 62 | 0 | E | 110 | 60 | 2C |
| Octal | 167 | 5 | 333 | 56 | 142 | 0 | 16 | 420 | 140 | 54 |
| Binary | 1110111 | 101 | 11011011 | 101110 | 1100010 | 0 | 1110 | 100010000 | 1100000 | 101100 |
Color Harmonies of #7705DB
Complementary color
Monochromatic Colors of #7705DB
Black with #7705DB
Text Example
Text Example
White with #7705DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705DB; }
p { color: rgb(119,5,219); }
H1.HeaderClassName
{
color: #7705DB;
}
.AnyTagClassName
{
color: #7705DB;
}
</style>
background-color css
<style>
a { background-color: #7705DB; }
a { background-color: rgb(119,5,219); }
div.DivClassName
{
background-color: #7705DB;
}
.BgClassName
{
background-color: #7705DB;
}
</style>
border-color css
<style>
span { border-color: #7705DB; }
span { border-color: rgb(119,5,219); }
td.TdClassName
{
border-color: #7705DB;
}
.TagClassName
{
border-color: #7705DB;
}
</style>