#7F578E

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

Shades of Affair #7F578E

Tints of Affair #7F578E

Color information

#7F578E (or 0x7F578E) is unknown color: approx Affair. HEX triplet: 7F, 57 and 8E. RGB value is (127,87,142). Sum of RGB (Red+Green+Blue) = 127+87+142=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F578E is #80A871. Grayscale: #696969. Windows color (decimal): -8431730 or 9328511. OLE color: 9328511.

HSL color Cylindrical-coordinate representation of color #7F578E: hue angle of 283.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F578E is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12787142-
CMYK0.110.3900.44
HSL283.64º24.02%44.9%-
HSV(B)283.64º38.73%55.69%-
XYZ17.0413.2827.26-
YUV105.23148.75143.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=35.67%
G=24.44%
B=39.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127871420.110.3900.44283.6424.0244.9
Hex7F578EB2702C11c182d
Octal17712721613470544343055
Binary11111111010111100011101011100111010110010001110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,87,142); }

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

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

 a { background-color: rgb(127,87,142); }

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

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

 span { border-color: rgb(127,87,142); }

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