#7D478B

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

Shades of Affair #7D478B

Tints of Affair #7D478B

Color information

#7D478B (or 0x7D478B) is unknown color: approx Affair. HEX triplet: 7D, 47 and 8B. RGB value is (125,71,139). Sum of RGB (Red+Green+Blue) = 125+71+139=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D478B is #82B874. Grayscale: #5E5E5E. Windows color (decimal): -8566901 or 9127805. OLE color: 9127805.

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

Color convert

RGB12571139-
CMYK0.100.4900.45
HSL287.65º32.38%41.18%-
HSV(B)287.65º48.92%54.51%-
XYZ15.3710.7325.69-
YUV94.9152.89149.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.31%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=37.31%
G=21.19%
B=41.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125711390.100.4900.45287.6532.3841.18
Hex7D478BA3102D1202029
Octal17510721312610554404051
Binary111110110001111000101110101100010101101100100000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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