Shades of Dark Violet #770DB7
Tints of Dark Violet #770DB7
RGB
CMYK
RGB Variations
Color information
#770DB7 (or 0x770DB7) is known color: Dark Violet. HEX triplet: 77, 0D and B7. RGB value is (119,13,183). Sum of RGB (Red+Green+Blue) = 119+13+183=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #770DB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DB7 is #88F248. Grayscale: #3F3F3F. Windows color (decimal): -8974921 or 11996535. OLE color: 11996535.
HSL color Cylindrical-coordinate representation of color #770DB7: hue angle of 277.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770DB7 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 13 | 183 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.28 |
| HSL | 277.41º | 0.87% | 0.38% | - |
| HSV(B) | 277.41º | 0.93% | 0.72% | - |
| XYZ | 16.3 | 7.63 | 45.41 | - |
| YUV | 64.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 183 | 0.35 | 0.93 | 0 | 0.28 | 277.41 | 0.87 | 0.38 |
| Hex | 77 | D | B7 | 23 | 5D | 0 | 1C | 115 | 57 | 26 |
| Octal | 167 | 15 | 267 | 43 | 135 | 0 | 34 | 425 | 127 | 46 |
| Binary | 1110111 | 1101 | 10110111 | 100011 | 1011101 | 0 | 11100 | 100010101 | 1010111 | 100110 |
Color Harmonies of #770DB7
Complementary color
Monochromatic Colors of #770DB7
Black with #770DB7
Text Example
Text Example
White with #770DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DB7; }
p { color: rgb(119,13,183); }
H1.HeaderClassName
{
color: #770DB7;
}
.AnyTagClassName
{
color: #770DB7;
}
</style>
background-color css
<style>
a { background-color: #770DB7; }
a { background-color: rgb(119,13,183); }
div.DivClassName
{
background-color: #770DB7;
}
.BgClassName
{
background-color: #770DB7;
}
</style>
border-color css
<style>
span { border-color: #770DB7; }
span { border-color: rgb(119,13,183); }
td.TdClassName
{
border-color: #770DB7;
}
.TagClassName
{
border-color: #770DB7;
}
</style>