#7F5794

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

Shades of Affair #7F5794

Tints of Affair #7F5794

Color information

#7F5794 (or 0x7F5794) is unknown color: approx Affair. HEX triplet: 7F, 57 and 94. RGB value is (127,87,148). Sum of RGB (Red+Green+Blue) = 127+87+148=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #7F5794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5794 is #80A86B. Grayscale: #696969. Windows color (decimal): -8431724 or 9721727. OLE color: 9721727.

HSL color Cylindrical-coordinate representation of color #7F5794: hue angle of 279.34º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F5794 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12787148-
CMYK0.140.4100.42
HSL279.34º25.96%46.08%-
HSV(B)279.34º41.22%58.04%-
XYZ17.5113.4729.69-
YUV105.91151.75143.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=35.08%
G=24.03%
B=40.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127871480.140.4100.42279.3425.9646.08
Hex7F5794E2902A1171a2e
Octal17712722416510524273256
Binary11111111010111100101001110101001010101010001011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,87,148); }

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

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

 a { background-color: rgb(127,87,148); }

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

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

 span { border-color: rgb(127,87,148); }

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