Shades of Dark Violet #770AB4
Tints of Dark Violet #770AB4
RGB
CMYK
RGB Variations
Color information
#770AB4 (or 0x770AB4) is known color: Dark Violet. HEX triplet: 77, 0A and B4. RGB value is (119,10,180). Sum of RGB (Red+Green+Blue) = 119+10+180=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #770AB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AB4 is #88F54B. Grayscale: #3D3D3D. Windows color (decimal): -8975692 or 11799159. OLE color: 11799159.
HSL color Cylindrical-coordinate representation of color #770AB4: hue angle of 278.47º degrees, saturation: 0.89, 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 #770AB4 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 10 | 180 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.29 |
| HSL | 278.47º | 0.89% | 0.37% | - |
| HSV(B) | 278.47º | 0.94% | 0.71% | - |
| XYZ | 15.95 | 7.43 | 43.77 | - |
| YUV | 61.97 | 194.61 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 180 | 0.34 | 0.94 | 0 | 0.29 | 278.47 | 0.89 | 0.37 |
| Hex | 77 | A | B4 | 22 | 5E | 0 | 1D | 116 | 59 | 25 |
| Octal | 167 | 12 | 264 | 42 | 136 | 0 | 35 | 426 | 131 | 45 |
| Binary | 1110111 | 1010 | 10110100 | 100010 | 1011110 | 0 | 11101 | 100010110 | 1011001 | 100101 |
Color Harmonies of #770AB4
Complementary color
Monochromatic Colors of #770AB4
Black with #770AB4
Text Example
Text Example
White with #770AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AB4; }
p { color: rgb(119,10,180); }
H1.HeaderClassName
{
color: #770AB4;
}
.AnyTagClassName
{
color: #770AB4;
}
</style>
background-color css
<style>
a { background-color: #770AB4; }
a { background-color: rgb(119,10,180); }
div.DivClassName
{
background-color: #770AB4;
}
.BgClassName
{
background-color: #770AB4;
}
</style>
border-color css
<style>
span { border-color: #770AB4; }
span { border-color: rgb(119,10,180); }
td.TdClassName
{
border-color: #770AB4;
}
.TagClassName
{
border-color: #770AB4;
}
</style>