Shades of Dark Violet #7708DA
Tints of Dark Violet #7708DA
RGB
CMYK
RGB Variations
Color information
#7708DA (or 0x7708DA) is known color: Dark Violet. HEX triplet: 77, 08 and DA. RGB value is (119,8,218). Sum of RGB (Red+Green+Blue) = 119+8+218=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #7708DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7708DA is #88F725. Grayscale: #404040. Windows color (decimal): -8976166 or 14289015. OLE color: 14289015.
HSL color Cylindrical-coordinate representation of color #7708DA: hue angle of 271.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7708DA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 8 | 218 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.15 |
| HSL | 271.71º | 0.93% | 0.44% | - |
| HSV(B) | 271.71º | 0.96% | 0.85% | - |
| XYZ | 20.35 | 9.16 | 67.02 | - |
| YUV | 65.13 | 214.27 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 218 | 0.45 | 0.96 | 0 | 0.15 | 271.71 | 0.93 | 0.44 |
| Hex | 77 | 8 | DA | 2D | 60 | 0 | F | 110 | 5D | 2C |
| Octal | 167 | 10 | 332 | 55 | 140 | 0 | 17 | 420 | 135 | 54 |
| Binary | 1110111 | 1000 | 11011010 | 101101 | 1100000 | 0 | 1111 | 100010000 | 1011101 | 101100 |
Color Harmonies of #7708DA
Complementary color
Monochromatic Colors of #7708DA
Black with #7708DA
Text Example
Text Example
White with #7708DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7708DA; }
p { color: rgb(119,8,218); }
H1.HeaderClassName
{
color: #7708DA;
}
.AnyTagClassName
{
color: #7708DA;
}
</style>
background-color css
<style>
a { background-color: #7708DA; }
a { background-color: rgb(119,8,218); }
div.DivClassName
{
background-color: #7708DA;
}
.BgClassName
{
background-color: #7708DA;
}
</style>
border-color css
<style>
span { border-color: #7708DA; }
span { border-color: rgb(119,8,218); }
td.TdClassName
{
border-color: #7708DA;
}
.TagClassName
{
border-color: #7708DA;
}
</style>