#7C4B96

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

Shades of Affair #7C4B96

Tints of Affair #7C4B96

Color information

#7C4B96 (or 0x7C4B96) is unknown color: approx Affair. HEX triplet: 7C, 4B and 96. RGB value is (124,75,150). Sum of RGB (Red+Green+Blue) = 124+75+150=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C4B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4B96 is #83B469. Grayscale: #616161. Windows color (decimal): -8631402 or 9849724. OLE color: 9849724.

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

Color convert

RGB12475150-
CMYK0.170.500.41
HSL279.2º33.33%44.12%-
HSV(B)279.2º50%58.82%-
XYZ16.3311.5230.22-
YUV98.2157.23146.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=35.53%
G=21.49%
B=42.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124751500.170.500.41279.233.3344.12
Hex7C4B961132029117212c
Octal17411322621620514274154
Binary1111100100101110010110100011100100101001100010111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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