Html Css Color HEX #80075C Eggplant

📋 copy color: '#80075C'

red 128 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #80075C

Tints of Eggplant #80075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 56.39%
G = 3.08%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80075C (or 0x80075C) is known color: Eggplant. HEX triplet: 80, 07 and 5C. RGB value is (128,7,92). Sum of RGB (Red+Green+Blue) = 128+7+92=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80075C is #7FF8A3. Grayscale: #343434. Windows color (decimal): -8386724 or 6031232. OLE color: 6031232.

HSL color Cylindrical-coordinate representation of color #80075C: hue angle of 317.85º 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 #80075C is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 92 -
CMYK 0 0.95 0.28 0.50
HSL 317.85º 0.9% 0.26% -
HSV(B) 317.85º 0.95% 0.5% -
XYZ 10.91 5.51 10.61 -
YUV 52.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 128 7 92 0 0.95 0.28 0.50 317.85 0.9 0.26
Hex 80 7 5C 0 5F 1C 32 13E 5A 1A
Octal 200 7 134 0 137 34 62 476 132 32
Binary 10000000 111 1011100 0 1011111 11100 110010 100111110 1011010 11010

Color Harmonies of #80075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80075C

Black with #80075C

Text Example


Text Example

White with #80075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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