#7F4E90

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

Shades of Affair #7F4E90

Tints of Affair #7F4E90

Color information

#7F4E90 (or 0x7F4E90) is unknown color: approx Affair. HEX triplet: 7F, 4E and 90. RGB value is (127,78,144). Sum of RGB (Red+Green+Blue) = 127+78+144=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F4E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4E90 is #80B16F. Grayscale: #636363. Windows color (decimal): -8434032 or 9457279. OLE color: 9457279.

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

Color convert

RGB12778144-
CMYK0.120.4600.44
HSL284.55º29.73%43.53%-
HSV(B)284.55º45.83%56.47%-
XYZ16.5111.9727.83-
YUV100.17152.73147.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=36.39%
G=22.35%
B=41.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127781440.120.4600.44284.5529.7343.53
Hex7F4E90C2E02C11d1e2c
Octal17711622014560544353654
Binary11111111001110100100001100101110010110010001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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