Shades of Dark Violet #770AB7
Tints of Dark Violet #770AB7
RGB
CMYK
RGB Variations
Color information
#770AB7 (or 0x770AB7) is known color: Dark Violet. HEX triplet: 77, 0A and B7. RGB value is (119,10,183). Sum of RGB (Red+Green+Blue) = 119+10+183=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #770AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AB7 is #88F548. Grayscale: #3D3D3D. Windows color (decimal): -8975689 or 11995767. OLE color: 11995767.
HSL color Cylindrical-coordinate representation of color #770AB7: hue angle of 277.8º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AB7 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 10 | 183 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.28 |
| HSL | 277.8º | 0.9% | 0.38% | - |
| HSV(B) | 277.8º | 0.95% | 0.72% | - |
| XYZ | 16.26 | 7.56 | 45.4 | - |
| YUV | 62.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 183 | 0.35 | 0.95 | 0 | 0.28 | 277.8 | 0.9 | 0.38 |
| Hex | 77 | A | B7 | 23 | 5F | 0 | 1C | 116 | 5A | 26 |
| Octal | 167 | 12 | 267 | 43 | 137 | 0 | 34 | 426 | 132 | 46 |
| Binary | 1110111 | 1010 | 10110111 | 100011 | 1011111 | 0 | 11100 | 100010110 | 1011010 | 100110 |
Color Harmonies of #770AB7
Complementary color
Monochromatic Colors of #770AB7
Black with #770AB7
Text Example
Text Example
White with #770AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AB7; }
p { color: rgb(119,10,183); }
H1.HeaderClassName
{
color: #770AB7;
}
.AnyTagClassName
{
color: #770AB7;
}
</style>
background-color css
<style>
a { background-color: #770AB7; }
a { background-color: rgb(119,10,183); }
div.DivClassName
{
background-color: #770AB7;
}
.BgClassName
{
background-color: #770AB7;
}
</style>
border-color css
<style>
span { border-color: #770AB7; }
span { border-color: rgb(119,10,183); }
td.TdClassName
{
border-color: #770AB7;
}
.TagClassName
{
border-color: #770AB7;
}
</style>