#840461

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

Shades of Eggplant #840461

Tints of Eggplant #840461

Color information

#840461 (or 0x840461) is unknown color: approx Eggplant. HEX triplet: 84, 04 and 61. RGB value is (132,4,97). Sum of RGB (Red+Green+Blue) = 132+4+97=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #840461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840461 is #7BFB9E. Grayscale: #343434. Windows color (decimal): -8125343 or 6358148. OLE color: 6358148.

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

Color convert

RGB132497-
CMYK00.970.270.48
HSL316.41º94.12%26.67%-
HSV(B)316.41º96.97%51.76%-
XYZ11.725.8611.82-
YUV52.87152.91184.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=56.65%
G=1.72%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13249700.970.270.48316.4194.1226.67
Hex844610611B3013c5e1b
Octal20441410141336047413633
Binary1000010010011000010110000111011110000100111100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840461; }

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

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

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

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

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

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

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

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