Shades of Dark Violet #770BDC
Tints of Dark Violet #770BDC
RGB
CMYK
RGB Variations
Color information
#770BDC (or 0x770BDC) is known color: Dark Violet. HEX triplet: 77, 0B and DC. RGB value is (119,11,220). Sum of RGB (Red+Green+Blue) = 119+11+220=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #770BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BDC is #88F423. Grayscale: #424242. Windows color (decimal): -8975396 or 14420855. OLE color: 14420855.
HSL color Cylindrical-coordinate representation of color #770BDC: hue angle of 271º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BDC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 11 | 220 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.14 |
| HSL | 271º | 0.9% | 0.45% | - |
| HSV(B) | 271º | 0.95% | 0.86% | - |
| XYZ | 20.65 | 9.33 | 68.42 | - |
| YUV | 67.12 | 214.28 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 220 | 0.46 | 0.95 | 0 | 0.14 | 271 | 0.9 | 0.45 |
| Hex | 77 | B | DC | 2E | 5F | 0 | E | 10F | 5A | 2D |
| Octal | 167 | 13 | 334 | 56 | 137 | 0 | 16 | 417 | 132 | 55 |
| Binary | 1110111 | 1011 | 11011100 | 101110 | 1011111 | 0 | 1110 | 100001111 | 1011010 | 101101 |
Color Harmonies of #770BDC
Complementary color
Monochromatic Colors of #770BDC
Black with #770BDC
Text Example
Text Example
White with #770BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BDC; }
p { color: rgb(119,11,220); }
H1.HeaderClassName
{
color: #770BDC;
}
.AnyTagClassName
{
color: #770BDC;
}
</style>
background-color css
<style>
a { background-color: #770BDC; }
a { background-color: rgb(119,11,220); }
div.DivClassName
{
background-color: #770BDC;
}
.BgClassName
{
background-color: #770BDC;
}
</style>
border-color css
<style>
span { border-color: #770BDC; }
span { border-color: rgb(119,11,220); }
td.TdClassName
{
border-color: #770BDC;
}
.TagClassName
{
border-color: #770BDC;
}
</style>