#7B055F

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

Shades of Eggplant #7B055F

Tints of Eggplant #7B055F

Color information

#7B055F (or 0x7B055F) is unknown color: approx Eggplant. HEX triplet: 7B, 05 and 5F. RGB value is (123,5,95). Sum of RGB (Red+Green+Blue) = 123+5+95=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B055F is #84FAA0. Grayscale: #323232. Windows color (decimal): -8714913 or 6227323. OLE color: 6227323.

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

Color convert

RGB123595-
CMYK00.960.230.52
HSL314.24º92.19%25.1%-
HSV(B)314.24º95.93%48.24%-
XYZ10.295.1511.28-
YUV50.54153.09179.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.16%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=55.16%
G=2.24%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12359500.960.230.52314.2492.1925.1
Hex7B55F060173413a5c19
Octal17351370140276447213431
Binary111101110110111110110000010111110100100111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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