Shades of Dark Violet #7703DC
Tints of Dark Violet #7703DC
RGB
CMYK
RGB Variations
Color information
#7703DC (or 0x7703DC) is known color: Dark Violet. HEX triplet: 77, 03 and DC. RGB value is (119,3,220). Sum of RGB (Red+Green+Blue) = 119+3+220=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #7703DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7703DC is #88FC23. Grayscale: #3D3D3D. Windows color (decimal): -8977444 or 14418807. OLE color: 14418807.
HSL color Cylindrical-coordinate representation of color #7703DC: hue angle of 272.07º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703DC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 3 | 220 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.14 |
| HSL | 272.07º | 0.97% | 0.44% | - |
| HSV(B) | 272.07º | 0.99% | 0.86% | - |
| XYZ | 20.56 | 9.15 | 68.39 | - |
| YUV | 62.42 | 216.93 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 220 | 0.46 | 0.99 | 0 | 0.14 | 272.07 | 0.97 | 0.44 |
| Hex | 77 | 3 | DC | 2E | 63 | 0 | E | 110 | 61 | 2C |
| Octal | 167 | 3 | 334 | 56 | 143 | 0 | 16 | 420 | 141 | 54 |
| Binary | 1110111 | 11 | 11011100 | 101110 | 1100011 | 0 | 1110 | 100010000 | 1100001 | 101100 |
Color Harmonies of #7703DC
Complementary color
Monochromatic Colors of #7703DC
Black with #7703DC
Text Example
Text Example
White with #7703DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7703DC; }
p { color: rgb(119,3,220); }
H1.HeaderClassName
{
color: #7703DC;
}
.AnyTagClassName
{
color: #7703DC;
}
</style>
background-color css
<style>
a { background-color: #7703DC; }
a { background-color: rgb(119,3,220); }
div.DivClassName
{
background-color: #7703DC;
}
.BgClassName
{
background-color: #7703DC;
}
</style>
border-color css
<style>
span { border-color: #7703DC; }
span { border-color: rgb(119,3,220); }
td.TdClassName
{
border-color: #7703DC;
}
.TagClassName
{
border-color: #7703DC;
}
</style>