#7C4782

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

Shades of Affair #7C4782

Tints of Affair #7C4782

Color information

#7C4782 (or 0x7C4782) is unknown color: approx Affair. HEX triplet: 7C, 47 and 82. RGB value is (124,71,130). Sum of RGB (Red+Green+Blue) = 124+71+130=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4782 is #83B87D. Grayscale: #5D5D5D. Windows color (decimal): -8632446 or 8537980. OLE color: 8537980.

HSL color Cylindrical-coordinate representation of color #7C4782: hue angle of 293.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4782 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12471130-
CMYK0.050.4500.49
HSL293.9º29.35%39.41%-
HSV(B)293.9º45.38%50.98%-
XYZ14.5910.422.36-
YUV93.57148.56149.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 130 (51.17% from 255) = 40%
R=38.15%
G=21.85%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124711300.050.4500.49293.929.3539.41
Hex7C478252D0311261d27
Octal1741072025550614463547
Binary1111100100011110000010101101101011000110010011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,71,130); }

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

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

 a { background-color: rgb(124,71,130); }

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

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

 span { border-color: rgb(124,71,130); }

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