Html Css Color HEX #76045B Eggplant

📋 copy color: '#76045B'

red 118 ◦ green 4 ◦ blue 91

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

Shades of Eggplant #76045B

Tints of Eggplant #76045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 55.4%
G = 1.88%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76045B (or 0x76045B) is known color: Eggplant. HEX triplet: 76, 04 and 5B. RGB value is (118,4,91). Sum of RGB (Red+Green+Blue) = 118+4+91=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76045B is #89FBA4. Grayscale: #2F2F2F. Windows color (decimal): -9042853 or 5964918. OLE color: 5964918.

HSL color Cylindrical-coordinate representation of color #76045B: hue angle of 314.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76045B is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 91 -
CMYK 0 0.97 0.23 0.54
HSL 314.21º 0.93% 0.24% -
HSV(B) 314.21º 0.97% 0.46% -
XYZ 9.4 4.69 10.31 -
YUV 48 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 118 4 91 0 0.97 0.23 0.54 314.21 0.93 0.24
Hex 76 4 5B 0 61 17 36 13A 5D 18
Octal 166 4 133 0 141 27 66 472 135 30
Binary 1110110 100 1011011 0 1100001 10111 110110 100111010 1011101 11000

Color Harmonies of #76045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76045B

Black with #76045B

Text Example


Text Example

White with #76045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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