#7C498F

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

Shades of Affair #7C498F

Tints of Affair #7C498F

Color information

#7C498F (or 0x7C498F) is unknown color: approx Affair. HEX triplet: 7C, 49 and 8F. RGB value is (124,73,143). Sum of RGB (Red+Green+Blue) = 124+73+143=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C498F is #83B670. Grayscale: #606060. Windows color (decimal): -8631921 or 9390460. OLE color: 9390460.

HSL color Cylindrical-coordinate representation of color #7C498F: hue angle of 283.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C498F is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12473143-
CMYK0.130.4900.44
HSL283.71º32.41%42.35%-
HSV(B)283.71º48.95%56.08%-
XYZ15.6511.0327.29-
YUV96.23154.4147.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=36.47%
G=21.47%
B=42.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124731430.130.4900.44283.7132.4142.35
Hex7C498FD3102C11c202a
Octal17411121715610544344052
Binary111110010010011000111111011100010101100100011100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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