Html Css Color HEX #800660 Eggplant

📋 copy color: '#800660'

red 128 ◦ green 6 ◦ blue 96

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

Shades of Eggplant #800660

Tints of Eggplant #800660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 55.65%
G = 2.61%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#800660 (or 0x800660) is known color: Eggplant. HEX triplet: 80, 06 and 60. RGB value is (128,6,96). Sum of RGB (Red+Green+Blue) = 128+6+96=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #800660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800660 is #7FF99F. Grayscale: #343434. Windows color (decimal): -8386976 or 6293120. OLE color: 6293120.

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

Color convert

RGB 128 6 96 -
CMYK 0 0.95 0.25 0.50
HSL 315.74º 0.91% 0.26% -
HSV(B) 315.74º 0.95% 0.5% -
XYZ 11.08 5.56 11.56 -
YUV 52.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 128 6 96 0 0.95 0.25 0.50 315.74 0.91 0.26
Hex 80 6 60 0 5F 19 32 13C 5B 1A
Octal 200 6 140 0 137 31 62 474 133 32
Binary 10000000 110 1100000 0 1011111 11001 110010 100111100 1011011 11010

Color Harmonies of #800660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800660

Black with #800660

Text Example


Text Example

White with #800660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800660; }

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

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

background-color css

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

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

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

border-color css

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

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

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