Shades of Dark Violet #770BAE
Tints of Dark Violet #770BAE
RGB
CMYK
RGB Variations
Color information
#770BAE (or 0x770BAE) is known color: Dark Violet. HEX triplet: 77, 0B and AE. RGB value is (119,11,174). Sum of RGB (Red+Green+Blue) = 119+11+174=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #770BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BAE is #88F451. Grayscale: #3D3D3D. Windows color (decimal): -8975442 or 11406199. OLE color: 11406199.
HSL color Cylindrical-coordinate representation of color #770BAE: hue angle of 279.75º degrees, saturation: 0.88, 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 #770BAE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 11 | 174 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.32 |
| HSL | 279.75º | 0.88% | 0.36% | - |
| HSV(B) | 279.75º | 0.94% | 0.68% | - |
| XYZ | 15.37 | 7.22 | 40.63 | - |
| YUV | 61.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 174 | 0.32 | 0.94 | 0 | 0.32 | 279.75 | 0.88 | 0.36 |
| Hex | 77 | B | AE | 20 | 5E | 0 | 20 | 118 | 58 | 24 |
| Octal | 167 | 13 | 256 | 40 | 136 | 0 | 40 | 430 | 130 | 44 |
| Binary | 1110111 | 1011 | 10101110 | 100000 | 1011110 | 0 | 100000 | 100011000 | 1011000 | 100100 |
Color Harmonies of #770BAE
Complementary color
Monochromatic Colors of #770BAE
Black with #770BAE
Text Example
Text Example
White with #770BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BAE; }
p { color: rgb(119,11,174); }
H1.HeaderClassName
{
color: #770BAE;
}
.AnyTagClassName
{
color: #770BAE;
}
</style>
background-color css
<style>
a { background-color: #770BAE; }
a { background-color: rgb(119,11,174); }
div.DivClassName
{
background-color: #770BAE;
}
.BgClassName
{
background-color: #770BAE;
}
</style>
border-color css
<style>
span { border-color: #770BAE; }
span { border-color: rgb(119,11,174); }
td.TdClassName
{
border-color: #770BAE;
}
.TagClassName
{
border-color: #770BAE;
}
</style>