#7F145C

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

Shades of Eggplant #7F145C

Tints of Eggplant #7F145C

Color information

#7F145C (or 0x7F145C) is unknown color: approx Eggplant. HEX triplet: 7F, 14 and 5C. RGB value is (127,20,92). Sum of RGB (Red+Green+Blue) = 127+20+92=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F145C is #80EBA3. Grayscale: #3C3C3C. Windows color (decimal): -8448932 or 6034559. OLE color: 6034559.

HSL color Cylindrical-coordinate representation of color #7F145C: hue angle of 319.63º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F145C is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1272092-
CMYK00.840.280.50
HSL319.63º72.79%28.82%-
HSV(B)319.63º84.25%49.8%-
XYZ10.935.7910.67-
YUV60.2145.95175.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=53.14%
G=8.37%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127209200.840.280.50319.6372.7928.82
Hex7F145C0541C32140491d
Octal177241340124346250011135
Binary11111111010010111000101010011100110010101000000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,20,92); }

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

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

 a { background-color: rgb(127,20,92); }

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

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

 span { border-color: rgb(127,20,92); }

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