#7E5189

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

Shades of Affair #7E5189

Tints of Affair #7E5189

Color information

#7E5189 (or 0x7E5189) is unknown color: approx Affair. HEX triplet: 7E, 51 and 89. RGB value is (126,81,137). Sum of RGB (Red+Green+Blue) = 126+81+137=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5189 is #81AE76. Grayscale: #646464. Windows color (decimal): -8498807 or 8999294. OLE color: 8999294.

HSL color Cylindrical-coordinate representation of color #7E5189: hue angle of 288.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E5189 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12681137-
CMYK0.080.4100.46
HSL288.21º25.69%42.75%-
HSV(B)288.21º40.88%53.73%-
XYZ16.0612.1325.16-
YUV100.84148.41145.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.63%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=36.63%
G=23.55%
B=39.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126811370.080.4100.46288.2125.6942.75
Hex7E518982902E1201a2b
Octal17612121110510564403253
Binary11111101010001100010011000101001010111010010000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,81,137); }

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

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

 a { background-color: rgb(126,81,137); }

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

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

 span { border-color: rgb(126,81,137); }

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