#7D0658

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

Shades of Eggplant #7D0658

Tints of Eggplant #7D0658

Color information

#7D0658 (or 0x7D0658) is unknown color: approx Eggplant. HEX triplet: 7D, 06 and 58. RGB value is (125,6,88). Sum of RGB (Red+Green+Blue) = 125+6+88=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0658 is #82F9A7. Grayscale: #323232. Windows color (decimal): -8583592 or 5768829. OLE color: 5768829.

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

Color convert

RGB125688-
CMYK00.950.300.51
HSL318.66º90.84%25.69%-
HSV(B)318.66º95.2%49.02%-
XYZ10.285.199.69-
YUV50.93148.92180.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.08%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=57.08%
G=2.74%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12568800.950.300.51318.6690.8425.69
Hex7D65805F1E3313f5b1a
Octal17561300137366347713332
Binary111110111010110000101111111110110011100111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,6,88); }

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

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

 a { background-color: rgb(125,6,88); }

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

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

 span { border-color: rgb(125,6,88); }

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