#840068

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

Shades of Eggplant #840068

Tints of Eggplant #840068

Color information

#840068 (or 0x840068) is unknown color: approx Eggplant. HEX triplet: 84, 00 and 68. RGB value is (132,0,104). Sum of RGB (Red+Green+Blue) = 132+0+104=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #840068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840068 is #7BFF97. Grayscale: #333333. Windows color (decimal): -8126360 or 6815876. OLE color: 6815876.

HSL color Cylindrical-coordinate representation of color #840068: hue angle of 312.73º 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 #840068 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB1320104-
CMYK010.210.48
HSL312.73º100%25.88%-
HSV(B)312.73º100%51.76%-
XYZ12.015.9113.6-
YUV51.32157.73185.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=55.93%
G=0%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320104010.210.48312.7310025.88
Hex840680641530139641a
Octal20401500144256047114432
Binary10000100011010000110010010101110000100111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840068; }

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

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

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

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

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

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

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

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