#7B085F

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

Shades of Eggplant #7B085F

Tints of Eggplant #7B085F

Color information

#7B085F (or 0x7B085F) is unknown color: approx Eggplant. HEX triplet: 7B, 08 and 5F. RGB value is (123,8,95). Sum of RGB (Red+Green+Blue) = 123+8+95=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B085F is #84F7A0. Grayscale: #343434. Windows color (decimal): -8714145 or 6228091. OLE color: 6228091.

HSL color Cylindrical-coordinate representation of color #7B085F: hue angle of 314.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B085F is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB123895-
CMYK00.930.230.52
HSL314.61º87.79%25.69%-
HSV(B)314.61º93.5%48.24%-
XYZ10.325.2111.29-
YUV52.3152.1178.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.42%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=54.42%
G=3.54%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12389500.930.230.52314.6187.7925.69
Hex7B85F05D173413b581a
Octal173101370135276447313032
Binary1111011100010111110101110110111110100100111011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,8,95); }

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

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

 a { background-color: rgb(123,8,95); }

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

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

 span { border-color: rgb(123,8,95); }

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