Html Css Color HEX #7C0AAC Dark Magenta

📋 copy color: '#7C0AAC'

red 124 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #7C0AAC

Tints of Dark Magenta #7C0AAC

RGB

 RED value IS 124 (48.83% from 255) = 40.52%

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

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

R = 40.52%
G = 3.27%
B = 56.21%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C0AAC (or 0x7C0AAC) is known color: Dark Magenta. HEX triplet: 7C, 0A and AC. RGB value is (124,10,172). Sum of RGB (Red+Green+Blue) = 124+10+172=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0AAC is #83F553. Grayscale: #3E3E3E. Windows color (decimal): -8648020 or 11274876. OLE color: 11274876.

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

Color convert

RGB 124 10 172 -
CMYK 0.28 0.94 0 0.33
HSL 282.22º 0.89% 0.36% -
HSV(B) 282.22º 0.94% 0.67% -
XYZ 15.87 7.48 39.64 -
YUV 62.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 124 10 172 0.28 0.94 0 0.33 282.22 0.89 0.36
Hex 7C A AC 1C 5E 0 21 11A 59 24
Octal 174 12 254 34 136 0 41 432 131 44
Binary 1111100 1010 10101100 11100 1011110 0 100001 100011010 1011001 100100

Color Harmonies of #7C0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0AAC

Black with #7C0AAC

Text Example


Text Example

White with #7C0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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