#7E4A8A

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

Shades of Affair #7E4A8A

Tints of Affair #7E4A8A

Color information

#7E4A8A (or 0x7E4A8A) is unknown color: approx Affair. HEX triplet: 7E, 4A and 8A. RGB value is (126,74,138). Sum of RGB (Red+Green+Blue) = 126+74+138=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E4A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4A8A is #81B575. Grayscale: #606060. Windows color (decimal): -8500598 or 9063038. OLE color: 9063038.

HSL color Cylindrical-coordinate representation of color #7E4A8A: hue angle of 288.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4A8A is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12674138-
CMYK0.090.4600.46
HSL288.75º30.19%41.57%-
HSV(B)288.75º46.38%54.12%-
XYZ15.6411.1725.38-
YUV96.84151.23148.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=37.28%
G=21.89%
B=40.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126741380.090.4600.46288.7530.1941.57
Hex7E4A8A92E02E1211e2a
Octal17611221211560564413652
Binary11111101001010100010101001101110010111010010000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,74,138); }

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

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

 a { background-color: rgb(126,74,138); }

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

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

 span { border-color: rgb(126,74,138); }

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