Html Css Color HEX #7F0AAC Dark Magenta

📋 copy color: '#7F0AAC'

red 127 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #7F0AAC

Tints of Dark Magenta #7F0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 41.1%
G = 3.24%
B = 55.66%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F0AAC (or 0x7F0AAC) is known color: Dark Magenta. HEX triplet: 7F, 0A and AC. RGB value is (127,10,172). Sum of RGB (Red+Green+Blue) = 127+10+172=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0AAC is #80F553. Grayscale: #3E3E3E. Windows color (decimal): -8451412 or 11274879. OLE color: 11274879.

HSL color Cylindrical-coordinate representation of color #7F0AAC: hue angle of 283.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0AAC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 10 172 -
CMYK 0.26 0.94 0 0.33
HSL 283.33º 0.89% 0.36% -
HSV(B) 283.33º 0.94% 0.67% -
XYZ 16.31 7.71 39.66 -
YUV 63.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 127 10 172 0.26 0.94 0 0.33 283.33 0.89 0.36
Hex 7F A AC 1A 5E 0 21 11B 59 24
Octal 177 12 254 32 136 0 41 433 131 44
Binary 1111111 1010 10101100 11010 1011110 0 100001 100011011 1011001 100100

Color Harmonies of #7F0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0AAC

Black with #7F0AAC

Text Example


Text Example

White with #7F0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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