#7D528B

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

Shades of Affair #7D528B

Tints of Affair #7D528B

Color information

#7D528B (or 0x7D528B) is unknown color: approx Affair. HEX triplet: 7D, 52 and 8B. RGB value is (125,82,139). Sum of RGB (Red+Green+Blue) = 125+82+139=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D528B is #82AD74. Grayscale: #656565. Windows color (decimal): -8564085 or 9130621. OLE color: 9130621.

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

Color convert

RGB12582139-
CMYK0.100.4100.45
HSL285.26º25.79%43.33%-
HSV(B)285.26º41.01%54.51%-
XYZ16.1312.2625.94-
YUV101.36149.25144.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=36.13%
G=23.70%
B=40.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125821390.100.4100.45285.2625.7943.33
Hex7D528BA2902D11d1a2b
Octal17512221312510554353253
Binary11111011010010100010111010101001010110110001110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,82,139); }

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

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

 a { background-color: rgb(125,82,139); }

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

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

 span { border-color: rgb(125,82,139); }

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