Html Css Color HEX #800651 Eggplant

📋 copy color: '#800651'

red 128 ◦ green 6 ◦ blue 81

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

Shades of Eggplant #800651

Tints of Eggplant #800651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 59.53%
G = 2.79%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#800651 (or 0x800651) is known color: Eggplant. HEX triplet: 80, 06 and 51. RGB value is (128,6,81). Sum of RGB (Red+Green+Blue) = 128+6+81=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #800651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800651 is #7FF9AE. Grayscale: #323232. Windows color (decimal): -8386991 or 5310080. OLE color: 5310080.

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

Color convert

RGB 128 6 81 -
CMYK 0 0.95 0.37 0.50
HSL 323.11º 0.91% 0.26% -
HSV(B) 323.11º 0.95% 0.5% -
XYZ 10.45 5.31 8.26 -
YUV 51.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 128 6 81 0 0.95 0.37 0.50 323.11 0.91 0.26
Hex 80 6 51 0 5F 25 32 143 5B 1A
Octal 200 6 121 0 137 45 62 503 133 32
Binary 10000000 110 1010001 0 1011111 100101 110010 101000011 1011011 11010

Color Harmonies of #800651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800651

Black with #800651

Text Example


Text Example

White with #800651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800651; }

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

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

background-color css

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

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

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

border-color css

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

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

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