Html Css Color HEX #7F0AA7 Dark Magenta

📋 copy color: '#7F0AA7'

red 127 ◦ green 10 ◦ blue 167

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

Shades of Dark Magenta #7F0AA7

Tints of Dark Magenta #7F0AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 54.93%

R = 41.78%
G = 3.29%
B = 54.93%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F0AA7 (or 0x7F0AA7) is known color: Dark Magenta. HEX triplet: 7F, 0A and A7. RGB value is (127,10,167). Sum of RGB (Red+Green+Blue) = 127+10+167=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 167 (65.62% from 255 or 54.93% from 304); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F0AA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0AA7 is #80F558. Grayscale: #3E3E3E. Windows color (decimal): -8451417 or 10947199. OLE color: 10947199.

HSL color Cylindrical-coordinate representation of color #7F0AA7: hue angle of 284.71º 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 #7F0AA7 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 10 167 -
CMYK 0.24 0.94 0 0.35
HSL 284.71º 0.89% 0.35% -
HSV(B) 284.71º 0.94% 0.65% -
XYZ 15.84 7.52 37.18 -
YUV 62.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 127 10 167 0.24 0.94 0 0.35 284.71 0.89 0.35
Hex 7F A A7 18 5E 0 23 11D 59 23
Octal 177 12 247 30 136 0 43 435 131 43
Binary 1111111 1010 10100111 11000 1011110 0 100011 100011101 1011001 100011

Color Harmonies of #7F0AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0AA7

Black with #7F0AA7

Text Example


Text Example

White with #7F0AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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