#7B4996

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

Shades of Affair #7B4996

Tints of Affair #7B4996

Color information

#7B4996 (or 0x7B4996) is unknown color: approx Affair. HEX triplet: 7B, 49 and 96. RGB value is (123,73,150). Sum of RGB (Red+Green+Blue) = 123+73+150=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B4996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4996 is #84B669. Grayscale: #606060. Windows color (decimal): -8697450 or 9849211. OLE color: 9849211.

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

Color convert

RGB12373150-
CMYK0.180.5100.41
HSL278.96º34.53%43.73%-
HSV(B)278.96º51.33%58.82%-
XYZ16.0611.1830.17-
YUV96.73158.06146.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=35.55%
G=21.10%
B=43.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123731500.180.5100.41278.9634.5343.73
Hex7B49961233029117232c
Octal17311122622630514274354
Binary1111011100100110010110100101100110101001100010111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,150); }

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

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

 a { background-color: rgb(123,73,150); }

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

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

 span { border-color: rgb(123,73,150); }

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