#75005E

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

Shades of Eggplant #75005E

Tints of Eggplant #75005E

Color information

#75005E (or 0x75005E) is unknown color: approx Eggplant. HEX triplet: 75, 00 and 5E. RGB value is (117,0,94). Sum of RGB (Red+Green+Blue) = 117+0+94=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005E is #8AFFA1. Grayscale: #2D2D2D. Windows color (decimal): -9109410 or 6160501. OLE color: 6160501.

HSL color Cylindrical-coordinate representation of color #75005E: hue angle of 311.79º 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 #75005E is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB117094-
CMYK010.200.54
HSL311.79º100%22.94%-
HSV(B)311.79º100%45.88%-
XYZ9.364.5910.98-
YUV45.7155.26178.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=55.45%
G=0%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117094010.200.54311.7910022.94
Hex7505E06414361386417
Octal16501360144246647014427
Binary1110101010111100110010010100110110100111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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