#7C5D94

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

Shades of Affair #7C5D94

Tints of Affair #7C5D94

Color information

#7C5D94 (or 0x7C5D94) is unknown color: approx Affair. HEX triplet: 7C, 5D and 94. RGB value is (124,93,148). Sum of RGB (Red+Green+Blue) = 124+93+148=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C5D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5D94 is #83A26B. Grayscale: #6C6C6C. Windows color (decimal): -8626796 or 9723260. OLE color: 9723260.

HSL color Cylindrical-coordinate representation of color #7C5D94: hue angle of 273.82º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C5D94 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12493148-
CMYK0.160.3700.42
HSL273.82º22.82%47.25%-
HSV(B)273.82º37.16%58.04%-
XYZ17.5714.2529.84-
YUV108.54150.27139.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=33.97%
G=25.48%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124931480.160.3700.42273.8222.8247.25
Hex7C5D94102502A112172f
Octal17413522420450524222757
Binary111110010111011001010010000100101010101010001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,148); }

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

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

 a { background-color: rgb(124,93,148); }

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

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

 span { border-color: rgb(124,93,148); }

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