#7D0A5C

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

Shades of Eggplant #7D0A5C

Tints of Eggplant #7D0A5C

Color information

#7D0A5C (or 0x7D0A5C) is unknown color: approx Eggplant. HEX triplet: 7D, 0A and 5C. RGB value is (125,10,92). Sum of RGB (Red+Green+Blue) = 125+10+92=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0A5C is #82F5A3. Grayscale: #353535. Windows color (decimal): -8582564 or 6031997. OLE color: 6031997.

HSL color Cylindrical-coordinate representation of color #7D0A5C: hue angle of 317.22º 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 #7D0A5C is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB1251092-
CMYK00.920.260.51
HSL317.22º85.19%26.47%-
HSV(B)317.22º92%49.02%-
XYZ10.55.3510.6-
YUV53.73149.6178.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.07%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=55.07%
G=4.41%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125109200.920.260.51317.2285.1926.47
Hex7DA5C05C1A3313d551a
Octal175121340134326347512532
Binary1111101101010111000101110011010110011100111101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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