Shades of Dark Violet #770AD9
Tints of Dark Violet #770AD9
RGB
CMYK
RGB Variations
Color information
#770AD9 (or 0x770AD9) is known color: Dark Violet. HEX triplet: 77, 0A and D9. RGB value is (119,10,217). Sum of RGB (Red+Green+Blue) = 119+10+217=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 217 (85.16% from 255 or 62.72% from 346); Max value from RGB is 217 - color contains mainly: blue. Hex color #770AD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AD9 is #88F526. Grayscale: #414141. Windows color (decimal): -8975655 or 14223991. OLE color: 14223991.
HSL color Cylindrical-coordinate representation of color #770AD9: hue angle of 271.59º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AD9 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 10 | 217 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.15 |
| HSL | 271.59º | 0.91% | 0.45% | - |
| HSV(B) | 271.59º | 0.95% | 0.85% | - |
| XYZ | 20.24 | 9.15 | 66.34 | - |
| YUV | 66.19 | 213.11 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 217 | 0.45 | 0.95 | 0 | 0.15 | 271.59 | 0.91 | 0.45 |
| Hex | 77 | A | D9 | 2D | 5F | 0 | F | 110 | 5B | 2D |
| Octal | 167 | 12 | 331 | 55 | 137 | 0 | 17 | 420 | 133 | 55 |
| Binary | 1110111 | 1010 | 11011001 | 101101 | 1011111 | 0 | 1111 | 100010000 | 1011011 | 101101 |
Color Harmonies of #770AD9
Complementary color
Monochromatic Colors of #770AD9
Black with #770AD9
Text Example
Text Example
White with #770AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AD9; }
p { color: rgb(119,10,217); }
H1.HeaderClassName
{
color: #770AD9;
}
.AnyTagClassName
{
color: #770AD9;
}
</style>
background-color css
<style>
a { background-color: #770AD9; }
a { background-color: rgb(119,10,217); }
div.DivClassName
{
background-color: #770AD9;
}
.BgClassName
{
background-color: #770AD9;
}
</style>
border-color css
<style>
span { border-color: #770AD9; }
span { border-color: rgb(119,10,217); }
td.TdClassName
{
border-color: #770AD9;
}
.TagClassName
{
border-color: #770AD9;
}
</style>