#841361

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

Shades of Eggplant #841361

Tints of Eggplant #841361

Color information

#841361 (or 0x841361) is unknown color: approx Eggplant. HEX triplet: 84, 13 and 61. RGB value is (132,19,97). Sum of RGB (Red+Green+Blue) = 132+19+97=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #841361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841361 is #7BEC9E. Grayscale: #3D3D3D. Windows color (decimal): -8121503 or 6361988. OLE color: 6361988.

HSL color Cylindrical-coordinate representation of color #841361: hue angle of 318.58º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841361 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1321997-
CMYK00.860.270.48
HSL318.58º74.83%29.61%-
HSV(B)318.58º85.61%51.76%-
XYZ11.916.2311.89-
YUV61.68147.94178.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=53.23%
G=7.66%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132199700.860.270.48318.5874.8329.61
Hex8413610561B3013f4b1e
Octal204231410126336047711336
Binary100001001001111000010101011011011110000100111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841361; }

 p { color: rgb(132,19,97); }

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

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

 a { background-color: rgb(132,19,97); }

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

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

 span { border-color: rgb(132,19,97); }

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