Html Css Color HEX #76005E Eggplant

📋 copy color: '#76005E'

red 118 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #76005E

Tints of Eggplant #76005E

RGB

 RED value IS 118 (46.48% from 255) = 55.66%

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

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 55.66%
G = 0%
B = 44.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76005E (or 0x76005E) is known color: Eggplant. HEX triplet: 76, 00 and 5E. RGB value is (118,0,94). Sum of RGB (Red+Green+Blue) = 118+0+94=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76005E is #89FFA1. Grayscale: #2D2D2D. Windows color (decimal): -9043874 or 6160502. OLE color: 6160502.

HSL color Cylindrical-coordinate representation of color #76005E: hue angle of 312.2º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76005E is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 94 -
CMYK 0 1 0.20 0.54
HSL 312.2º 1% 0.23% -
HSV(B) 312.2º 1% 0.46% -
XYZ 9.49 4.66 10.99 -
YUV 46 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 118 0 94 0 1 0.20 0.54 312.2 1 0.23
Hex 76 0 5E 0 64 14 36 138 64 17
Octal 166 0 136 0 144 24 66 470 144 27
Binary 1110110 0 1011110 0 1100100 10100 110110 100111000 1100100 10111

Color Harmonies of #76005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76005E

Black with #76005E

Text Example


Text Example

White with #76005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76005E; }

 p { color: rgb(118,0,94); }

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

background-color css

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

 a { background-color: rgb(118,0,94); }

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

border-color css

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

 span { border-color: rgb(118,0,94); }

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