Html Css Color HEX #80035F Eggplant

📋 copy color: '#80035F'

red 128 ◦ green 3 ◦ blue 95

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

Shades of Eggplant #80035F

Tints of Eggplant #80035F

RGB

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

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

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

R = 56.64%
G = 1.33%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80035F (or 0x80035F) is known color: Eggplant. HEX triplet: 80, 03 and 5F. RGB value is (128,3,95). Sum of RGB (Red+Green+Blue) = 128+3+95=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80035F is #7FFCA0. Grayscale: #323232. Windows color (decimal): -8387745 or 6226816. OLE color: 6226816.

HSL color Cylindrical-coordinate representation of color #80035F: hue angle of 315.84º 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 #80035F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 95 -
CMYK 0 0.98 0.26 0.50
HSL 315.84º 0.95% 0.26% -
HSV(B) 315.84º 0.98% 0.5% -
XYZ 11 5.48 11.3 -
YUV 50.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 128 3 95 0 0.98 0.26 0.50 315.84 0.95 0.26
Hex 80 3 5F 0 62 1A 32 13C 5F 1A
Octal 200 3 137 0 142 32 62 474 137 32
Binary 10000000 11 1011111 0 1100010 11010 110010 100111100 1011111 11010

Color Harmonies of #80035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80035F

Black with #80035F

Text Example


Text Example

White with #80035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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