#7D5492

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

Shades of Affair #7D5492

Tints of Affair #7D5492

Color information

#7D5492 (or 0x7D5492) is unknown color: approx Affair. HEX triplet: 7D, 54 and 92. RGB value is (125,84,146). Sum of RGB (Red+Green+Blue) = 125+84+146=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5492 is #82AB6D. Grayscale: #676767. Windows color (decimal): -8563566 or 9589885. OLE color: 9589885.

HSL color Cylindrical-coordinate representation of color #7D5492: hue angle of 279.68º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5492 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12584146-
CMYK0.140.4200.43
HSL279.68º26.96%45.1%-
HSV(B)279.68º42.47%57.25%-
XYZ16.8212.7828.77-
YUV103.33152.08143.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.21%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=35.21%
G=23.66%
B=41.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125841460.140.4200.43279.6826.9645.1
Hex7D5492E2A02B1181b2d
Octal17512422216520534303355
Binary11111011010100100100101110101010010101110001100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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