#7d0d5a

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

Shades of Eggplant #7D0D5A

Tints of Eggplant #7D0D5A

Color information

#7D0D5A (or 0x7D0D5A) is unknown color: approx Eggplant. HEX triplet: 7D, 0D and 5A. RGB value is (125,13,90). Sum of RGB (Red+Green+Blue) = 125+13+90=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0D5A is #82F2A5. Grayscale: #373737. Windows color (decimal): -8581798 or 5901693. OLE color: 5901693.

HSL color Cylindrical-coordinate representation of color #7D0D5A: hue angle of 318.75º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D5A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1251390-
CMYK00.900.280.51
HSL318.75º81.16%27.06%-
HSV(B)318.75º89.6%49.02%-
XYZ10.455.3910.16-
YUV55.27147.61177.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=54.82%
G=5.70%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125139000.900.280.51318.7581.1627.06
Hex7DD5A05A1C3313f511b
Octal175151320132346347712133
Binary1111101110110110100101101011100110011100111111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d0d5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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