#7C5189

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

Shades of Affair #7C5189

Tints of Affair #7C5189

Color information

#7C5189 (or 0x7C5189) is unknown color: approx Affair. HEX triplet: 7C, 51 and 89. RGB value is (124,81,137). Sum of RGB (Red+Green+Blue) = 124+81+137=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5189 is #83AE76. Grayscale: #646464. Windows color (decimal): -8629879 or 8999292. OLE color: 8999292.

HSL color Cylindrical-coordinate representation of color #7C5189: hue angle of 286.07º 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 #7C5189 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12481137-
CMYK0.090.4100.46
HSL286.07º25.69%42.75%-
HSV(B)286.07º40.88%53.73%-
XYZ15.7711.9825.15-
YUV100.24148.75144.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=36.26%
G=23.68%
B=40.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124811370.090.4100.46286.0725.6942.75
Hex7C518992902E11e1a2b
Octal17412121111510564363253
Binary11111001010001100010011001101001010111010001111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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