#7E4893

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

Shades of Affair #7E4893

Tints of Affair #7E4893

Color information

#7E4893 (or 0x7E4893) is unknown color: approx Affair. HEX triplet: 7E, 48 and 93. RGB value is (126,72,147). Sum of RGB (Red+Green+Blue) = 126+72+147=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E4893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4893 is #81B76C. Grayscale: #606060. Windows color (decimal): -8501101 or 9652350. OLE color: 9652350.

HSL color Cylindrical-coordinate representation of color #7E4893: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E4893 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12672147-
CMYK0.140.5100.42
HSL283.2º34.25%42.94%-
HSV(B)283.2º51.02%57.65%-
XYZ16.1911.1828.91-
YUV96.7156.39148.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=36.52%
G=20.87%
B=42.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126721470.140.5100.42283.234.2542.94
Hex7E4893E3302A11b222b
Octal17611022316630524334253
Binary111111010010001001001111101100110101010100011011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,147); }

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

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

 a { background-color: rgb(126,72,147); }

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

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

 span { border-color: rgb(126,72,147); }

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