Html Css Color HEX #7707AF Dark Violet

📋 copy color: '#7707AF'

red 119 ◦ green 7 ◦ blue 175

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

Shades of Dark Violet #7707AF

Tints of Dark Violet #7707AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 39.53%
G = 2.33%
B = 58.14%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7707AF (or 0x7707AF) is known color: Dark Violet. HEX triplet: 77, 07 and AF. RGB value is (119,7,175). Sum of RGB (Red+Green+Blue) = 119+7+175=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #7707AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7707AF is #88F850. Grayscale: #3B3B3B. Windows color (decimal): -8976465 or 11470711. OLE color: 11470711.

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

Color convert

RGB 119 7 175 -
CMYK 0.32 0.96 0 0.31
HSL 280º 0.92% 0.36% -
HSV(B) 280º 0.96% 0.69% -
XYZ 15.42 7.17 41.13 -
YUV 59.64 193.11 170.34 -
System Red Green Blue C M Y K H S L
Decimal 119 7 175 0.32 0.96 0 0.31 280 0.92 0.36
Hex 77 7 AF 20 60 0 1F 118 5C 24
Octal 167 7 257 40 140 0 37 430 134 44
Binary 1110111 111 10101111 100000 1100000 0 11111 100011000 1011100 100100

Color Harmonies of #7707AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7707AF

Black with #7707AF

Text Example


Text Example

White with #7707AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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