#7C6189

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

Shades of Affair #7C6189

Tints of Affair #7C6189

Color information

#7C6189 (or 0x7C6189) is unknown color: approx Affair. HEX triplet: 7C, 61 and 89. RGB value is (124,97,137). Sum of RGB (Red+Green+Blue) = 124+97+137=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6189 is #839E76. Grayscale: #6D6D6D. Windows color (decimal): -8625783 or 9003388. OLE color: 9003388.

HSL color Cylindrical-coordinate representation of color #7C6189: hue angle of 280.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C6189 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12497137-
CMYK0.090.2900.46
HSL280.5º17.09%45.88%-
HSV(B)280.5º29.2%53.73%-
XYZ17.114.6425.59-
YUV109.63143.45138.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 137 (53.91% from 255) = 38.27%
R=34.64%
G=27.09%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124971370.090.2900.46280.517.0945.88
Hex7C618991D02E118112e
Octal17414121111350564302156
Binary1111100110000110001001100111101010111010001100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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