#7F4A8A

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

Shades of Affair #7F4A8A

Tints of Affair #7F4A8A

Color information

#7F4A8A (or 0x7F4A8A) is unknown color: approx Affair. HEX triplet: 7F, 4A and 8A. RGB value is (127,74,138). Sum of RGB (Red+Green+Blue) = 127+74+138=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F4A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4A8A is #80B575. Grayscale: #606060. Windows color (decimal): -8435062 or 9063039. OLE color: 9063039.

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

Color convert

RGB12774138-
CMYK0.080.4600.46
HSL289.69º30.19%41.57%-
HSV(B)289.69º46.38%54.12%-
XYZ15.7911.2425.38-
YUV97.14151.06149.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=37.46%
G=21.83%
B=40.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127741380.080.4600.46289.6930.1941.57
Hex7F4A8A82E02E1221e2a
Octal17711221210560564423652
Binary11111111001010100010101000101110010111010010001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,74,138); }

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

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

 a { background-color: rgb(127,74,138); }

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

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

 span { border-color: rgb(127,74,138); }

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