#7F518E

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

Shades of Affair #7F518E

Tints of Affair #7F518E

Color information

#7F518E (or 0x7F518E) is unknown color: approx Affair. HEX triplet: 7F, 51 and 8E. RGB value is (127,81,142). Sum of RGB (Red+Green+Blue) = 127+81+142=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F518E is #80AE71. Grayscale: #656565. Windows color (decimal): -8433266 or 9326975. OLE color: 9326975.

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

Color convert

RGB12781142-
CMYK0.110.4300.44
HSL285.25º27.35%43.73%-
HSV(B)285.25º42.96%55.69%-
XYZ16.5812.3527.1-
YUV101.71150.74146.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.29%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=36.29%
G=23.14%
B=40.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127811420.110.4300.44285.2527.3543.73
Hex7F518EB2B02C11d1b2c
Octal17712121613530544353354
Binary11111111010001100011101011101011010110010001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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