Html Css Color HEX #800567 Eggplant

📋 copy color: '#800567'

red 128 ◦ green 5 ◦ blue 103

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

Shades of Eggplant #800567

Tints of Eggplant #800567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 54.24%
G = 2.12%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#800567 (or 0x800567) is known color: Eggplant. HEX triplet: 80, 05 and 67. RGB value is (128,5,103). Sum of RGB (Red+Green+Blue) = 128+5+103=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #800567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800567 is #7FFA98. Grayscale: #343434. Windows color (decimal): -8387225 or 6751616. OLE color: 6751616.

HSL color Cylindrical-coordinate representation of color #800567: hue angle of 312.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800567 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 103 -
CMYK 0 0.96 0.20 0.50
HSL 312.2º 0.92% 0.26% -
HSV(B) 312.2º 0.96% 0.5% -
XYZ 11.4 5.68 13.33 -
YUV 52.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 128 5 103 0 0.96 0.20 0.50 312.2 0.92 0.26
Hex 80 5 67 0 60 14 32 138 5C 1A
Octal 200 5 147 0 140 24 62 470 134 32
Binary 10000000 101 1100111 0 1100000 10100 110010 100111000 1011100 11010

Color Harmonies of #800567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800567

Black with #800567

Text Example


Text Example

White with #800567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800567; }

 p { color: rgb(128,5,103); }

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

background-color css

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

 a { background-color: rgb(128,5,103); }

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

border-color css

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

 span { border-color: rgb(128,5,103); }

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