#7F5593

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

Shades of Affair #7F5593

Tints of Affair #7F5593

Color information

#7F5593 (or 0x7F5593) is unknown color: approx Affair. HEX triplet: 7F, 55 and 93. RGB value is (127,85,147). Sum of RGB (Red+Green+Blue) = 127+85+147=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F5593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5593 is #80AA6C. Grayscale: #686868. Windows color (decimal): -8432237 or 9655679. OLE color: 9655679.

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

Color convert

RGB12785147-
CMYK0.140.4200.42
HSL280.65º26.72%45.49%-
HSV(B)280.65º42.18%57.65%-
XYZ17.2713.1229.23-
YUV104.63151.91143.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=35.38%
G=23.68%
B=40.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127851470.140.4200.42280.6526.7245.49
Hex7F5593E2A02A1191b2d
Octal17712522316520524313355
Binary11111111010101100100111110101010010101010001100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,85,147); }

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

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

 a { background-color: rgb(127,85,147); }

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

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

 span { border-color: rgb(127,85,147); }

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