Html Css Color HEX #80035B Eggplant

📋 copy color: '#80035B'

red 128 ◦ green 3 ◦ blue 91

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

Shades of Eggplant #80035B

Tints of Eggplant #80035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 57.66%
G = 1.35%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80035B (or 0x80035B) is known color: Eggplant. HEX triplet: 80, 03 and 5B. RGB value is (128,3,91). Sum of RGB (Red+Green+Blue) = 128+3+91=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80035B is #7FFCA4. Grayscale: #323232. Windows color (decimal): -8387749 or 5964672. OLE color: 5964672.

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

Color convert

RGB 128 3 91 -
CMYK 0 0.98 0.29 0.50
HSL 317.76º 0.95% 0.26% -
HSV(B) 317.76º 0.98% 0.5% -
XYZ 10.82 5.41 10.37 -
YUV 50.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 128 3 91 0 0.98 0.29 0.50 317.76 0.95 0.26
Hex 80 3 5B 0 62 1D 32 13E 5F 1A
Octal 200 3 133 0 142 35 62 476 137 32
Binary 10000000 11 1011011 0 1100010 11101 110010 100111110 1011111 11010

Color Harmonies of #80035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80035B

Black with #80035B

Text Example


Text Example

White with #80035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80035B; }

 p { color: rgb(128,3,91); }

 H1.HeaderClassName
 {
   color: #80035B;
 }
 .AnyTagClassName
 {
   color: #80035B;
 }
</style>

background-color css

<style>
 a { background-color: #80035B; }

 a { background-color: rgb(128,3,91); }

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

border-color css

<style>
 span { border-color: #80035B; }

 span { border-color: rgb(128,3,91); }

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