Html Css Color HEX #76015F Eggplant

📋 copy color: '#76015F'

red 118 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #76015F

Tints of Eggplant #76015F

RGB

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

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

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

R = 55.14%
G = 0.47%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76015F (or 0x76015F) is known color: Eggplant. HEX triplet: 76, 01 and 5F. RGB value is (118,1,95). Sum of RGB (Red+Green+Blue) = 118+1+95=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76015F is #89FEA0. Grayscale: #2E2E2E. Windows color (decimal): -9043617 or 6226294. OLE color: 6226294.

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

Color convert

RGB 118 1 95 -
CMYK 0 0.99 0.19 0.54
HSL 311.79º 0.98% 0.23% -
HSV(B) 311.79º 0.99% 0.46% -
XYZ 9.55 4.7 11.23 -
YUV 46.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 118 1 95 0 0.99 0.19 0.54 311.79 0.98 0.23
Hex 76 1 5F 0 63 13 36 138 62 17
Octal 166 1 137 0 143 23 66 470 142 27
Binary 1110110 1 1011111 0 1100011 10011 110110 100111000 1100010 10111

Color Harmonies of #76015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76015F

Black with #76015F

Text Example


Text Example

White with #76015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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