#7D5692

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

Shades of Affair #7D5692

Tints of Affair #7D5692

Color information

#7D5692 (or 0x7D5692) is unknown color: approx Affair. HEX triplet: 7D, 56 and 92. RGB value is (125,86,146). Sum of RGB (Red+Green+Blue) = 125+86+146=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D5692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5692 is #82A96D. Grayscale: #686868. Windows color (decimal): -8563054 or 9590397. OLE color: 9590397.

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

Color convert

RGB12586146-
CMYK0.140.4100.43
HSL279º25.86%45.49%-
HSV(B)279º41.1%57.25%-
XYZ16.9713.0928.83-
YUV104.5151.42142.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=35.01%
G=24.09%
B=40.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125861460.140.4100.4327925.8645.49
Hex7D5692E2902B1171a2d
Octal17512622216510534273255
Binary11111011010110100100101110101001010101110001011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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