#7E0CAA

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

Shades of Dark Magenta #7E0CAA

Tints of Dark Magenta #7E0CAA

Color information

#7E0CAA (or 0x7E0CAA) is unknown color: approx Dark Magenta. HEX triplet: 7E, 0C and AA. RGB value is (126,12,170). Sum of RGB (Red+Green+Blue) = 126+12+170=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E0CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0CAA is #81F355. Grayscale: #3F3F3F. Windows color (decimal): -8516438 or 11144318. OLE color: 11144318.

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

Color convert

RGB12612170-
CMYK0.260.9300.33
HSL283.29º86.81%35.69%-
HSV(B)283.29º92.94%66.67%-
XYZ15.997.638.65-
YUV64.1187.77172.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.91%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=40.91%
G=3.90%
B=55.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126121700.260.9300.33283.2986.8135.69
Hex7ECAA1A5D02111b5724
Octal176142523213504143312744
Binary111111011001010101011010101110101000011000110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,12,170); }

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

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

 a { background-color: rgb(126,12,170); }

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

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

 span { border-color: rgb(126,12,170); }

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