Html Css Color HEX #80065F Eggplant

📋 copy color: '#80065F'

red 128 ◦ green 6 ◦ blue 95

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

Shades of Eggplant #80065F

Tints of Eggplant #80065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 55.9%
G = 2.62%
B = 41.48%

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

#80065F (or 0x80065F) is known color: Eggplant. HEX triplet: 80, 06 and 5F. RGB value is (128,6,95). Sum of RGB (Red+Green+Blue) = 128+6+95=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80065F is #7FF9A0. Grayscale: #343434. Windows color (decimal): -8386977 or 6227584. OLE color: 6227584.

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

Color convert

RGB 128 6 95 -
CMYK 0 0.95 0.26 0.50
HSL 316.23º 0.91% 0.26% -
HSV(B) 316.23º 0.95% 0.5% -
XYZ 11.03 5.55 11.32 -
YUV 52.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 128 6 95 0 0.95 0.26 0.50 316.23 0.91 0.26
Hex 80 6 5F 0 5F 1A 32 13C 5B 1A
Octal 200 6 137 0 137 32 62 474 133 32
Binary 10000000 110 1011111 0 1011111 11010 110010 100111100 1011011 11010

Color Harmonies of #80065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80065F

Black with #80065F

Text Example


Text Example

White with #80065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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