#7C5F8D

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

Shades of Affair #7C5F8D

Tints of Affair #7C5F8D

Color information

#7C5F8D (or 0x7C5F8D) is unknown color: approx Affair. HEX triplet: 7C, 5F and 8D. RGB value is (124,95,141). Sum of RGB (Red+Green+Blue) = 124+95+141=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C5F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5F8D is #83A072. Grayscale: #6C6C6C. Windows color (decimal): -8626291 or 9265020. OLE color: 9265020.

HSL color Cylindrical-coordinate representation of color #7C5F8D: hue angle of 277.83º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C5F8D is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12495141-
CMYK0.120.3300.45
HSL277.83º19.49%46.27%-
HSV(B)277.83º32.62%55.29%-
XYZ17.2114.3927.07-
YUV108.92146.11138.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=34.44%
G=26.39%
B=39.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124951410.120.3300.45277.8319.4946.27
Hex7C5F8DC2102D116132e
Octal17413721514410554262356
Binary11111001011111100011011100100001010110110001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,141); }

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

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

 a { background-color: rgb(124,95,141); }

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

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

 span { border-color: rgb(124,95,141); }

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