Html Css Color HEX #7706AD Dark Violet

📋 copy color: '#7706AD'

red 119 ◦ green 6 ◦ blue 173

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

Shades of Dark Violet #7706AD

Tints of Dark Violet #7706AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 39.93%
G = 2.01%
B = 58.05%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7706AD (or 0x7706AD) is known color: Dark Violet. HEX triplet: 77, 06 and AD. RGB value is (119,6,173). Sum of RGB (Red+Green+Blue) = 119+6+173=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #7706AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7706AD is #88F952. Grayscale: #3A3A3A. Windows color (decimal): -8976723 or 11339383. OLE color: 11339383.

HSL color Cylindrical-coordinate representation of color #7706AD: hue angle of 280.6º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706AD is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 6 173 -
CMYK 0.31 0.97 0 0.32
HSL 280.6º 0.93% 0.35% -
HSV(B) 280.6º 0.97% 0.68% -
XYZ 15.22 7.07 40.1 -
YUV 58.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 119 6 173 0.31 0.97 0 0.32 280.6 0.93 0.35
Hex 77 6 AD 1F 61 0 20 119 5D 23
Octal 167 6 255 37 141 0 40 431 135 43
Binary 1110111 110 10101101 11111 1100001 0 100000 100011001 1011101 100011

Color Harmonies of #7706AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706AD

Black with #7706AD

Text Example


Text Example

White with #7706AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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