#7F4F8B

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

Shades of Affair #7F4F8B

Tints of Affair #7F4F8B

Color information

#7F4F8B (or 0x7F4F8B) is unknown color: approx Affair. HEX triplet: 7F, 4F and 8B. RGB value is (127,79,139). Sum of RGB (Red+Green+Blue) = 127+79+139=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F4F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4F8B is #80B074. Grayscale: #646464. Windows color (decimal): -8433781 or 9129855. OLE color: 9129855.

HSL color Cylindrical-coordinate representation of color #7F4F8B: hue angle of 288º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F4F8B is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12779139-
CMYK0.090.4300.45
HSL288º27.52%42.75%-
HSV(B)288º43.17%54.51%-
XYZ16.2111.9725.88-
YUV100.19149.9147.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=36.81%
G=22.90%
B=40.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127791390.090.4300.4528827.5242.75
Hex7F4F8B92B02D1201c2b
Octal17711721311530554403453
Binary11111111001111100010111001101011010110110010000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,79,139); }

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

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

 a { background-color: rgb(127,79,139); }

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

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

 span { border-color: rgb(127,79,139); }

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