#7E06A5

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

Shades of Dark Magenta #7E06A5

Tints of Dark Magenta #7E06A5

Color information

#7E06A5 (or 0x7E06A5) is unknown color: approx Dark Magenta. HEX triplet: 7E, 06 and A5. RGB value is (126,6,165). Sum of RGB (Red+Green+Blue) = 126+6+165=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E06A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E06A5 is #81F95A. Grayscale: #3B3B3B. Windows color (decimal): -8517979 or 10815102. OLE color: 10815102.

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

Color convert

RGB1266165-
CMYK0.240.9600.35
HSL285.28º92.98%33.53%-
HSV(B)285.28º96.36%64.71%-
XYZ15.467.2836.19-
YUV60.01187.26175.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.42%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 165 (64.84% from 255) = 55.56%
R=42.42%
G=2.02%
B=55.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12661650.240.9600.35285.2892.9833.53
Hex7E6A5186002311d5d22
Octal17662453014004343513542
Binary11111101101010010111000110000001000111000111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E06A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,6,165); }

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

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

 a { background-color: rgb(126,6,165); }

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

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

 span { border-color: rgb(126,6,165); }

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