#7C4995

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

Shades of Affair #7C4995

Tints of Affair #7C4995

Color information

#7C4995 (or 0x7C4995) is unknown color: approx Affair. HEX triplet: 7C, 49 and 95. RGB value is (124,73,149). Sum of RGB (Red+Green+Blue) = 124+73+149=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4995 is #83B66A. Grayscale: #606060. Windows color (decimal): -8631915 or 9783676. OLE color: 9783676.

HSL color Cylindrical-coordinate representation of color #7C4995: hue angle of 280.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C4995 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12473149-
CMYK0.170.5100.42
HSL280.26º34.23%43.53%-
HSV(B)280.26º51.01%58.43%-
XYZ16.1211.2229.75-
YUV96.91157.4147.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=35.84%
G=21.10%
B=43.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124731490.170.5100.42280.2634.2343.53
Hex7C4995113302A118222c
Octal17411122521630524304254
Binary1111100100100110010101100011100110101010100011000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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