#7F135C

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

Shades of Eggplant #7F135C

Tints of Eggplant #7F135C

Color information

#7F135C (or 0x7F135C) is unknown color: approx Eggplant. HEX triplet: 7F, 13 and 5C. RGB value is (127,19,92). Sum of RGB (Red+Green+Blue) = 127+19+92=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F135C is #80ECA3. Grayscale: #3B3B3B. Windows color (decimal): -8449188 or 6034303. OLE color: 6034303.

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

Color convert

RGB1271992-
CMYK00.850.280.50
HSL319.44º73.97%28.63%-
HSV(B)319.44º85.04%49.8%-
XYZ10.925.7510.66-
YUV59.61146.28176.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=53.36%
G=7.98%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127199200.850.280.50319.4473.9728.63
Hex7F135C0551C3213f4a1d
Octal177231340125346247711235
Binary11111111001110111000101010111100110010100111111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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