Shades of Dark Violet #7705DF
Tints of Dark Violet #7705DF
RGB
CMYK
RGB Variations
Color information
#7705DF (or 0x7705DF) is known color: Dark Violet. HEX triplet: 77, 05 and DF. RGB value is (119,5,223). Sum of RGB (Red+Green+Blue) = 119+5+223=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #7705DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705DF is #88FA20. Grayscale: #3F3F3F. Windows color (decimal): -8976929 or 14615927. OLE color: 14615927.
HSL color Cylindrical-coordinate representation of color #7705DF: hue angle of 271.38º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705DF is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 5 | 223 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.13 |
| HSL | 271.38º | 0.96% | 0.45% | - |
| HSV(B) | 271.38º | 0.98% | 0.87% | - |
| XYZ | 20.98 | 9.36 | 70.51 | - |
| YUV | 63.94 | 217.77 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 223 | 0.47 | 0.98 | 0 | 0.13 | 271.38 | 0.96 | 0.45 |
| Hex | 77 | 5 | DF | 2F | 62 | 0 | D | 10F | 60 | 2D |
| Octal | 167 | 5 | 337 | 57 | 142 | 0 | 15 | 417 | 140 | 55 |
| Binary | 1110111 | 101 | 11011111 | 101111 | 1100010 | 0 | 1101 | 100001111 | 1100000 | 101101 |
Color Harmonies of #7705DF
Complementary color
Monochromatic Colors of #7705DF
Black with #7705DF
Text Example
Text Example
White with #7705DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705DF; }
p { color: rgb(119,5,223); }
H1.HeaderClassName
{
color: #7705DF;
}
.AnyTagClassName
{
color: #7705DF;
}
</style>
background-color css
<style>
a { background-color: #7705DF; }
a { background-color: rgb(119,5,223); }
div.DivClassName
{
background-color: #7705DF;
}
.BgClassName
{
background-color: #7705DF;
}
</style>
border-color css
<style>
span { border-color: #7705DF; }
span { border-color: rgb(119,5,223); }
td.TdClassName
{
border-color: #7705DF;
}
.TagClassName
{
border-color: #7705DF;
}
</style>