Html Css Color HEX #7707AE Dark Violet

📋 copy color: '#7707AE'

red 119 ◦ green 7 ◦ blue 174

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

Shades of Dark Violet #7707AE

Tints of Dark Violet #7707AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 174 (68.36% from 255) = 58%

R = 39.67%
G = 2.33%
B = 58%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7707AE (or 0x7707AE) is known color: Dark Violet. HEX triplet: 77, 07 and AE. RGB value is (119,7,174). Sum of RGB (Red+Green+Blue) = 119+7+174=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #7707AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7707AE is #88F851. Grayscale: #3A3A3A. Windows color (decimal): -8976466 or 11405175. OLE color: 11405175.

HSL color Cylindrical-coordinate representation of color #7707AE: hue angle of 280.24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7707AE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 7 174 -
CMYK 0.32 0.96 0 0.32
HSL 280.24º 0.92% 0.35% -
HSV(B) 280.24º 0.96% 0.68% -
XYZ 15.32 7.13 40.61 -
YUV 59.53 192.61 170.42 -
System Red Green Blue C M Y K H S L
Decimal 119 7 174 0.32 0.96 0 0.32 280.24 0.92 0.35
Hex 77 7 AE 20 60 0 20 118 5C 23
Octal 167 7 256 40 140 0 40 430 134 43
Binary 1110111 111 10101110 100000 1100000 0 100000 100011000 1011100 100011

Color Harmonies of #7707AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7707AE

Black with #7707AE

Text Example


Text Example

White with #7707AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7707AE; }

 p { color: rgb(119,7,174); }

 H1.HeaderClassName
 {
   color: #7707AE;
 }
 .AnyTagClassName
 {
   color: #7707AE;
 }
</style>

background-color css

<style>
 a { background-color: #7707AE; }

 a { background-color: rgb(119,7,174); }

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

border-color css

<style>
 span { border-color: #7707AE; }

 span { border-color: rgb(119,7,174); }

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