Html Css Color HEX #7C06AA Dark Magenta

📋 copy color: '#7C06AA'

red 124 ◦ green 6 ◦ blue 170

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

Shades of Dark Magenta #7C06AA

Tints of Dark Magenta #7C06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 41.33%
G = 2%
B = 56.67%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C06AA (or 0x7C06AA) is known color: Dark Magenta. HEX triplet: 7C, 06 and AA. RGB value is (124,6,170). Sum of RGB (Red+Green+Blue) = 124+6+170=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C06AA is #83F955. Grayscale: #3B3B3B. Windows color (decimal): -8649046 or 11142780. OLE color: 11142780.

HSL color Cylindrical-coordinate representation of color #7C06AA: hue angle of 283.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C06AA is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 6 170 -
CMYK 0.27 0.96 0 0.33
HSL 283.17º 0.93% 0.35% -
HSV(B) 283.17º 0.96% 0.67% -
XYZ 15.63 7.32 38.62 -
YUV 59.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 124 6 170 0.27 0.96 0 0.33 283.17 0.93 0.35
Hex 7C 6 AA 1B 60 0 21 11B 5D 23
Octal 174 6 252 33 140 0 41 433 135 43
Binary 1111100 110 10101010 11011 1100000 0 100001 100011011 1011101 100011

Color Harmonies of #7C06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C06AA

Black with #7C06AA

Text Example


Text Example

White with #7C06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,6,170); }

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

background-color css

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

 a { background-color: rgb(124,6,170); }

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

border-color css

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

 span { border-color: rgb(124,6,170); }

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