#7D588A

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

Shades of Affair #7D588A

Tints of Affair #7D588A

Color information

#7D588A (or 0x7D588A) is unknown color: approx Affair. HEX triplet: 7D, 58 and 8A. RGB value is (125,88,138). Sum of RGB (Red+Green+Blue) = 125+88+138=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D588A is #82A775. Grayscale: #686868. Windows color (decimal): -8562550 or 9066621. OLE color: 9066621.

HSL color Cylindrical-coordinate representation of color #7D588A: hue angle of 284.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D588A is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12588138-
CMYK0.090.3600.46
HSL284.4º22.12%44.31%-
HSV(B)284.4º36.23%54.12%-
XYZ16.5313.1725.72-
YUV104.76146.76142.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.61%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=35.61%
G=25.07%
B=39.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125881380.090.3600.46284.422.1244.31
Hex7D588A92402E11c162c
Octal17513021211440564342654
Binary11111011011000100010101001100100010111010001110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,138); }

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

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

 a { background-color: rgb(125,88,138); }

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

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

 span { border-color: rgb(125,88,138); }

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