Shades of Dark Violet #7705DD
Tints of Dark Violet #7705DD
RGB
CMYK
RGB Variations
Color information
#7705DD (or 0x7705DD) is known color: Dark Violet. HEX triplet: 77, 05 and DD. RGB value is (119,5,221). Sum of RGB (Red+Green+Blue) = 119+5+221=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #7705DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705DD is #88FA22. Grayscale: #3E3E3E. Windows color (decimal): -8976931 or 14484855. OLE color: 14484855.
HSL color Cylindrical-coordinate representation of color #7705DD: hue angle of 271.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705DD is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 5 | 221 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.13 |
| HSL | 271.67º | 0.96% | 0.44% | - |
| HSV(B) | 271.67º | 0.98% | 0.87% | - |
| XYZ | 20.71 | 9.25 | 69.1 | - |
| YUV | 63.71 | 216.77 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 221 | 0.46 | 0.98 | 0 | 0.13 | 271.67 | 0.96 | 0.44 |
| Hex | 77 | 5 | DD | 2E | 62 | 0 | D | 110 | 60 | 2C |
| Octal | 167 | 5 | 335 | 56 | 142 | 0 | 15 | 420 | 140 | 54 |
| Binary | 1110111 | 101 | 11011101 | 101110 | 1100010 | 0 | 1101 | 100010000 | 1100000 | 101100 |
Color Harmonies of #7705DD
Complementary color
Monochromatic Colors of #7705DD
Black with #7705DD
Text Example
Text Example
White with #7705DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705DD; }
p { color: rgb(119,5,221); }
H1.HeaderClassName
{
color: #7705DD;
}
.AnyTagClassName
{
color: #7705DD;
}
</style>
background-color css
<style>
a { background-color: #7705DD; }
a { background-color: rgb(119,5,221); }
div.DivClassName
{
background-color: #7705DD;
}
.BgClassName
{
background-color: #7705DD;
}
</style>
border-color css
<style>
span { border-color: #7705DD; }
span { border-color: rgb(119,5,221); }
td.TdClassName
{
border-color: #7705DD;
}
.TagClassName
{
border-color: #7705DD;
}
</style>