#7f0563

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

Shades of Eggplant #7F0563

Tints of Eggplant #7F0563

Color information

#7F0563 (or 0x7F0563) is unknown color: approx Eggplant. HEX triplet: 7F, 05 and 63. RGB value is (127,5,99). Sum of RGB (Red+Green+Blue) = 127+5+99=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0563 is #80FA9C. Grayscale: #333333. Windows color (decimal): -8452765 or 6489471. OLE color: 6489471.

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

Color convert

RGB127599-
CMYK00.960.220.50
HSL313.77º92.42%25.88%-
HSV(B)313.77º96.06%49.8%-
XYZ11.065.5212.29-
YUV52.19154.42181.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.98%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=54.98%
G=2.16%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12759900.960.220.50313.7792.4225.88
Hex7F563060163213a5c1a
Octal17751430140266247213432
Binary111111110111000110110000010110110010100111010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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