Shades of Dark Violet #7709CE
Tints of Dark Violet #7709CE
RGB
CMYK
RGB Variations
Color information
#7709CE (or 0x7709CE) is known color: Dark Violet. HEX triplet: 77, 09 and CE. RGB value is (119,9,206). Sum of RGB (Red+Green+Blue) = 119+9+206=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #7709CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7709CE is #88F631. Grayscale: #3F3F3F. Windows color (decimal): -8975922 or 13502839. OLE color: 13502839.
HSL color Cylindrical-coordinate representation of color #7709CE: hue angle of 273.5º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7709CE is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 9 | 206 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.19 |
| HSL | 273.5º | 0.92% | 0.42% | - |
| HSV(B) | 273.5º | 0.96% | 0.81% | - |
| XYZ | 18.85 | 8.57 | 59.05 | - |
| YUV | 64.35 | 207.94 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 206 | 0.42 | 0.96 | 0 | 0.19 | 273.5 | 0.92 | 0.42 |
| Hex | 77 | 9 | CE | 2A | 60 | 0 | 13 | 112 | 5C | 2A |
| Octal | 167 | 11 | 316 | 52 | 140 | 0 | 23 | 422 | 134 | 52 |
| Binary | 1110111 | 1001 | 11001110 | 101010 | 1100000 | 0 | 10011 | 100010010 | 1011100 | 101010 |
Color Harmonies of #7709CE
Complementary color
Monochromatic Colors of #7709CE
Black with #7709CE
Text Example
Text Example
White with #7709CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7709CE; }
p { color: rgb(119,9,206); }
H1.HeaderClassName
{
color: #7709CE;
}
.AnyTagClassName
{
color: #7709CE;
}
</style>
background-color css
<style>
a { background-color: #7709CE; }
a { background-color: rgb(119,9,206); }
div.DivClassName
{
background-color: #7709CE;
}
.BgClassName
{
background-color: #7709CE;
}
</style>
border-color css
<style>
span { border-color: #7709CE; }
span { border-color: rgb(119,9,206); }
td.TdClassName
{
border-color: #7709CE;
}
.TagClassName
{
border-color: #7709CE;
}
</style>