#7A5491

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

Shades of Affair #7A5491

Tints of Affair #7A5491

Color information

#7A5491 (or 0x7A5491) is unknown color: approx Affair. HEX triplet: 7A, 54 and 91. RGB value is (122,84,145). Sum of RGB (Red+Green+Blue) = 122+84+145=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A5491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5491 is #85AB6E. Grayscale: #666666. Windows color (decimal): -8760175 or 9524346. OLE color: 9524346.

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

Color convert

RGB12284145-
CMYK0.160.4200.43
HSL277.38º26.64%44.9%-
HSV(B)277.38º42.07%56.86%-
XYZ16.3112.5228.35-
YUV102.32152.09142.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=34.76%
G=23.93%
B=41.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122841450.160.4200.43277.3826.6444.9
Hex7A5491102A02B1151b2d
Octal17212422120520534253355
Binary111101010101001001000110000101010010101110001010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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