#7F4B8A

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

Shades of Affair #7F4B8A

Tints of Affair #7F4B8A

Color information

#7F4B8A (or 0x7F4B8A) is unknown color: approx Affair. HEX triplet: 7F, 4B and 8A. RGB value is (127,75,138). Sum of RGB (Red+Green+Blue) = 127+75+138=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F4B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4B8A is #80B475. Grayscale: #616161. Windows color (decimal): -8434806 or 9063295. OLE color: 9063295.

HSL color Cylindrical-coordinate representation of color #7F4B8A: hue angle of 289.52º 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 #7F4B8A is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12775138-
CMYK0.080.4600.46
HSL289.52º29.58%41.76%-
HSV(B)289.52º45.65%54.12%-
XYZ15.8611.3825.41-
YUV97.73150.73148.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=37.35%
G=22.06%
B=40.59%

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
Decimal127751380.080.4600.46289.5229.5841.76
Hex7F4B8A82E02E1221e2a
Octal17711321210560564423652
Binary11111111001011100010101000101110010111010010001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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