#7B0256

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

Shades of Eggplant #7B0256

Tints of Eggplant #7B0256

Color information

#7B0256 (or 0x7B0256) is unknown color: approx Eggplant. HEX triplet: 7B, 02 and 56. RGB value is (123,2,86). Sum of RGB (Red+Green+Blue) = 123+2+86=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0256 is #84FDA9. Grayscale: #2F2F2F. Windows color (decimal): -8715690 or 5636731. OLE color: 5636731.

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

Color convert

RGB123286-
CMYK00.980.300.52
HSL318.35º96.8%24.51%-
HSV(B)318.35º98.37%48.24%-
XYZ9.874.939.23-
YUV47.76149.59181.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.29%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=58.29%
G=0.95%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12328600.980.300.52318.3596.824.51
Hex7B2560621E3413e6119
Octal17321260142366447614131
Binary11110111010101100110001011110110100100111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,86); }

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

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

 a { background-color: rgb(123,2,86); }

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

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

 span { border-color: rgb(123,2,86); }

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