#7D5592

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

Shades of Affair #7D5592

Tints of Affair #7D5592

Color information

#7D5592 (or 0x7D5592) is unknown color: approx Affair. HEX triplet: 7D, 55 and 92. RGB value is (125,85,146). Sum of RGB (Red+Green+Blue) = 125+85+146=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D5592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5592 is #82AA6D. Grayscale: #676767. Windows color (decimal): -8563310 or 9590141. OLE color: 9590141.

HSL color Cylindrical-coordinate representation of color #7D5592: hue angle of 279.34º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5592 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12585146-
CMYK0.140.4200.43
HSL279.34º26.41%45.29%-
HSV(B)279.34º41.78%57.25%-
XYZ16.8912.9328.8-
YUV103.91151.75143.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.11%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=35.11%
G=23.88%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125851460.140.4200.43279.3426.4145.29
Hex7D5592E2A02B1171a2d
Octal17512522216520534273255
Binary11111011010101100100101110101010010101110001011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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