#7e08aa

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

Shades of Dark Magenta #7E08AA

Tints of Dark Magenta #7E08AA

Color information

#7E08AA (or 0x7E08AA) is unknown color: approx Dark Magenta. HEX triplet: 7E, 08 and AA. RGB value is (126,8,170). Sum of RGB (Red+Green+Blue) = 126+8+170=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E08AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E08AA is #81F755. Grayscale: #3D3D3D. Windows color (decimal): -8517462 or 11143294. OLE color: 11143294.

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

Color convert

RGB1268170-
CMYK0.260.9500.33
HSL283.7º91.01%34.9%-
HSV(B)283.7º95.29%66.67%-
XYZ15.957.5138.64-
YUV61.75189.09173.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=41.45%
G=2.63%
B=55.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12681700.260.9500.33283.791.0134.9
Hex7E8AA1A5F02111c5b23
Octal176102523213704143413343
Binary111111010001010101011010101111101000011000111001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e08aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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