Html Css Color HEX #76015E Eggplant

📋 copy color: '#76015E'

red 118 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #76015E

Tints of Eggplant #76015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 55.4%
G = 0.47%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76015E (or 0x76015E) is known color: Eggplant. HEX triplet: 76, 01 and 5E. RGB value is (118,1,94). Sum of RGB (Red+Green+Blue) = 118+1+94=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76015E is #89FEA1. Grayscale: #2E2E2E. Windows color (decimal): -9043618 or 6160758. OLE color: 6160758.

HSL color Cylindrical-coordinate representation of color #76015E: hue angle of 312.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76015E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 94 -
CMYK 0 0.99 0.20 0.54
HSL 312.31º 0.98% 0.23% -
HSV(B) 312.31º 0.99% 0.46% -
XYZ 9.5 4.68 10.99 -
YUV 46.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 118 1 94 0 0.99 0.20 0.54 312.31 0.98 0.23
Hex 76 1 5E 0 63 14 36 138 62 17
Octal 166 1 136 0 143 24 66 470 142 27
Binary 1110110 1 1011110 0 1100011 10100 110110 100111000 1100010 10111

Color Harmonies of #76015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76015E

Black with #76015E

Text Example


Text Example

White with #76015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76015E; }

 p { color: rgb(118,1,94); }

 H1.HeaderClassName
 {
   color: #76015E;
 }
 .AnyTagClassName
 {
   color: #76015E;
 }
</style>

background-color css

<style>
 a { background-color: #76015E; }

 a { background-color: rgb(118,1,94); }

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

border-color css

<style>
 span { border-color: #76015E; }

 span { border-color: rgb(118,1,94); }

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