#7F0453

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

Shades of Eggplant #7F0453

Tints of Eggplant #7F0453

Color information

#7F0453 (or 0x7F0453) is unknown color: approx Eggplant. HEX triplet: 7F, 04 and 53. RGB value is (127,4,83). Sum of RGB (Red+Green+Blue) = 127+4+83=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0453 is #80FBAC. Grayscale: #313131. Windows color (decimal): -8453037 or 5440639. OLE color: 5440639.

HSL color Cylindrical-coordinate representation of color #7F0453: hue angle of 321.46º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0453 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB127483-
CMYK00.970.350.50
HSL321.46º93.89%25.69%-
HSV(B)321.46º96.85%49.8%-
XYZ10.365.228.65-
YUV49.78146.75183.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.35%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=59.35%
G=1.87%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12748300.970.350.50321.4693.8925.69
Hex7F45306123321415e1a
Octal17741230141436250113632
Binary1111111100101001101100001100011110010101000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,83); }

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

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

 a { background-color: rgb(127,4,83); }

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

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

 span { border-color: rgb(127,4,83); }

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