Html Css Color HEX #7706DC Dark Violet

📋 copy color: '#7706DC'

red 119 ◦ green 6 ◦ blue 220

#7706DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7706DC

Tints of Dark Violet #7706DC

RGB

 RED value IS 119 (46.88% from 255) = 34.49%

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 34.49%
G = 1.74%
B = 63.77%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7706DC (or 0x7706DC) is known color: Dark Violet. HEX triplet: 77, 06 and DC. RGB value is (119,6,220). Sum of RGB (Red+Green+Blue) = 119+6+220=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #7706DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706DC is #88F923. Grayscale: #3F3F3F. Windows color (decimal): -8976676 or 14419575. OLE color: 14419575.

HSL color Cylindrical-coordinate representation of color #7706DC: hue angle of 271.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706DC is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 6 220 -
CMYK 0.46 0.97 0 0.14
HSL 271.68º 0.95% 0.44% -
HSV(B) 271.68º 0.97% 0.86% -
XYZ 20.59 9.22 68.4 -
YUV 64.18 215.94 167.1 -
System Red Green Blue C M Y K H S L
Decimal 119 6 220 0.46 0.97 0 0.14 271.68 0.95 0.44
Hex 77 6 DC 2E 61 0 E 110 5F 2C
Octal 167 6 334 56 141 0 16 420 137 54
Binary 1110111 110 11011100 101110 1100001 0 1110 100010000 1011111 101100

Color Harmonies of #7706DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706DC

Black with #7706DC

Text Example


Text Example

White with #7706DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7706DC; }

 p { color: rgb(119,6,220); }

 H1.HeaderClassName
 {
   color: #7706DC;
 }
 .AnyTagClassName
 {
   color: #7706DC;
 }
</style>

background-color css

<style>
 a { background-color: #7706DC; }

 a { background-color: rgb(119,6,220); }

 div.DivClassName
 {
   background-color: #7706DC;
 }
 .BgClassName
 {
   background-color: #7706DC;
 }
</style>

border-color css

<style>
 span { border-color: #7706DC; }

 span { border-color: rgb(119,6,220); }

 td.TdClassName
 {
   border-color: #7706DC;
 }
 .TagClassName
 {
   border-color: #7706DC;
 }
</style>