#7D088E

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

Shades of Dark Magenta #7D088E

Tints of Dark Magenta #7D088E

Color information

#7D088E (or 0x7D088E) is unknown color: approx Dark Magenta. HEX triplet: 7D, 08 and 8E. RGB value is (125,8,142). Sum of RGB (Red+Green+Blue) = 125+8+142=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D088E is #82F771. Grayscale: #393939. Windows color (decimal): -8583026 or 9308285. OLE color: 9308285.

HSL color Cylindrical-coordinate representation of color #7D088E: hue angle of 292.39º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D088E is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1258142-
CMYK0.120.9400.44
HSL292.39º89.33%29.41%-
HSV(B)292.39º94.37%55.69%-
XYZ13.436.4926.14-
YUV58.26175.26175.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=45.45%
G=2.91%
B=51.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12581420.120.9400.44292.3989.3329.41
Hex7D88EC5E02C124591d
Octal175102161413605444413135
Binary1111101100010001110110010111100101100100100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,8,142); }

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

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

 a { background-color: rgb(125,8,142); }

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

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

 span { border-color: rgb(125,8,142); }

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