Html Css Color HEX #80045C Eggplant

📋 copy color: '#80045C'

red 128 ◦ green 4 ◦ blue 92

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

Shades of Eggplant #80045C

Tints of Eggplant #80045C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 57.14%
G = 1.79%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80045C (or 0x80045C) is known color: Eggplant. HEX triplet: 80, 04 and 5C. RGB value is (128,4,92). Sum of RGB (Red+Green+Blue) = 128+4+92=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80045C is #7FFBA3. Grayscale: #323232. Windows color (decimal): -8387492 or 6030464. OLE color: 6030464.

HSL color Cylindrical-coordinate representation of color #80045C: hue angle of 317.42º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80045C is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 92 -
CMYK 0 0.97 0.28 0.50
HSL 317.42º 0.94% 0.26% -
HSV(B) 317.42º 0.97% 0.5% -
XYZ 10.88 5.45 10.6 -
YUV 51.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 128 4 92 0 0.97 0.28 0.50 317.42 0.94 0.26
Hex 80 4 5C 0 61 1C 32 13D 5E 1A
Octal 200 4 134 0 141 34 62 475 136 32
Binary 10000000 100 1011100 0 1100001 11100 110010 100111101 1011110 11010

Color Harmonies of #80045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80045C

Black with #80045C

Text Example


Text Example

White with #80045C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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