#7C518F

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

Shades of Affair #7C518F

Tints of Affair #7C518F

Color information

#7C518F (or 0x7C518F) is unknown color: approx Affair. HEX triplet: 7C, 51 and 8F. RGB value is (124,81,143). Sum of RGB (Red+Green+Blue) = 124+81+143=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C518F is #83AE70. Grayscale: #646464. Windows color (decimal): -8629873 or 9392508. OLE color: 9392508.

HSL color Cylindrical-coordinate representation of color #7C518F: hue angle of 281.61º degrees, saturation: 0.28, 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 #7C518F is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12481143-
CMYK0.130.4300.44
HSL281.61º27.68%43.92%-
HSV(B)281.61º43.36%56.08%-
XYZ16.2112.1527.48-
YUV100.92151.75144.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=35.63%
G=23.28%
B=41.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124811430.130.4300.44281.6127.6843.92
Hex7C518FD2B02C11a1c2c
Octal17412121715530544323454
Binary11111001010001100011111101101011010110010001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,143); }

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

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

 a { background-color: rgb(124,81,143); }

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

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

 span { border-color: rgb(124,81,143); }

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