#7E4892

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

Shades of Affair #7E4892

Tints of Affair #7E4892

Color information

#7E4892 (or 0x7E4892) is unknown color: approx Affair. HEX triplet: 7E, 48 and 92. RGB value is (126,72,146). Sum of RGB (Red+Green+Blue) = 126+72+146=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E4892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4892 is #81B76D. Grayscale: #606060. Windows color (decimal): -8501102 or 9586814. OLE color: 9586814.

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

Color convert

RGB12672146-
CMYK0.140.5100.43
HSL283.78º33.94%42.75%-
HSV(B)283.78º50.68%57.25%-
XYZ16.1111.1528.5-
YUV96.58155.89148.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.63%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=36.63%
G=20.93%
B=42.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126721460.140.5100.43283.7833.9442.75
Hex7E4892E3302B11c222b
Octal17611022216630534344253
Binary111111010010001001001011101100110101011100011100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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