Shades of Dark Violet #7708DD
Tints of Dark Violet #7708DD
RGB
CMYK
RGB Variations
Color information
#7708DD (or 0x7708DD) is known color: Dark Violet. HEX triplet: 77, 08 and DD. RGB value is (119,8,221). Sum of RGB (Red+Green+Blue) = 119+8+221=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #7708DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7708DD is #88F722. Grayscale: #404040. Windows color (decimal): -8976163 or 14485623. OLE color: 14485623.
HSL color Cylindrical-coordinate representation of color #7708DD: hue angle of 271.27º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7708DD is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 8 | 221 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.13 |
| HSL | 271.27º | 0.93% | 0.45% | - |
| HSV(B) | 271.27º | 0.96% | 0.87% | - |
| XYZ | 20.75 | 9.32 | 69.11 | - |
| YUV | 65.47 | 215.77 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 221 | 0.46 | 0.96 | 0 | 0.13 | 271.27 | 0.93 | 0.45 |
| Hex | 77 | 8 | DD | 2E | 60 | 0 | D | 10F | 5D | 2D |
| Octal | 167 | 10 | 335 | 56 | 140 | 0 | 15 | 417 | 135 | 55 |
| Binary | 1110111 | 1000 | 11011101 | 101110 | 1100000 | 0 | 1101 | 100001111 | 1011101 | 101101 |
Color Harmonies of #7708DD
Complementary color
Monochromatic Colors of #7708DD
Black with #7708DD
Text Example
Text Example
White with #7708DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7708DD; }
p { color: rgb(119,8,221); }
H1.HeaderClassName
{
color: #7708DD;
}
.AnyTagClassName
{
color: #7708DD;
}
</style>
background-color css
<style>
a { background-color: #7708DD; }
a { background-color: rgb(119,8,221); }
div.DivClassName
{
background-color: #7708DD;
}
.BgClassName
{
background-color: #7708DD;
}
</style>
border-color css
<style>
span { border-color: #7708DD; }
span { border-color: rgb(119,8,221); }
td.TdClassName
{
border-color: #7708DD;
}
.TagClassName
{
border-color: #7708DD;
}
</style>