#821058

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

Shades of Eggplant #821058

Tints of Eggplant #821058

Color information

#821058 (or 0x821058) is unknown color: approx Eggplant. HEX triplet: 82, 10 and 58. RGB value is (130,16,88). Sum of RGB (Red+Green+Blue) = 130+16+88=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821058 is #7DEFA7. Grayscale: #3A3A3A. Windows color (decimal): -8253352 or 5771394. OLE color: 5771394.

HSL color Cylindrical-coordinate representation of color #821058: hue angle of 322.11º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821058 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1301688-
CMYK00.880.320.49
HSL322.11º78.08%28.63%-
HSV(B)322.11º87.69%50.98%-
XYZ11.155.829.77-
YUV58.29144.77179.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=55.56%
G=6.84%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130168800.880.320.49322.1178.0828.63
Hex82105805820311424e1d
Octal202201300130406150211635
Binary1000001010000101100001011000100000110001101000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821058; }

 p { color: rgb(130,16,88); }

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

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

 a { background-color: rgb(130,16,88); }

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

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

 span { border-color: rgb(130,16,88); }

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