Shades of Dark Violet #7709C6
Tints of Dark Violet #7709C6
RGB
CMYK
RGB Variations
Color information
#7709C6 (or 0x7709C6) is known color: Dark Violet. HEX triplet: 77, 09 and C6. RGB value is (119,9,198). Sum of RGB (Red+Green+Blue) = 119+9+198=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #7709C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7709C6 is #88F639. Grayscale: #3E3E3E. Windows color (decimal): -8975930 or 12978551. OLE color: 12978551.
HSL color Cylindrical-coordinate representation of color #7709C6: hue angle of 274.92º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7709C6 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 9 | 198 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.22 |
| HSL | 274.92º | 0.91% | 0.41% | - |
| HSV(B) | 274.92º | 0.95% | 0.78% | - |
| XYZ | 17.9 | 8.19 | 54.06 | - |
| YUV | 63.44 | 203.94 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 198 | 0.40 | 0.95 | 0 | 0.22 | 274.92 | 0.91 | 0.41 |
| Hex | 77 | 9 | C6 | 28 | 5F | 0 | 16 | 113 | 5B | 29 |
| Octal | 167 | 11 | 306 | 50 | 137 | 0 | 26 | 423 | 133 | 51 |
| Binary | 1110111 | 1001 | 11000110 | 101000 | 1011111 | 0 | 10110 | 100010011 | 1011011 | 101001 |
Color Harmonies of #7709C6
Complementary color
Monochromatic Colors of #7709C6
Black with #7709C6
Text Example
Text Example
White with #7709C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7709C6; }
p { color: rgb(119,9,198); }
H1.HeaderClassName
{
color: #7709C6;
}
.AnyTagClassName
{
color: #7709C6;
}
</style>
background-color css
<style>
a { background-color: #7709C6; }
a { background-color: rgb(119,9,198); }
div.DivClassName
{
background-color: #7709C6;
}
.BgClassName
{
background-color: #7709C6;
}
</style>
border-color css
<style>
span { border-color: #7709C6; }
span { border-color: rgb(119,9,198); }
td.TdClassName
{
border-color: #7709C6;
}
.TagClassName
{
border-color: #7709C6;
}
</style>