Shades of Dark Violet #7706D5
Tints of Dark Violet #7706D5
RGB
CMYK
RGB Variations
Color information
#7706D5 (or 0x7706D5) is known color: Dark Violet. HEX triplet: 77, 06 and D5. RGB value is (119,6,213). Sum of RGB (Red+Green+Blue) = 119+6+213=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #7706D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706D5 is #88F92A. Grayscale: #3E3E3E. Windows color (decimal): -8976683 or 13960823. OLE color: 13960823.
HSL color Cylindrical-coordinate representation of color #7706D5: hue angle of 272.75º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706D5 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 6 | 213 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.16 |
| HSL | 272.75º | 0.95% | 0.43% | - |
| HSV(B) | 272.75º | 0.97% | 0.84% | - |
| XYZ | 19.68 | 8.86 | 63.62 | - |
| YUV | 63.39 | 212.44 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 213 | 0.44 | 0.97 | 0 | 0.16 | 272.75 | 0.95 | 0.43 |
| Hex | 77 | 6 | D5 | 2C | 61 | 0 | 10 | 111 | 5F | 2B |
| Octal | 167 | 6 | 325 | 54 | 141 | 0 | 20 | 421 | 137 | 53 |
| Binary | 1110111 | 110 | 11010101 | 101100 | 1100001 | 0 | 10000 | 100010001 | 1011111 | 101011 |
Color Harmonies of #7706D5
Complementary color
Monochromatic Colors of #7706D5
Black with #7706D5
Text Example
Text Example
White with #7706D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706D5; }
p { color: rgb(119,6,213); }
H1.HeaderClassName
{
color: #7706D5;
}
.AnyTagClassName
{
color: #7706D5;
}
</style>
background-color css
<style>
a { background-color: #7706D5; }
a { background-color: rgb(119,6,213); }
div.DivClassName
{
background-color: #7706D5;
}
.BgClassName
{
background-color: #7706D5;
}
</style>
border-color css
<style>
span { border-color: #7706D5; }
span { border-color: rgb(119,6,213); }
td.TdClassName
{
border-color: #7706D5;
}
.TagClassName
{
border-color: #7706D5;
}
</style>