Shades of Dark Violet #770AAE
Tints of Dark Violet #770AAE
RGB
CMYK
RGB Variations
Color information
#770AAE (or 0x770AAE) is known color: Dark Violet. HEX triplet: 77, 0A and AE. RGB value is (119,10,174). Sum of RGB (Red+Green+Blue) = 119+10+174=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #770AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770AAE is #88F551. Grayscale: #3C3C3C. Windows color (decimal): -8975698 or 11405943. OLE color: 11405943.
HSL color Cylindrical-coordinate representation of color #770AAE: hue angle of 279.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770AAE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 10 | 174 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.32 |
| HSL | 279.88º | 0.89% | 0.36% | - |
| HSV(B) | 279.88º | 0.94% | 0.68% | - |
| XYZ | 15.36 | 7.2 | 40.62 | - |
| YUV | 61.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 174 | 0.32 | 0.94 | 0 | 0.32 | 279.88 | 0.89 | 0.36 |
| Hex | 77 | A | AE | 20 | 5E | 0 | 20 | 118 | 59 | 24 |
| Octal | 167 | 12 | 256 | 40 | 136 | 0 | 40 | 430 | 131 | 44 |
| Binary | 1110111 | 1010 | 10101110 | 100000 | 1011110 | 0 | 100000 | 100011000 | 1011001 | 100100 |
Color Harmonies of #770AAE
Complementary color
Monochromatic Colors of #770AAE
Black with #770AAE
Text Example
Text Example
White with #770AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AAE; }
p { color: rgb(119,10,174); }
H1.HeaderClassName
{
color: #770AAE;
}
.AnyTagClassName
{
color: #770AAE;
}
</style>
background-color css
<style>
a { background-color: #770AAE; }
a { background-color: rgb(119,10,174); }
div.DivClassName
{
background-color: #770AAE;
}
.BgClassName
{
background-color: #770AAE;
}
</style>
border-color css
<style>
span { border-color: #770AAE; }
span { border-color: rgb(119,10,174); }
td.TdClassName
{
border-color: #770AAE;
}
.TagClassName
{
border-color: #770AAE;
}
</style>