#7B4682

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

Shades of Affair #7B4682

Tints of Affair #7B4682

Color information

#7B4682 (or 0x7B4682) is unknown color: approx Affair. HEX triplet: 7B, 46 and 82. RGB value is (123,70,130). Sum of RGB (Red+Green+Blue) = 123+70+130=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4682 is #84B97D. Grayscale: #5C5C5C. Windows color (decimal): -8698238 or 8537723. OLE color: 8537723.

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

Color convert

RGB12370130-
CMYK0.050.4600.49
HSL293º30%39.22%-
HSV(B)293º46.15%50.98%-
XYZ14.3910.222.33-
YUV92.69149.06149.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=38.08%
G=21.67%
B=40.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123701300.050.4600.492933039.22
Hex7B468252E0311251e27
Octal1731062025560614453647
Binary1111011100011010000010101101110011000110010010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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