Html Css Color HEX #7F0AA6 Dark Magenta

📋 copy color: '#7F0AA6'

red 127 ◦ green 10 ◦ blue 166

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

Shades of Dark Magenta #7F0AA6

Tints of Dark Magenta #7F0AA6

RGB

 RED value IS 127 (50% from 255) = 41.91%

 GREEN value IS 10 (4.3% from 255) = 3.3%

 BLUE value IS 166 (65.23% from 255) = 54.79%

R = 41.91%
G = 3.3%
B = 54.79%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F0AA6 (or 0x7F0AA6) is known color: Dark Magenta. HEX triplet: 7F, 0A and A6. RGB value is (127,10,166). Sum of RGB (Red+Green+Blue) = 127+10+166=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #7F0AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0AA6 is #80F559. Grayscale: #3E3E3E. Windows color (decimal): -8451418 or 10881663. OLE color: 10881663.

HSL color Cylindrical-coordinate representation of color #7F0AA6: hue angle of 285º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0AA6 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 10 166 -
CMYK 0.23 0.94 0 0.35
HSL 285º 0.89% 0.35% -
HSV(B) 285º 0.94% 0.65% -
XYZ 15.74 7.48 36.69 -
YUV 62.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 127 10 166 0.23 0.94 0 0.35 285 0.89 0.35
Hex 7F A A6 17 5E 0 23 11D 59 23
Octal 177 12 246 27 136 0 43 435 131 43
Binary 1111111 1010 10100110 10111 1011110 0 100011 100011101 1011001 100011

Color Harmonies of #7F0AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0AA6

Black with #7F0AA6

Text Example


Text Example

White with #7F0AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0AA6; }

 p { color: rgb(127,10,166); }

 H1.HeaderClassName
 {
   color: #7F0AA6;
 }
 .AnyTagClassName
 {
   color: #7F0AA6;
 }
</style>

background-color css

<style>
 a { background-color: #7F0AA6; }

 a { background-color: rgb(127,10,166); }

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

border-color css

<style>
 span { border-color: #7F0AA6; }

 span { border-color: rgb(127,10,166); }

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