#7C4887

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

Shades of Affair #7C4887

Tints of Affair #7C4887

Color information

#7C4887 (or 0x7C4887) is unknown color: approx Affair. HEX triplet: 7C, 48 and 87. RGB value is (124,72,135). Sum of RGB (Red+Green+Blue) = 124+72+135=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C4887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4887 is #83B778. Grayscale: #5E5E5E. Windows color (decimal): -8632185 or 8865916. OLE color: 8865916.

HSL color Cylindrical-coordinate representation of color #7C4887: hue angle of 289.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4887 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12472135-
CMYK0.080.4700.47
HSL289.52º30.43%40.59%-
HSV(B)289.52º46.67%52.94%-
XYZ1510.6724.19-
YUV94.73150.73148.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=37.46%
G=21.75%
B=40.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124721350.080.4700.47289.5230.4340.59
Hex7C488782F02F1221e29
Octal17411020710570574423651
Binary11111001001000100001111000101111010111110010001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,135); }

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

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

 a { background-color: rgb(124,72,135); }

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

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

 span { border-color: rgb(124,72,135); }

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