Shades of Dark Violet #7709E0
Tints of Dark Violet #7709E0
RGB
CMYK
RGB Variations
Color information
#7709E0 (or 0x7709E0) is known color: Dark Violet. HEX triplet: 77, 09 and E0. RGB value is (119,9,224). Sum of RGB (Red+Green+Blue) = 119+9+224=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #7709E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7709E0 is #88F61F. Grayscale: #414141. Windows color (decimal): -8975904 or 14682487. OLE color: 14682487.
HSL color Cylindrical-coordinate representation of color #7709E0: hue angle of 270.7º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7709E0 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 9 | 224 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.12 |
| HSL | 270.7º | 0.92% | 0.46% | - |
| HSV(B) | 270.7º | 0.96% | 0.88% | - |
| XYZ | 21.16 | 9.5 | 71.24 | - |
| YUV | 66.4 | 216.94 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 224 | 0.47 | 0.96 | 0 | 0.12 | 270.7 | 0.92 | 0.46 |
| Hex | 77 | 9 | E0 | 2F | 60 | 0 | C | 10F | 5C | 2E |
| Octal | 167 | 11 | 340 | 57 | 140 | 0 | 14 | 417 | 134 | 56 |
| Binary | 1110111 | 1001 | 11100000 | 101111 | 1100000 | 0 | 1100 | 100001111 | 1011100 | 101110 |
Color Harmonies of #7709E0
Complementary color
Monochromatic Colors of #7709E0
Black with #7709E0
Text Example
Text Example
White with #7709E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7709E0; }
p { color: rgb(119,9,224); }
H1.HeaderClassName
{
color: #7709E0;
}
.AnyTagClassName
{
color: #7709E0;
}
</style>
background-color css
<style>
a { background-color: #7709E0; }
a { background-color: rgb(119,9,224); }
div.DivClassName
{
background-color: #7709E0;
}
.BgClassName
{
background-color: #7709E0;
}
</style>
border-color css
<style>
span { border-color: #7709E0; }
span { border-color: rgb(119,9,224); }
td.TdClassName
{
border-color: #7709E0;
}
.TagClassName
{
border-color: #7709E0;
}
</style>