Shades of Dark Violet #770BD9
Tints of Dark Violet #770BD9
RGB
CMYK
RGB Variations
Color information
#770BD9 (or 0x770BD9) is known color: Dark Violet. HEX triplet: 77, 0B and D9. RGB value is (119,11,217). Sum of RGB (Red+Green+Blue) = 119+11+217=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 217 (85.16% from 255 or 62.54% from 347); Max value from RGB is 217 - color contains mainly: blue. Hex color #770BD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BD9 is #88F426. Grayscale: #424242. Windows color (decimal): -8975399 or 14224247. OLE color: 14224247.
HSL color Cylindrical-coordinate representation of color #770BD9: hue angle of 271.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BD9 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 11 | 217 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.15 |
| HSL | 271.46º | 0.9% | 0.45% | - |
| HSV(B) | 271.46º | 0.95% | 0.85% | - |
| XYZ | 20.25 | 9.17 | 66.35 | - |
| YUV | 66.78 | 212.78 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 217 | 0.45 | 0.95 | 0 | 0.15 | 271.46 | 0.9 | 0.45 |
| Hex | 77 | B | D9 | 2D | 5F | 0 | F | 10F | 5A | 2D |
| Octal | 167 | 13 | 331 | 55 | 137 | 0 | 17 | 417 | 132 | 55 |
| Binary | 1110111 | 1011 | 11011001 | 101101 | 1011111 | 0 | 1111 | 100001111 | 1011010 | 101101 |
Color Harmonies of #770BD9
Complementary color
Monochromatic Colors of #770BD9
Black with #770BD9
Text Example
Text Example
White with #770BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BD9; }
p { color: rgb(119,11,217); }
H1.HeaderClassName
{
color: #770BD9;
}
.AnyTagClassName
{
color: #770BD9;
}
</style>
background-color css
<style>
a { background-color: #770BD9; }
a { background-color: rgb(119,11,217); }
div.DivClassName
{
background-color: #770BD9;
}
.BgClassName
{
background-color: #770BD9;
}
</style>
border-color css
<style>
span { border-color: #770BD9; }
span { border-color: rgb(119,11,217); }
td.TdClassName
{
border-color: #770BD9;
}
.TagClassName
{
border-color: #770BD9;
}
</style>