#7D0A5A

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

Shades of Eggplant #7D0A5A

Tints of Eggplant #7D0A5A

Color information

#7D0A5A (or 0x7D0A5A) is unknown color: approx Eggplant. HEX triplet: 7D, 0A and 5A. RGB value is (125,10,90). Sum of RGB (Red+Green+Blue) = 125+10+90=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0A5A is #82F5A5. Grayscale: #353535. Windows color (decimal): -8582566 or 5900925. OLE color: 5900925.

HSL color Cylindrical-coordinate representation of color #7D0A5A: hue angle of 318.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0A5A is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1251090-
CMYK00.920.280.51
HSL318.26º85.19%26.47%-
HSV(B)318.26º92%49.02%-
XYZ10.415.3210.15-
YUV53.5148.6179-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.56%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 90 (35.55% from 255) = 40%
R=55.56%
G=4.44%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125109000.920.280.51318.2685.1926.47
Hex7DA5A05C1C3313e551a
Octal175121320134346347612532
Binary1111101101010110100101110011100110011100111110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,10,90); }

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

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

 a { background-color: rgb(125,10,90); }

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

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

 span { border-color: rgb(125,10,90); }

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