Shades of Dark Violet #770AB5
Tints of Dark Violet #770AB5
RGB
CMYK
RGB Variations
Color information
#770AB5 (or 0x770AB5) is known color: Dark Violet. HEX triplet: 77, 0A and B5. RGB value is (119,10,181). Sum of RGB (Red+Green+Blue) = 119+10+181=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #770AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AB5 is #88F54A. Grayscale: #3D3D3D. Windows color (decimal): -8975691 or 11864695. OLE color: 11864695.
HSL color Cylindrical-coordinate representation of color #770AB5: hue angle of 278.25º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770AB5 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 10 | 181 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.29 |
| HSL | 278.25º | 0.9% | 0.37% | - |
| HSV(B) | 278.25º | 0.94% | 0.71% | - |
| XYZ | 16.06 | 7.48 | 44.31 | - |
| YUV | 62.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 181 | 0.34 | 0.94 | 0 | 0.29 | 278.25 | 0.9 | 0.37 |
| Hex | 77 | A | B5 | 22 | 5E | 0 | 1D | 116 | 5A | 25 |
| Octal | 167 | 12 | 265 | 42 | 136 | 0 | 35 | 426 | 132 | 45 |
| Binary | 1110111 | 1010 | 10110101 | 100010 | 1011110 | 0 | 11101 | 100010110 | 1011010 | 100101 |
Color Harmonies of #770AB5
Complementary color
Monochromatic Colors of #770AB5
Black with #770AB5
Text Example
Text Example
White with #770AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AB5; }
p { color: rgb(119,10,181); }
H1.HeaderClassName
{
color: #770AB5;
}
.AnyTagClassName
{
color: #770AB5;
}
</style>
background-color css
<style>
a { background-color: #770AB5; }
a { background-color: rgb(119,10,181); }
div.DivClassName
{
background-color: #770AB5;
}
.BgClassName
{
background-color: #770AB5;
}
</style>
border-color css
<style>
span { border-color: #770AB5; }
span { border-color: rgb(119,10,181); }
td.TdClassName
{
border-color: #770AB5;
}
.TagClassName
{
border-color: #770AB5;
}
</style>