#7C0DAA

Color #7C0DAA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7C0DAA

Tints of Dark Magenta #7C0DAA

Color information

#7C0DAA (or 0x7C0DAA) is unknown color: approx Dark Magenta. HEX triplet: 7C, 0D and AA. RGB value is (124,13,170). Sum of RGB (Red+Green+Blue) = 124+13+170=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C0DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0DAA is #83F255. Grayscale: #3F3F3F. Windows color (decimal): -8647254 or 11144572. OLE color: 11144572.

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

Color convert

RGB12413170-
CMYK0.270.9200.33
HSL282.42º85.79%35.88%-
HSV(B)282.42º92.35%66.67%-
XYZ15.717.4838.64-
YUV64.09187.77170.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.39%
GREEN value IS 13 (5.47% from 255) = 4.23%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=40.39%
G=4.23%
B=55.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124131700.270.9200.33282.4285.7935.88
Hex7CDAA1B5C02111a5624
Octal174152523313404143212644
Binary111110011011010101011011101110001000011000110101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C0DAA;
 }
 .AnyTagClassName
 {
   color: #7C0DAA;
 }
</style>
background-color css

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

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

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

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

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

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