#7B4783

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

Shades of Affair #7B4783

Tints of Affair #7B4783

Color information

#7B4783 (or 0x7B4783) is unknown color: approx Affair. HEX triplet: 7B, 47 and 83. RGB value is (123,71,131). Sum of RGB (Red+Green+Blue) = 123+71+131=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B4783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4783 is #84B87C. Grayscale: #5D5D5D. Windows color (decimal): -8697981 or 8603515. OLE color: 8603515.

HSL color Cylindrical-coordinate representation of color #7B4783: hue angle of 292º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4783 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12371131-
CMYK0.060.4600.49
HSL292º29.7%39.61%-
HSV(B)292º45.8%51.37%-
XYZ14.5210.3622.71-
YUV93.39149.23149.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.85%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=37.85%
G=21.85%
B=40.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123711310.060.4600.4929229.739.61
Hex7B478362E0311241e28
Octal1731072036560614443650
Binary1111011100011110000011110101110011000110010010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,71,131); }

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

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

 a { background-color: rgb(123,71,131); }

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

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

 span { border-color: rgb(123,71,131); }

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