Shades of Dark Violet #770ADB
Tints of Dark Violet #770ADB
RGB
CMYK
RGB Variations
Color information
#770ADB (or 0x770ADB) is known color: Dark Violet. HEX triplet: 77, 0A and DB. RGB value is (119,10,219). Sum of RGB (Red+Green+Blue) = 119+10+219=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #770ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ADB is #88F524. Grayscale: #414141. Windows color (decimal): -8975653 or 14355063. OLE color: 14355063.
HSL color Cylindrical-coordinate representation of color #770ADB: hue angle of 271.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770ADB is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 10 | 219 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.14 |
| HSL | 271.29º | 0.91% | 0.45% | - |
| HSV(B) | 271.29º | 0.95% | 0.86% | - |
| XYZ | 20.5 | 9.25 | 67.72 | - |
| YUV | 66.42 | 214.11 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 219 | 0.46 | 0.95 | 0 | 0.14 | 271.29 | 0.91 | 0.45 |
| Hex | 77 | A | DB | 2E | 5F | 0 | E | 10F | 5B | 2D |
| Octal | 167 | 12 | 333 | 56 | 137 | 0 | 16 | 417 | 133 | 55 |
| Binary | 1110111 | 1010 | 11011011 | 101110 | 1011111 | 0 | 1110 | 100001111 | 1011011 | 101101 |
Color Harmonies of #770ADB
Complementary color
Monochromatic Colors of #770ADB
Black with #770ADB
Text Example
Text Example
White with #770ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ADB; }
p { color: rgb(119,10,219); }
H1.HeaderClassName
{
color: #770ADB;
}
.AnyTagClassName
{
color: #770ADB;
}
</style>
background-color css
<style>
a { background-color: #770ADB; }
a { background-color: rgb(119,10,219); }
div.DivClassName
{
background-color: #770ADB;
}
.BgClassName
{
background-color: #770ADB;
}
</style>
border-color css
<style>
span { border-color: #770ADB; }
span { border-color: rgb(119,10,219); }
td.TdClassName
{
border-color: #770ADB;
}
.TagClassName
{
border-color: #770ADB;
}
</style>