#7B0857

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

Shades of Eggplant #7B0857

Tints of Eggplant #7B0857

Color information

#7B0857 (or 0x7B0857) is unknown color: approx Eggplant. HEX triplet: 7B, 08 and 57. RGB value is (123,8,87). Sum of RGB (Red+Green+Blue) = 123+8+87=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0857 is #84F7A8. Grayscale: #333333. Windows color (decimal): -8714153 or 5703803. OLE color: 5703803.

HSL color Cylindrical-coordinate representation of color #7B0857: hue angle of 318.78º 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 #7B0857 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB123887-
CMYK00.930.290.52
HSL318.78º87.79%25.69%-
HSV(B)318.78º93.5%48.24%-
XYZ9.985.079.47-
YUV51.39148.1179.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.42%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=56.42%
G=3.67%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12388700.930.290.52318.7887.7925.69
Hex7B85705D1D3413f581a
Octal173101270135356447713032
Binary1111011100010101110101110111101110100100111111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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