Html Css Color HEX #7D0AAC Dark Magenta

📋 copy color: '#7D0AAC'

red 125 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #7D0AAC

Tints of Dark Magenta #7D0AAC

RGB

 RED value IS 125 (49.22% from 255) = 40.72%

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

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

R = 40.72%
G = 3.26%
B = 56.03%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D0AAC (or 0x7D0AAC) is known color: Dark Magenta. HEX triplet: 7D, 0A and AC. RGB value is (125,10,172). Sum of RGB (Red+Green+Blue) = 125+10+172=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0AAC is #82F553. Grayscale: #3E3E3E. Windows color (decimal): -8582484 or 11274877. OLE color: 11274877.

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

Color convert

RGB 125 10 172 -
CMYK 0.27 0.94 0 0.33
HSL 282.59º 0.89% 0.36% -
HSV(B) 282.59º 0.94% 0.67% -
XYZ 16.01 7.56 39.64 -
YUV 62.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 125 10 172 0.27 0.94 0 0.33 282.59 0.89 0.36
Hex 7D A AC 1B 5E 0 21 11B 59 24
Octal 175 12 254 33 136 0 41 433 131 44
Binary 1111101 1010 10101100 11011 1011110 0 100001 100011011 1011001 100100

Color Harmonies of #7D0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0AAC

Black with #7D0AAC

Text Example


Text Example

White with #7D0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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