Html Css Color HEX #76055D Eggplant

📋 copy color: '#76055D'

red 118 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #76055D

Tints of Eggplant #76055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 54.63%
G = 2.31%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76055D (or 0x76055D) is known color: Eggplant. HEX triplet: 76, 05 and 5D. RGB value is (118,5,93). Sum of RGB (Red+Green+Blue) = 118+5+93=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76055D is #89FAA2. Grayscale: #303030. Windows color (decimal): -9042595 or 6096246. OLE color: 6096246.

HSL color Cylindrical-coordinate representation of color #76055D: hue angle of 313.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76055D is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 93 -
CMYK 0 0.96 0.21 0.54
HSL 313.27º 0.92% 0.24% -
HSV(B) 313.27º 0.96% 0.46% -
XYZ 9.5 4.75 10.77 -
YUV 48.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 118 5 93 0 0.96 0.21 0.54 313.27 0.92 0.24
Hex 76 5 5D 0 60 15 36 139 5C 18
Octal 166 5 135 0 140 25 66 471 134 30
Binary 1110110 101 1011101 0 1100000 10101 110110 100111001 1011100 11000

Color Harmonies of #76055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76055D

Black with #76055D

Text Example


Text Example

White with #76055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76055D; }

 p { color: rgb(118,5,93); }

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

background-color css

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

 a { background-color: rgb(118,5,93); }

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

border-color css

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

 span { border-color: rgb(118,5,93); }

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