#7C4F8A

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

Shades of Affair #7C4F8A

Tints of Affair #7C4F8A

Color information

#7C4F8A (or 0x7C4F8A) is unknown color: approx Affair. HEX triplet: 7C, 4F and 8A. RGB value is (124,79,138). Sum of RGB (Red+Green+Blue) = 124+79+138=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C4F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4F8A is #83B075. Grayscale: #626262. Windows color (decimal): -8630390 or 9064316. OLE color: 9064316.

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

Color convert

RGB12479138-
CMYK0.100.4300.46
HSL285.76º27.19%42.55%-
HSV(B)285.76º42.75%54.12%-
XYZ15.711.7125.48-
YUV99.18149.91145.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=36.36%
G=23.17%
B=40.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124791380.100.4300.46285.7627.1942.55
Hex7C4F8AA2B02E11e1b2b
Octal17411721212530564363353
Binary11111001001111100010101010101011010111010001111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,79,138); }

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

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

 a { background-color: rgb(124,79,138); }

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

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

 span { border-color: rgb(124,79,138); }

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