#7B0A5C

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

Shades of Eggplant #7B0A5C

Tints of Eggplant #7B0A5C

Color information

#7B0A5C (or 0x7B0A5C) is unknown color: approx Eggplant. HEX triplet: 7B, 0A and 5C. RGB value is (123,10,92). Sum of RGB (Red+Green+Blue) = 123+10+92=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0A5C is #84F5A3. Grayscale: #343434. Windows color (decimal): -8713636 or 6031995. OLE color: 6031995.

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

Color convert

RGB1231092-
CMYK00.920.250.52
HSL316.46º84.96%26.08%-
HSV(B)316.46º91.87%48.24%-
XYZ10.215.210.59-
YUV53.14149.94177.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.67%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=54.67%
G=4.44%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123109200.920.250.52316.4684.9626.08
Hex7BA5C05C193413c551a
Octal173121340134316447412532
Binary1111011101010111000101110011001110100100111100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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