#7C4B95

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

Shades of Affair #7C4B95

Tints of Affair #7C4B95

Color information

#7C4B95 (or 0x7C4B95) is unknown color: approx Affair. HEX triplet: 7C, 4B and 95. RGB value is (124,75,149). Sum of RGB (Red+Green+Blue) = 124+75+149=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C4B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4B95 is #83B46A. Grayscale: #616161. Windows color (decimal): -8631403 or 9784188. OLE color: 9784188.

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

Color convert

RGB12475149-
CMYK0.170.5000.42
HSL279.73º33.04%43.92%-
HSV(B)279.73º49.66%58.43%-
XYZ16.2511.4929.79-
YUV98.09156.73146.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=35.63%
G=21.55%
B=42.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124751490.170.5000.42279.7333.0443.92
Hex7C4B95113202A118212c
Octal17411322521620524304154
Binary1111100100101110010101100011100100101010100011000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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