#7D5593

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

Shades of Affair #7D5593

Tints of Affair #7D5593

Color information

#7D5593 (or 0x7D5593) is unknown color: approx Affair. HEX triplet: 7D, 55 and 93. RGB value is (125,85,147). Sum of RGB (Red+Green+Blue) = 125+85+147=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D5593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5593 is #82AA6C. Grayscale: #676767. Windows color (decimal): -8563309 or 9655677. OLE color: 9655677.

HSL color Cylindrical-coordinate representation of color #7D5593: hue angle of 278.71º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5593 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12585147-
CMYK0.150.4200.42
HSL278.71º26.72%45.49%-
HSV(B)278.71º42.18%57.65%-
XYZ16.9712.9629.21-
YUV104.03152.25142.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=35.01%
G=23.81%
B=41.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125851470.150.4200.42278.7126.7245.49
Hex7D5593F2A02A1171b2d
Octal17512522317520524273355
Binary11111011010101100100111111101010010101010001011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,85,147); }

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

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

 a { background-color: rgb(125,85,147); }

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

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

 span { border-color: rgb(125,85,147); }

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