#7B025C

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

Shades of Eggplant #7B025C

Tints of Eggplant #7B025C

Color information

#7B025C (or 0x7B025C) is unknown color: approx Eggplant. HEX triplet: 7B, 02 and 5C. RGB value is (123,2,92). Sum of RGB (Red+Green+Blue) = 123+2+92=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B025C is #84FDA3. Grayscale: #303030. Windows color (decimal): -8715684 or 6029947. OLE color: 6029947.

HSL color Cylindrical-coordinate representation of color #7B025C: hue angle of 315.37º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B025C is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB123292-
CMYK00.980.250.52
HSL315.37º96.8%24.51%-
HSV(B)315.37º98.37%48.24%-
XYZ10.125.0310.56-
YUV48.44152.59181.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.68%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=56.68%
G=0.92%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12329200.980.250.52315.3796.824.51
Hex7B25C062193413b6119
Octal17321340142316447314131
Binary11110111010111000110001011001110100100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,92); }

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

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

 a { background-color: rgb(123,2,92); }

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

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

 span { border-color: rgb(123,2,92); }

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