Shades of Dark Violet #770ADD
Tints of Dark Violet #770ADD
RGB
CMYK
RGB Variations
Color information
#770ADD (or 0x770ADD) is known color: Dark Violet. HEX triplet: 77, 0A and DD. RGB value is (119,10,221). Sum of RGB (Red+Green+Blue) = 119+10+221=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #770ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ADD is #88F522. Grayscale: #414141. Windows color (decimal): -8975651 or 14486135. OLE color: 14486135.
HSL color Cylindrical-coordinate representation of color #770ADD: hue angle of 271º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770ADD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 10 | 221 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 271º | 0.91% | 0.45% | - |
| HSV(B) | 271º | 0.95% | 0.87% | - |
| XYZ | 20.77 | 9.36 | 69.12 | - |
| YUV | 66.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 221 | 0.46 | 0.95 | 0 | 0.13 | 271 | 0.91 | 0.45 |
| Hex | 77 | A | DD | 2E | 5F | 0 | D | 10F | 5B | 2D |
| Octal | 167 | 12 | 335 | 56 | 137 | 0 | 15 | 417 | 133 | 55 |
| Binary | 1110111 | 1010 | 11011101 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101101 |
Color Harmonies of #770ADD
Complementary color
Monochromatic Colors of #770ADD
Black with #770ADD
Text Example
Text Example
White with #770ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ADD; }
p { color: rgb(119,10,221); }
H1.HeaderClassName
{
color: #770ADD;
}
.AnyTagClassName
{
color: #770ADD;
}
</style>
background-color css
<style>
a { background-color: #770ADD; }
a { background-color: rgb(119,10,221); }
div.DivClassName
{
background-color: #770ADD;
}
.BgClassName
{
background-color: #770ADD;
}
</style>
border-color css
<style>
span { border-color: #770ADD; }
span { border-color: rgb(119,10,221); }
td.TdClassName
{
border-color: #770ADD;
}
.TagClassName
{
border-color: #770ADD;
}
</style>