Html Css Color HEX #7707AB Dark Magenta

📋 copy color: '#7707AB'

red 119 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #7707AB

Tints of Dark Magenta #7707AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 40.07%
G = 2.36%
B = 57.58%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7707AB (or 0x7707AB) is known color: Dark Magenta. HEX triplet: 77, 07 and AB. RGB value is (119,7,171). Sum of RGB (Red+Green+Blue) = 119+7+171=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #7707AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7707AB is #88F854. Grayscale: #3A3A3A. Windows color (decimal): -8976469 or 11208567. OLE color: 11208567.

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

Color convert

RGB 119 7 171 -
CMYK 0.30 0.96 0 0.33
HSL 280.98º 0.92% 0.35% -
HSV(B) 280.98º 0.96% 0.67% -
XYZ 15.03 7.01 39.09 -
YUV 59.18 191.11 170.66 -
System Red Green Blue C M Y K H S L
Decimal 119 7 171 0.30 0.96 0 0.33 280.98 0.92 0.35
Hex 77 7 AB 1E 60 0 21 119 5C 23
Octal 167 7 253 36 140 0 41 431 134 43
Binary 1110111 111 10101011 11110 1100000 0 100001 100011001 1011100 100011

Color Harmonies of #7707AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7707AB

Black with #7707AB

Text Example


Text Example

White with #7707AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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