#7B065B

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

Shades of Eggplant #7B065B

Tints of Eggplant #7B065B

Color information

#7B065B (or 0x7B065B) is unknown color: approx Eggplant. HEX triplet: 7B, 06 and 5B. RGB value is (123,6,91). Sum of RGB (Red+Green+Blue) = 123+6+91=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B065B is #84F9A4. Grayscale: #323232. Windows color (decimal): -8714661 or 5965435. OLE color: 5965435.

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

Color convert

RGB123691-
CMYK00.950.260.52
HSL316.41º90.7%25.29%-
HSV(B)316.41º95.12%48.24%-
XYZ10.125.110.35-
YUV50.67150.76179.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.91%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=55.91%
G=2.73%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12369100.950.260.52316.4190.725.29
Hex7B65B05F1A3413c5b19
Octal17361330137326447413331
Binary111101111010110110101111111010110100100111100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,91); }

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

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

 a { background-color: rgb(123,6,91); }

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

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

 span { border-color: rgb(123,6,91); }

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