Shades of Dark Violet #7709C0
Tints of Dark Violet #7709C0
RGB
CMYK
RGB Variations
Color information
#7709C0 (or 0x7709C0) is known color: Dark Violet. HEX triplet: 77, 09 and C0. RGB value is (119,9,192). Sum of RGB (Red+Green+Blue) = 119+9+192=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #7709C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7709C0 is #88F63F. Grayscale: #3E3E3E. Windows color (decimal): -8975936 or 12585335. OLE color: 12585335.
HSL color Cylindrical-coordinate representation of color #7709C0: hue angle of 276.07º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7709C0 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 9 | 192 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.25 |
| HSL | 276.07º | 0.91% | 0.39% | - |
| HSV(B) | 276.07º | 0.95% | 0.75% | - |
| XYZ | 17.22 | 7.92 | 50.49 | - |
| YUV | 62.75 | 200.94 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 192 | 0.38 | 0.95 | 0 | 0.25 | 276.07 | 0.91 | 0.39 |
| Hex | 77 | 9 | C0 | 26 | 5F | 0 | 19 | 114 | 5B | 27 |
| Octal | 167 | 11 | 300 | 46 | 137 | 0 | 31 | 424 | 133 | 47 |
| Binary | 1110111 | 1001 | 11000000 | 100110 | 1011111 | 0 | 11001 | 100010100 | 1011011 | 100111 |
Color Harmonies of #7709C0
Complementary color
Monochromatic Colors of #7709C0
Black with #7709C0
Text Example
Text Example
White with #7709C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7709C0; }
p { color: rgb(119,9,192); }
H1.HeaderClassName
{
color: #7709C0;
}
.AnyTagClassName
{
color: #7709C0;
}
</style>
background-color css
<style>
a { background-color: #7709C0; }
a { background-color: rgb(119,9,192); }
div.DivClassName
{
background-color: #7709C0;
}
.BgClassName
{
background-color: #7709C0;
}
</style>
border-color css
<style>
span { border-color: #7709C0; }
span { border-color: rgb(119,9,192); }
td.TdClassName
{
border-color: #7709C0;
}
.TagClassName
{
border-color: #7709C0;
}
</style>