#7d4e8b

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

Shades of Affair #7D4E8B

Tints of Affair #7D4E8B

Color information

#7D4E8B (or 0x7D4E8B) is unknown color: approx Affair. HEX triplet: 7D, 4E and 8B. RGB value is (125,78,139). Sum of RGB (Red+Green+Blue) = 125+78+139=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D4E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4E8B is #82B174. Grayscale: #626262. Windows color (decimal): -8565109 or 9129597. OLE color: 9129597.

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

Color convert

RGB12578139-
CMYK0.100.4400.45
HSL286.23º28.11%42.55%-
HSV(B)286.23º43.88%54.51%-
XYZ15.8411.6725.84-
YUV99.01150.57146.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=36.55%
G=22.81%
B=40.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125781390.100.4400.45286.2328.1142.55
Hex7D4E8BA2C02D11e1c2b
Octal17511621312540554363453
Binary11111011001110100010111010101100010110110001111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d4e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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