#7F5D8C

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

Shades of Affair #7F5D8C

Tints of Affair #7F5D8C

Color information

#7F5D8C (or 0x7F5D8C) is unknown color: approx Affair. HEX triplet: 7F, 5D and 8C. RGB value is (127,93,140). Sum of RGB (Red+Green+Blue) = 127+93+140=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F5D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5D8C is #80A273. Grayscale: #6C6C6C. Windows color (decimal): -8430196 or 9198975. OLE color: 9198975.

HSL color Cylindrical-coordinate representation of color #7F5D8C: hue angle of 283.4º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F5D8C is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12793140-
CMYK0.090.3400.45
HSL283.4º20.17%45.69%-
HSV(B)283.4º33.57%54.9%-
XYZ17.414.2326.64-
YUV108.52145.76141.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=35.28%
G=25.83%
B=38.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127931400.090.3400.45283.420.1745.69
Hex7F5D8C92202D11b142e
Octal17713521411420554332456
Binary11111111011101100011001001100010010110110001101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,140); }

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

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

 a { background-color: rgb(127,93,140); }

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

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

 span { border-color: rgb(127,93,140); }

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