#7C5187

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

Shades of Affair #7C5187

Tints of Affair #7C5187

Color information

#7C5187 (or 0x7C5187) is unknown color: approx Affair. HEX triplet: 7C, 51 and 87. RGB value is (124,81,135). Sum of RGB (Red+Green+Blue) = 124+81+135=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C5187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5187 is #83AE78. Grayscale: #636363. Windows color (decimal): -8629881 or 8868220. OLE color: 8868220.

HSL color Cylindrical-coordinate representation of color #7C5187: hue angle of 287.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C5187 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12481135-
CMYK0.080.4000.47
HSL287.78º25%42.35%-
HSV(B)287.78º40%52.94%-
XYZ15.6311.9224.4-
YUV100.01147.75145.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=36.47%
G=23.82%
B=39.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124811350.080.4000.47287.782542.35
Hex7C518782802F120192a
Octal17412120710500574403152
Binary11111001010001100001111000101000010111110010000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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