#7E4A8E

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

Shades of Affair #7E4A8E

Tints of Affair #7E4A8E

Color information

#7E4A8E (or 0x7E4A8E) is unknown color: approx Affair. HEX triplet: 7E, 4A and 8E. RGB value is (126,74,142). Sum of RGB (Red+Green+Blue) = 126+74+142=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 74 (29.30% from 255 or 21.64% 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 #7E4A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4A8E is #81B571. Grayscale: #616161. Windows color (decimal): -8500594 or 9325182. OLE color: 9325182.

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

Color convert

RGB12674142-
CMYK0.110.4800.44
HSL285.88º31.48%42.35%-
HSV(B)285.88º47.89%55.69%-
XYZ15.9411.2926.93-
YUV97.3153.23148.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=36.84%
G=21.64%
B=41.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126741420.110.4800.44285.8831.4842.35
Hex7E4A8EB3002C11e1f2a
Octal17611221613600544363752
Binary11111101001010100011101011110000010110010001111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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