Shades of Dark Violet #770ABA
Tints of Dark Violet #770ABA
RGB
CMYK
RGB Variations
Color information
#770ABA (or 0x770ABA) is known color: Dark Violet. HEX triplet: 77, 0A and BA. RGB value is (119,10,186). Sum of RGB (Red+Green+Blue) = 119+10+186=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #770ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ABA is #88F545. Grayscale: #3E3E3E. Windows color (decimal): -8975686 or 12192375. OLE color: 12192375.
HSL color Cylindrical-coordinate representation of color #770ABA: hue angle of 277.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770ABA is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 10 | 186 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.27 |
| HSL | 277.16º | 0.9% | 0.38% | - |
| HSV(B) | 277.16º | 0.95% | 0.73% | - |
| XYZ | 16.58 | 7.68 | 47.06 | - |
| YUV | 62.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 186 | 0.36 | 0.95 | 0 | 0.27 | 277.16 | 0.9 | 0.38 |
| Hex | 77 | A | BA | 24 | 5F | 0 | 1B | 115 | 5A | 26 |
| Octal | 167 | 12 | 272 | 44 | 137 | 0 | 33 | 425 | 132 | 46 |
| Binary | 1110111 | 1010 | 10111010 | 100100 | 1011111 | 0 | 11011 | 100010101 | 1011010 | 100110 |
Color Harmonies of #770ABA
Complementary color
Monochromatic Colors of #770ABA
Black with #770ABA
Text Example
Text Example
White with #770ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ABA; }
p { color: rgb(119,10,186); }
H1.HeaderClassName
{
color: #770ABA;
}
.AnyTagClassName
{
color: #770ABA;
}
</style>
background-color css
<style>
a { background-color: #770ABA; }
a { background-color: rgb(119,10,186); }
div.DivClassName
{
background-color: #770ABA;
}
.BgClassName
{
background-color: #770ABA;
}
</style>
border-color css
<style>
span { border-color: #770ABA; }
span { border-color: rgb(119,10,186); }
td.TdClassName
{
border-color: #770ABA;
}
.TagClassName
{
border-color: #770ABA;
}
</style>