#75045C

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

Shades of Eggplant #75045C

Tints of Eggplant #75045C

Color information

#75045C (or 0x75045C) is unknown color: approx Eggplant. HEX triplet: 75, 04 and 5C. RGB value is (117,4,92). Sum of RGB (Red+Green+Blue) = 117+4+92=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75045C is #8AFBA3. Grayscale: #2F2F2F. Windows color (decimal): -9108388 or 6030453. OLE color: 6030453.

HSL color Cylindrical-coordinate representation of color #75045C: hue angle of 313.27º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75045C is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB117492-
CMYK00.970.210.54
HSL313.27º93.39%23.73%-
HSV(B)313.27º96.58%45.88%-
XYZ9.314.6410.53-
YUV47.82152.94177.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=54.93%
G=1.88%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11749200.970.210.54313.2793.3923.73
Hex7545C06115361395d18
Octal16541340141256647113530
Binary111010110010111000110000110101110110100111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75045C; }

 p { color: rgb(117,4,92); }

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

<style>
 a { background-color: #75045C; }

 a { background-color: rgb(117,4,92); }

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

<style>
 span { border-color: #75045C; }

 span { border-color: rgb(117,4,92); }

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