#7D478D

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

Shades of Affair #7D478D

Tints of Affair #7D478D

Color information

#7D478D (or 0x7D478D) is unknown color: approx Affair. HEX triplet: 7D, 47 and 8D. RGB value is (125,71,141). Sum of RGB (Red+Green+Blue) = 125+71+141=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D478D is #82B872. Grayscale: #5E5E5E. Windows color (decimal): -8566899 or 9258877. OLE color: 9258877.

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

Color convert

RGB12571141-
CMYK0.110.5000.45
HSL286.29º33.02%41.57%-
HSV(B)286.29º49.65%55.29%-
XYZ15.5210.7926.46-
YUV95.13153.89149.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=37.09%
G=21.07%
B=41.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125711410.110.5000.45286.2933.0241.57
Hex7D478DB3202D11e212a
Octal17510721513620554364152
Binary111110110001111000110110111100100101101100011110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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