Html Css Color HEX #76055B Eggplant

📋 copy color: '#76055B'

red 118 ◦ green 5 ◦ blue 91

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

Shades of Eggplant #76055B

Tints of Eggplant #76055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 55.14%
G = 2.34%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76055B (or 0x76055B) is known color: Eggplant. HEX triplet: 76, 05 and 5B. RGB value is (118,5,91). Sum of RGB (Red+Green+Blue) = 118+5+91=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76055B is #89FAA4. Grayscale: #303030. Windows color (decimal): -9042597 or 5965174. OLE color: 5965174.

HSL color Cylindrical-coordinate representation of color #76055B: hue angle of 314.34º 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 #76055B is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 91 -
CMYK 0 0.96 0.23 0.54
HSL 314.34º 0.92% 0.24% -
HSV(B) 314.34º 0.96% 0.46% -
XYZ 9.41 4.72 10.31 -
YUV 48.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 118 5 91 0 0.96 0.23 0.54 314.34 0.92 0.24
Hex 76 5 5B 0 60 17 36 13A 5C 18
Octal 166 5 133 0 140 27 66 472 134 30
Binary 1110110 101 1011011 0 1100000 10111 110110 100111010 1011100 11000

Color Harmonies of #76055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76055B

Black with #76055B

Text Example


Text Example

White with #76055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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