#840060

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

Shades of Eggplant #840060

Tints of Eggplant #840060

Color information

#840060 (or 0x840060) is unknown color: approx Eggplant. HEX triplet: 84, 00 and 60. RGB value is (132,0,96). Sum of RGB (Red+Green+Blue) = 132+0+96=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #840060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840060 is #7BFF9F. Grayscale: #323232. Windows color (decimal): -8126368 or 6291588. OLE color: 6291588.

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

Color convert

RGB132096-
CMYK010.270.48
HSL316.36º100%25.88%-
HSV(B)316.36º100%51.76%-
XYZ11.635.7511.56-
YUV50.41153.73186.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=57.89%
G=0%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132096010.270.48316.3610025.88
Hex840600641B3013c641a
Octal20401400144336047414432
Binary10000100011000000110010011011110000100111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840060; }

 p { color: rgb(132,0,96); }

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

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

 a { background-color: rgb(132,0,96); }

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

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

 span { border-color: rgb(132,0,96); }

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