Html Css Color HEX #76005F Eggplant

📋 copy color: '#76005F'

red 118 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #76005F

Tints of Eggplant #76005F

RGB

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

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

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

R = 55.4%
G = 0%
B = 44.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76005F (or 0x76005F) is known color: Eggplant. HEX triplet: 76, 00 and 5F. RGB value is (118,0,95). Sum of RGB (Red+Green+Blue) = 118+0+95=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76005F is #89FFA0. Grayscale: #2D2D2D. Windows color (decimal): -9043873 or 6226038. OLE color: 6226038.

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

Color convert

RGB 118 0 95 -
CMYK 0 1 0.19 0.54
HSL 311.69º 1% 0.23% -
HSV(B) 311.69º 1% 0.46% -
XYZ 9.54 4.68 11.23 -
YUV 46.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 118 0 95 0 1 0.19 0.54 311.69 1 0.23
Hex 76 0 5F 0 64 13 36 138 64 17
Octal 166 0 137 0 144 23 66 470 144 27
Binary 1110110 0 1011111 0 1100100 10011 110110 100111000 1100100 10111

Color Harmonies of #76005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76005F

Black with #76005F

Text Example


Text Example

White with #76005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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