#7D4B8E

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

Shades of Affair #7D4B8E

Tints of Affair #7D4B8E

Color information

#7D4B8E (or 0x7D4B8E) is unknown color: approx Affair. HEX triplet: 7D, 4B and 8E. RGB value is (125,75,142). Sum of RGB (Red+Green+Blue) = 125+75+142=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D4B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4B8E is #82B471. Grayscale: #616161. Windows color (decimal): -8565874 or 9325437. OLE color: 9325437.

HSL color Cylindrical-coordinate representation of color #7D4B8E: hue angle of 284.78º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4B8E is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12575142-
CMYK0.120.4700.44
HSL284.78º30.88%42.55%-
HSV(B)284.78º47.18%55.69%-
XYZ15.8611.3526.95-
YUV97.59153.06147.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=36.55%
G=21.93%
B=41.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125751420.120.4700.44284.7830.8842.55
Hex7D4B8EC2F02C11d1f2b
Octal17511321614570544353753
Binary11111011001011100011101100101111010110010001110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,75,142); }

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

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

 a { background-color: rgb(125,75,142); }

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

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

 span { border-color: rgb(125,75,142); }

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