#85074E

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

Shades of Eggplant #85074E

Tints of Eggplant #85074E

Color information

#85074E (or 0x85074E) is unknown color: approx Eggplant. HEX triplet: 85, 07 and 4E. RGB value is (133,7,78). Sum of RGB (Red+Green+Blue) = 133+7+78=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85074E is #7AF8B1. Grayscale: #343434. Windows color (decimal): -8059058 or 5113733. OLE color: 5113733.

HSL color Cylindrical-coordinate representation of color #85074E: hue angle of 326.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85074E is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB133778-
CMYK00.950.410.48
HSL326.19º90%27.45%-
HSV(B)326.19º94.74%52.16%-
XYZ11.125.697.72-
YUV52.77142.24185.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=61.01%
G=3.21%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13377800.950.410.48326.199027.45
Hex8574E05F29301465a1b
Octal20571160137516050613233
Binary10000101111100111001011111101001110000101000110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85074E; }

 p { color: rgb(133,7,78); }

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

<style>
 a { background-color: #85074E; }

 a { background-color: rgb(133,7,78); }

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

<style>
 span { border-color: #85074E; }

 span { border-color: rgb(133,7,78); }

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