Shades of Dark Violet #770AAF
Tints of Dark Violet #770AAF
RGB
CMYK
RGB Variations
Color information
#770AAF (or 0x770AAF) is known color: Dark Violet. HEX triplet: 77, 0A and AF. RGB value is (119,10,175). Sum of RGB (Red+Green+Blue) = 119+10+175=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #770AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770AAF is #88F550. Grayscale: #3C3C3C. Windows color (decimal): -8975697 or 11471479. OLE color: 11471479.
HSL color Cylindrical-coordinate representation of color #770AAF: hue angle of 279.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770AAF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 10 | 175 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.31 |
| HSL | 279.64º | 0.89% | 0.36% | - |
| HSV(B) | 279.64º | 0.94% | 0.69% | - |
| XYZ | 15.45 | 7.23 | 41.14 | - |
| YUV | 61.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 175 | 0.32 | 0.94 | 0 | 0.31 | 279.64 | 0.89 | 0.36 |
| Hex | 77 | A | AF | 20 | 5E | 0 | 1F | 118 | 59 | 24 |
| Octal | 167 | 12 | 257 | 40 | 136 | 0 | 37 | 430 | 131 | 44 |
| Binary | 1110111 | 1010 | 10101111 | 100000 | 1011110 | 0 | 11111 | 100011000 | 1011001 | 100100 |
Color Harmonies of #770AAF
Complementary color
Monochromatic Colors of #770AAF
Black with #770AAF
Text Example
Text Example
White with #770AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AAF; }
p { color: rgb(119,10,175); }
H1.HeaderClassName
{
color: #770AAF;
}
.AnyTagClassName
{
color: #770AAF;
}
</style>
background-color css
<style>
a { background-color: #770AAF; }
a { background-color: rgb(119,10,175); }
div.DivClassName
{
background-color: #770AAF;
}
.BgClassName
{
background-color: #770AAF;
}
</style>
border-color css
<style>
span { border-color: #770AAF; }
span { border-color: rgb(119,10,175); }
td.TdClassName
{
border-color: #770AAF;
}
.TagClassName
{
border-color: #770AAF;
}
</style>