#7B035A

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

Shades of Eggplant #7B035A

Tints of Eggplant #7B035A

Color information

#7B035A (or 0x7B035A) is unknown color: approx Eggplant. HEX triplet: 7B, 03 and 5A. RGB value is (123,3,90). Sum of RGB (Red+Green+Blue) = 123+3+90=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B035A is #84FCA5. Grayscale: #303030. Windows color (decimal): -8715430 or 5899131. OLE color: 5899131.

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

Color convert

RGB123390-
CMYK00.980.270.52
HSL316.5º95.24%24.71%-
HSV(B)316.5º97.56%48.24%-
XYZ10.055.0110.11-
YUV48.8151.26180.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.94%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=56.94%
G=1.39%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12339000.980.270.52316.595.2424.71
Hex7B35A0621B3413c5f19
Octal17331320142336447413731
Binary11110111110110100110001011011110100100111100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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