#7B5693

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

Shades of Affair #7B5693

Tints of Affair #7B5693

Color information

#7B5693 (or 0x7B5693) is unknown color: approx Affair. HEX triplet: 7B, 56 and 93. RGB value is (123,86,147). Sum of RGB (Red+Green+Blue) = 123+86+147=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B5693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5693 is #84A96C. Grayscale: #676767. Windows color (decimal): -8694125 or 9655931. OLE color: 9655931.

HSL color Cylindrical-coordinate representation of color #7B5693: hue angle of 276.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B5693 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12386147-
CMYK0.160.4100.42
HSL276.39º26.18%45.69%-
HSV(B)276.39º41.5%57.65%-
XYZ16.7612.9729.22-
YUV104.02152.26141.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.55%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=34.55%
G=24.16%
B=41.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123861470.160.4100.42276.3926.1845.69
Hex7B5693102902A1141a2e
Octal17312622320510524243256
Binary111101110101101001001110000101001010101010001010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,147); }

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

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

 a { background-color: rgb(123,86,147); }

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

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

 span { border-color: rgb(123,86,147); }

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