Html Css Color HEX #76045F Eggplant

📋 copy color: '#76045F'

red 118 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #76045F

Tints of Eggplant #76045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.78%

R = 54.38%
G = 1.84%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76045F (or 0x76045F) is known color: Eggplant. HEX triplet: 76, 04 and 5F. RGB value is (118,4,95). Sum of RGB (Red+Green+Blue) = 118+4+95=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76045F is #89FBA0. Grayscale: #303030. Windows color (decimal): -9042849 or 6227062. OLE color: 6227062.

HSL color Cylindrical-coordinate representation of color #76045F: hue angle of 312.11º 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 #76045F is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 95 -
CMYK 0 0.97 0.19 0.54
HSL 312.11º 0.93% 0.24% -
HSV(B) 312.11º 0.97% 0.46% -
XYZ 9.58 4.76 11.24 -
YUV 48.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 118 4 95 0 0.97 0.19 0.54 312.11 0.93 0.24
Hex 76 4 5F 0 61 13 36 138 5D 18
Octal 166 4 137 0 141 23 66 470 135 30
Binary 1110110 100 1011111 0 1100001 10011 110110 100111000 1011101 11000

Color Harmonies of #76045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76045F

Black with #76045F

Text Example


Text Example

White with #76045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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