#75005D

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

Shades of Eggplant #75005D

Tints of Eggplant #75005D

Color information

#75005D (or 0x75005D) is unknown color: approx Eggplant. HEX triplet: 75, 00 and 5D. RGB value is (117,0,93). Sum of RGB (Red+Green+Blue) = 117+0+93=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005D is #8AFFA2. Grayscale: #2D2D2D. Windows color (decimal): -9109411 or 6094965. OLE color: 6094965.

HSL color Cylindrical-coordinate representation of color #75005D: hue angle of 312.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75005D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB117093-
CMYK010.210.54
HSL312.31º100%22.94%-
HSV(B)312.31º100%45.88%-
XYZ9.314.5710.75-
YUV45.58154.76178.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=55.71%
G=0%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117093010.210.54312.3110022.94
Hex7505D06415361386417
Octal16501350144256647014427
Binary1110101010111010110010010101110110100111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75005D; }

 p { color: rgb(117,0,93); }

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

<style>
 a { background-color: #75005D; }

 a { background-color: rgb(117,0,93); }

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

<style>
 span { border-color: #75005D; }

 span { border-color: rgb(117,0,93); }

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