#7B0357

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

Shades of Eggplant #7B0357

Tints of Eggplant #7B0357

Color information

#7B0357 (or 0x7B0357) is unknown color: approx Eggplant. HEX triplet: 7B, 03 and 57. RGB value is (123,3,87). Sum of RGB (Red+Green+Blue) = 123+3+87=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0357 is #84FCA8. Grayscale: #303030. Windows color (decimal): -8715433 or 5702523. OLE color: 5702523.

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

Color convert

RGB123387-
CMYK00.980.290.52
HSL318º95.24%24.71%-
HSV(B)318º97.56%48.24%-
XYZ9.924.969.45-
YUV48.46149.76181.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.75%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=57.75%
G=1.41%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12338700.980.290.5231895.2424.71
Hex7B3570621D3413e5f19
Octal17331270142356447613731
Binary11110111110101110110001011101110100100111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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