#7B4782

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

Shades of Affair #7B4782

Tints of Affair #7B4782

Color information

#7B4782 (or 0x7B4782) is unknown color: approx Affair. HEX triplet: 7B, 47 and 82. RGB value is (123,71,130). Sum of RGB (Red+Green+Blue) = 123+71+130=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4782 is #84B87D. Grayscale: #5D5D5D. Windows color (decimal): -8697982 or 8537979. OLE color: 8537979.

HSL color Cylindrical-coordinate representation of color #7B4782: hue angle of 292.88º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B4782 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12371130-
CMYK0.050.4500.49
HSL292.88º29.35%39.41%-
HSV(B)292.88º45.38%50.98%-
XYZ14.4510.3322.35-
YUV93.27148.73149.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=37.96%
G=21.91%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123711300.050.4500.49292.8829.3539.41
Hex7B478252D0311251d27
Octal1731072025550614453547
Binary1111011100011110000010101101101011000110010010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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