#7D5C88

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

Shades of Affair #7D5C88

Tints of Affair #7D5C88

Color information

#7D5C88 (or 0x7D5C88) is unknown color: approx Affair. HEX triplet: 7D, 5C and 88. RGB value is (125,92,136). Sum of RGB (Red+Green+Blue) = 125+92+136=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D5C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5C88 is #82A377. Grayscale: #6A6A6A. Windows color (decimal): -8561528 or 8936573. OLE color: 8936573.

HSL color Cylindrical-coordinate representation of color #7D5C88: hue angle of 285º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D5C88 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12592136-
CMYK0.080.3200.47
HSL285º19.3%44.71%-
HSV(B)285º32.35%53.33%-
XYZ16.7313.7925.07-
YUV106.88144.43140.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=35.41%
G=26.06%
B=38.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125921360.080.3200.4728519.344.71
Hex7D5C8882002F11d132d
Octal17513421010400574352355
Binary11111011011100100010001000100000010111110001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,92,136); }

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

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

 a { background-color: rgb(125,92,136); }

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

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

 span { border-color: rgb(125,92,136); }

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