Shades of Dark Violet #7708D0
Tints of Dark Violet #7708D0
RGB
CMYK
RGB Variations
Color information
#7708D0 (or 0x7708D0) is known color: Dark Violet. HEX triplet: 77, 08 and D0. RGB value is (119,8,208). Sum of RGB (Red+Green+Blue) = 119+8+208=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #7708D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7708D0 is #88F72F. Grayscale: #3F3F3F. Windows color (decimal): -8976176 or 13633655. OLE color: 13633655.
HSL color Cylindrical-coordinate representation of color #7708D0: hue angle of 273.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7708D0 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 8 | 208 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.18 |
| HSL | 273.3º | 0.93% | 0.42% | - |
| HSV(B) | 273.3º | 0.96% | 0.82% | - |
| XYZ | 19.08 | 8.65 | 60.34 | - |
| YUV | 63.99 | 209.27 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 208 | 0.43 | 0.96 | 0 | 0.18 | 273.3 | 0.93 | 0.42 |
| Hex | 77 | 8 | D0 | 2B | 60 | 0 | 12 | 111 | 5D | 2A |
| Octal | 167 | 10 | 320 | 53 | 140 | 0 | 22 | 421 | 135 | 52 |
| Binary | 1110111 | 1000 | 11010000 | 101011 | 1100000 | 0 | 10010 | 100010001 | 1011101 | 101010 |
Color Harmonies of #7708D0
Complementary color
Monochromatic Colors of #7708D0
Black with #7708D0
Text Example
Text Example
White with #7708D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7708D0; }
p { color: rgb(119,8,208); }
H1.HeaderClassName
{
color: #7708D0;
}
.AnyTagClassName
{
color: #7708D0;
}
</style>
background-color css
<style>
a { background-color: #7708D0; }
a { background-color: rgb(119,8,208); }
div.DivClassName
{
background-color: #7708D0;
}
.BgClassName
{
background-color: #7708D0;
}
</style>
border-color css
<style>
span { border-color: #7708D0; }
span { border-color: rgb(119,8,208); }
td.TdClassName
{
border-color: #7708D0;
}
.TagClassName
{
border-color: #7708D0;
}
</style>