#7D4A93

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

Shades of Affair #7D4A93

Tints of Affair #7D4A93

Color information

#7D4A93 (or 0x7D4A93) is unknown color: approx Affair. HEX triplet: 7D, 4A and 93. RGB value is (125,74,147). Sum of RGB (Red+Green+Blue) = 125+74+147=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4A93 is #82B56C. Grayscale: #616161. Windows color (decimal): -8566125 or 9652861. OLE color: 9652861.

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

Color convert

RGB12574147-
CMYK0.150.5000.42
HSL281.92º33.03%43.33%-
HSV(B)281.92º49.66%57.65%-
XYZ16.1711.3628.94-
YUV97.57155.9147.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=36.13%
G=21.39%
B=42.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125741470.150.5000.42281.9233.0343.33
Hex7D4A93F3202A11a212b
Octal17511222317620524324153
Binary111110110010101001001111111100100101010100011010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,74,147); }

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

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

 a { background-color: rgb(125,74,147); }

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

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

 span { border-color: rgb(125,74,147); }

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