#7F5290

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

Shades of Affair #7F5290

Tints of Affair #7F5290

Color information

#7F5290 (or 0x7F5290) is unknown color: approx Affair. HEX triplet: 7F, 52 and 90. RGB value is (127,82,144). Sum of RGB (Red+Green+Blue) = 127+82+144=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5290 is #80AD6F. Grayscale: #666666. Windows color (decimal): -8433008 or 9458303. OLE color: 9458303.

HSL color Cylindrical-coordinate representation of color #7F5290: hue angle of 283.55º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F5290 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12782144-
CMYK0.120.4300.44
HSL283.55º27.43%44.31%-
HSV(B)283.55º43.06%56.47%-
XYZ16.812.5627.92-
YUV102.52151.41145.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=35.98%
G=23.23%
B=40.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127821440.120.4300.44283.5527.4344.31
Hex7F5290C2B02C11c1b2c
Octal17712222014530544343354
Binary11111111010010100100001100101011010110010001110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,82,144); }

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

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

 a { background-color: rgb(127,82,144); }

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

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

 span { border-color: rgb(127,82,144); }

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