Html Css Color HEX #7C00A9 Dark Magenta

📋 copy color: '#7C00A9'

red 124 ◦ green 0 ◦ blue 169

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

Shades of Dark Magenta #7C00A9

Tints of Dark Magenta #7C00A9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 169 (66.41% from 255) = 57.68%

R = 42.32%
G = 0%
B = 57.68%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7C00A9 (or 0x7C00A9) is known color: Dark Magenta. HEX triplet: 7C, 00 and A9. RGB value is (124,0,169). Sum of RGB (Red+Green+Blue) = 124+0+169=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C00A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C00A9 is #83FF56. Grayscale: #373737. Windows color (decimal): -8650583 or 11075708. OLE color: 11075708.

HSL color Cylindrical-coordinate representation of color #7C00A9: hue angle of 284.02º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00A9 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 124 0 169 -
CMYK 0.27 1 0 0.34
HSL 284.02º 1% 0.33% -
HSV(B) 284.02º 1% 0.66% -
XYZ 15.47 7.15 38.1 -
YUV 56.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 124 0 169 0.27 1 0 0.34 284.02 1 0.33
Hex 7C 0 A9 1B 64 0 22 11C 64 21
Octal 174 0 251 33 144 0 42 434 144 41
Binary 1111100 0 10101001 11011 1100100 0 100010 100011100 1100100 100001

Color Harmonies of #7C00A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C00A9

Black with #7C00A9

Text Example


Text Example

White with #7C00A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,169); }

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

background-color css

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

 a { background-color: rgb(124,0,169); }

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

border-color css

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

 span { border-color: rgb(124,0,169); }

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