#7E5892

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

Shades of Affair #7E5892

Tints of Affair #7E5892

Color information

#7E5892 (or 0x7E5892) is unknown color: approx Affair. HEX triplet: 7E, 58 and 92. RGB value is (126,88,146). Sum of RGB (Red+Green+Blue) = 126+88+146=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E5892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5892 is #81A76D. Grayscale: #696969. Windows color (decimal): -8497006 or 9590910. OLE color: 9590910.

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

Color convert

RGB12688146-
CMYK0.140.4000.43
HSL279.31º24.79%45.88%-
HSV(B)279.31º39.73%57.25%-
XYZ17.2813.4928.89-
YUV105.97150.59142.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=35%
G=24.44%
B=40.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126881460.140.4000.43279.3124.7945.88
Hex7E5892E2802B117192e
Octal17613022216500534273156
Binary11111101011000100100101110101000010101110001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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