Html Css Color HEX #7F0AA9 Dark Magenta

📋 copy color: '#7F0AA9'

red 127 ◦ green 10 ◦ blue 169

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

Shades of Dark Magenta #7F0AA9

Tints of Dark Magenta #7F0AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 55.23%

R = 41.5%
G = 3.27%
B = 55.23%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7F0AA9 (or 0x7F0AA9) is known color: Dark Magenta. HEX triplet: 7F, 0A and A9. RGB value is (127,10,169). Sum of RGB (Red+Green+Blue) = 127+10+169=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F0AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0AA9 is #80F556. Grayscale: #3E3E3E. Windows color (decimal): -8451415 or 11078271. OLE color: 11078271.

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

Color convert

RGB 127 10 169 -
CMYK 0.25 0.94 0 0.34
HSL 284.15º 0.89% 0.35% -
HSV(B) 284.15º 0.94% 0.66% -
XYZ 16.02 7.59 38.16 -
YUV 63.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 127 10 169 0.25 0.94 0 0.34 284.15 0.89 0.35
Hex 7F A A9 19 5E 0 22 11C 59 23
Octal 177 12 251 31 136 0 42 434 131 43
Binary 1111111 1010 10101001 11001 1011110 0 100010 100011100 1011001 100011

Color Harmonies of #7F0AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0AA9

Black with #7F0AA9

Text Example


Text Example

White with #7F0AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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