Html Css Color HEX #840058 Eggplant

📋 copy color: '#840058'

red 132 ◦ green 0 ◦ blue 88

#840058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #840058

Tints of Eggplant #840058

RGB

 RED value IS 132 (51.95% from 255) = 60%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#840058 (or 0x840058) is known color: Eggplant. HEX triplet: 84, 00 and 58. RGB value is (132,0,88). Sum of RGB (Red+Green+Blue) = 132+0+88=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #840058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840058 is #7BFFA7. Grayscale: #313131. Windows color (decimal): -8126376 or 5767300. OLE color: 5767300.

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

Color convert

RGB 132 0 88 -
CMYK 0 1 0.33 0.48
HSL 320º 1% 0.26% -
HSV(B) 320º 1% 0.52% -
XYZ 11.28 5.61 9.72 -
YUV 49.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 132 0 88 0 1 0.33 0.48 320 1 0.26
Hex 84 0 58 0 64 21 30 140 64 1A
Octal 204 0 130 0 144 41 60 500 144 32
Binary 10000100 0 1011000 0 1100100 100001 110000 101000000 1100100 11010

Color Harmonies of #840058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840058

Black with #840058

Text Example


Text Example

White with #840058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840058; }

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

 H1.HeaderClassName
 {
   color: #840058;
 }
 .AnyTagClassName
 {
   color: #840058;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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