#7F0568

Color #7F0568 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #7F0568

Tints of Eggplant #7F0568

Color information

#7F0568 (or 0x7F0568) is unknown color: approx Eggplant. HEX triplet: 7F, 05 and 68. RGB value is (127,5,104). Sum of RGB (Red+Green+Blue) = 127+5+104=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0568 is #80FA97. Grayscale: #343434. Windows color (decimal): -8452760 or 6817151. OLE color: 6817151.

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

Color convert

RGB1275104-
CMYK00.960.180.50
HSL311.31º92.42%25.88%-
HSV(B)311.31º96.06%49.8%-
XYZ11.315.6213.59-
YUV52.76156.92180.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=53.81%
G=2.12%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127510400.960.180.50311.3192.4225.88
Hex7F56806012321375c1a
Octal17751500140226246713432
Binary111111110111010000110000010010110010100110111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F0568; }

 p { color: rgb(127,5,104); }

 H1.HeaderClassName
 {
   color: #7F0568;
 }
 .AnyTagClassName
 {
   color: #7F0568;
 }
</style>
background-color css

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

 a { background-color: rgb(127,5,104); }

 div.DivClassName
 {
   background-color: #7F0568;
 }
 .BgClassName
 {
   background-color: #7F0568;
 }
</style>
border-color css

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

 span { border-color: rgb(127,5,104); }

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