Shades of Dark Violet #770AB9
Tints of Dark Violet #770AB9
RGB
CMYK
RGB Variations
Color information
#770AB9 (or 0x770AB9) is known color: Dark Violet. HEX triplet: 77, 0A and B9. RGB value is (119,10,185). Sum of RGB (Red+Green+Blue) = 119+10+185=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #770AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AB9 is #88F546. Grayscale: #3D3D3D. Windows color (decimal): -8975687 or 12126839. OLE color: 12126839.
HSL color Cylindrical-coordinate representation of color #770AB9: hue angle of 277.37º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AB9 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 10 | 185 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.27 |
| HSL | 277.37º | 0.9% | 0.38% | - |
| HSV(B) | 277.37º | 0.95% | 0.73% | - |
| XYZ | 16.47 | 7.64 | 46.51 | - |
| YUV | 62.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 185 | 0.36 | 0.95 | 0 | 0.27 | 277.37 | 0.9 | 0.38 |
| Hex | 77 | A | B9 | 24 | 5F | 0 | 1B | 115 | 5A | 26 |
| Octal | 167 | 12 | 271 | 44 | 137 | 0 | 33 | 425 | 132 | 46 |
| Binary | 1110111 | 1010 | 10111001 | 100100 | 1011111 | 0 | 11011 | 100010101 | 1011010 | 100110 |
Color Harmonies of #770AB9
Complementary color
Monochromatic Colors of #770AB9
Black with #770AB9
Text Example
Text Example
White with #770AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AB9; }
p { color: rgb(119,10,185); }
H1.HeaderClassName
{
color: #770AB9;
}
.AnyTagClassName
{
color: #770AB9;
}
</style>
background-color css
<style>
a { background-color: #770AB9; }
a { background-color: rgb(119,10,185); }
div.DivClassName
{
background-color: #770AB9;
}
.BgClassName
{
background-color: #770AB9;
}
</style>
border-color css
<style>
span { border-color: #770AB9; }
span { border-color: rgb(119,10,185); }
td.TdClassName
{
border-color: #770AB9;
}
.TagClassName
{
border-color: #770AB9;
}
</style>