#7E5792

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

Shades of Affair #7E5792

Tints of Affair #7E5792

Color information

#7E5792 (or 0x7E5792) is unknown color: approx Affair. HEX triplet: 7E, 57 and 92. RGB value is (126,87,146). Sum of RGB (Red+Green+Blue) = 126+87+146=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5792 is #81A86D. Grayscale: #696969. Windows color (decimal): -8497262 or 9590654. OLE color: 9590654.

HSL color Cylindrical-coordinate representation of color #7E5792: hue angle of 279.66º 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 #7E5792 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12687146-
CMYK0.140.4000.43
HSL279.66º25.32%45.69%-
HSV(B)279.66º40.41%57.25%-
XYZ17.213.3328.86-
YUV105.39150.92142.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=35.10%
G=24.23%
B=40.67%

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
Decimal126871460.140.4000.43279.6625.3245.69
Hex7E5792E2802B118192e
Octal17612722216500534303156
Binary11111101010111100100101110101000010101110001100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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