#7A5091

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

Shades of Affair #7A5091

Tints of Affair #7A5091

Color information

#7A5091 (or 0x7A5091) is unknown color: approx Affair. HEX triplet: 7A, 50 and 91. RGB value is (122,80,145). Sum of RGB (Red+Green+Blue) = 122+80+145=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A5091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5091 is #85AF6E. Grayscale: #636363. Windows color (decimal): -8761199 or 9523322. OLE color: 9523322.

HSL color Cylindrical-coordinate representation of color #7A5091: hue angle of 278.77º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A5091 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12280145-
CMYK0.160.4500.43
HSL278.77º28.89%44.12%-
HSV(B)278.77º44.83%56.86%-
XYZ16.0111.9228.25-
YUV99.97153.41143.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=35.16%
G=23.05%
B=41.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122801450.160.4500.43278.7728.8944.12
Hex7A5091102D02B1171d2c
Octal17212022120550534273554
Binary111101010100001001000110000101101010101110001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,80,145); }

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

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

 a { background-color: rgb(122,80,145); }

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

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

 span { border-color: rgb(122,80,145); }

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