#7C5892

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

Shades of Affair #7C5892

Tints of Affair #7C5892

Color information

#7C5892 (or 0x7C5892) is unknown color: approx Affair. HEX triplet: 7C, 58 and 92. RGB value is (124,88,146). Sum of RGB (Red+Green+Blue) = 124+88+146=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C5892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5892 is #83A76D. Grayscale: #696969. Windows color (decimal): -8628078 or 9590908. OLE color: 9590908.

HSL color Cylindrical-coordinate representation of color #7C5892: hue angle of 277.24º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C5892 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12488146-
CMYK0.150.4000.43
HSL277.24º24.79%45.88%-
HSV(B)277.24º39.73%57.25%-
XYZ16.9913.3428.87-
YUV105.38150.93141.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=34.64%
G=24.58%
B=40.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124881460.150.4000.43277.2424.7945.88
Hex7C5892F2802B115192e
Octal17413022217500534253156
Binary11111001011000100100101111101000010101110001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,146); }

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

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

 a { background-color: rgb(124,88,146); }

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

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

 span { border-color: rgb(124,88,146); }

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