#7D498D

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

Shades of Affair #7D498D

Tints of Affair #7D498D

Color information

#7D498D (or 0x7D498D) is unknown color: approx Affair. HEX triplet: 7D, 49 and 8D. RGB value is (125,73,141). Sum of RGB (Red+Green+Blue) = 125+73+141=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D498D is #82B672. Grayscale: #606060. Windows color (decimal): -8566387 or 9259389. OLE color: 9259389.

HSL color Cylindrical-coordinate representation of color #7D498D: hue angle of 285.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D498D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12573141-
CMYK0.110.4800.45
HSL285.88º31.78%41.96%-
HSV(B)285.88º48.23%55.29%-
XYZ15.6511.0526.51-
YUV96.3153.23148.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=36.87%
G=21.53%
B=41.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125731410.110.4800.45285.8831.7841.96
Hex7D498DB3002D11e202a
Octal17511121513600554364052
Binary111110110010011000110110111100000101101100011110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,73,141); }

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

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

 a { background-color: rgb(125,73,141); }

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

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

 span { border-color: rgb(125,73,141); }

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