Html Css Color HEX #80075F Eggplant

📋 copy color: '#80075F'

red 128 ◦ green 7 ◦ blue 95

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

Shades of Eggplant #80075F

Tints of Eggplant #80075F

RGB

 RED value IS 128 (50.39% from 255) = 55.65%

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 55.65%
G = 3.04%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80075F (or 0x80075F) is known color: Eggplant. HEX triplet: 80, 07 and 5F. RGB value is (128,7,95). Sum of RGB (Red+Green+Blue) = 128+7+95=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #80075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80075F is #7FF8A0. Grayscale: #343434. Windows color (decimal): -8386721 or 6227840. OLE color: 6227840.

HSL color Cylindrical-coordinate representation of color #80075F: hue angle of 316.36º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80075F is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 95 -
CMYK 0 0.95 0.26 0.50
HSL 316.36º 0.9% 0.26% -
HSV(B) 316.36º 0.95% 0.5% -
XYZ 11.04 5.57 11.32 -
YUV 53.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 128 7 95 0 0.95 0.26 0.50 316.36 0.9 0.26
Hex 80 7 5F 0 5F 1A 32 13C 5A 1A
Octal 200 7 137 0 137 32 62 474 132 32
Binary 10000000 111 1011111 0 1011111 11010 110010 100111100 1011010 11010

Color Harmonies of #80075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80075F

Black with #80075F

Text Example


Text Example

White with #80075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,7,95); }

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

background-color css

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

 a { background-color: rgb(128,7,95); }

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

border-color css

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

 span { border-color: rgb(128,7,95); }

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