#7D558A

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

Shades of Affair #7D558A

Tints of Affair #7D558A

Color information

#7D558A (or 0x7D558A) is unknown color: approx Affair. HEX triplet: 7D, 55 and 8A. RGB value is (125,85,138). Sum of RGB (Red+Green+Blue) = 125+85+138=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D558A is #82AA75. Grayscale: #666666. Windows color (decimal): -8563318 or 9065853. OLE color: 9065853.

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

Color convert

RGB12585138-
CMYK0.090.3800.46
HSL285.28º23.77%43.73%-
HSV(B)285.28º38.41%54.12%-
XYZ16.2912.6925.64-
YUV103147.75143.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.92%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=35.92%
G=24.43%
B=39.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125851380.090.3800.46285.2823.7743.73
Hex7D558A92602E11d182c
Octal17512521211460564353054
Binary11111011010101100010101001100110010111010001110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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