#7F0F58

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

Shades of Eggplant #7F0F58

Tints of Eggplant #7F0F58

Color information

#7F0F58 (or 0x7F0F58) is unknown color: approx Eggplant. HEX triplet: 7F, 0F and 58. RGB value is (127,15,88). Sum of RGB (Red+Green+Blue) = 127+15+88=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0F58 is #80F0A7. Grayscale: #383838. Windows color (decimal): -8450216 or 5771135. OLE color: 5771135.

HSL color Cylindrical-coordinate representation of color #7F0F58: hue angle of 320.89º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F0F58 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1271588-
CMYK00.880.310.50
HSL320.89º78.87%27.84%-
HSV(B)320.89º88.19%49.8%-
XYZ10.685.569.74-
YUV56.81145.61178.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.22%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=55.22%
G=6.52%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127158800.880.310.50320.8978.8727.84
Hex7FF580581F321414f1c
Octal177171300130376250111734
Binary1111111111110110000101100011111110010101000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,15,88); }

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

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

 a { background-color: rgb(127,15,88); }

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

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

 span { border-color: rgb(127,15,88); }

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