#7D5792

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

Shades of Affair #7D5792

Tints of Affair #7D5792

Color information

#7D5792 (or 0x7D5792) is unknown color: approx Affair. HEX triplet: 7D, 57 and 92. RGB value is (125,87,146). Sum of RGB (Red+Green+Blue) = 125+87+146=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 87 (34.38% from 255 or 24.30% 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 #7D5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5792 is #82A86D. Grayscale: #686868. Windows color (decimal): -8562798 or 9590653. OLE color: 9590653.

HSL color Cylindrical-coordinate representation of color #7D5792: hue angle of 278.64º 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 #7D5792 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12587146-
CMYK0.140.4000.43
HSL278.64º25.32%45.69%-
HSV(B)278.64º40.41%57.25%-
XYZ17.0513.2528.85-
YUV105.09151.09142.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=34.92%
G=24.30%
B=40.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125871460.140.4000.43278.6425.3245.69
Hex7D5792E2802B117192e
Octal17512722216500534273156
Binary11111011010111100100101110101000010101110001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,146); }

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

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

 a { background-color: rgb(125,87,146); }

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

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

 span { border-color: rgb(125,87,146); }

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