#7A5891

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

Shades of Affair #7A5891

Tints of Affair #7A5891

Color information

#7A5891 (or 0x7A5891) is unknown color: approx Affair. HEX triplet: 7A, 58 and 91. RGB value is (122,88,145). Sum of RGB (Red+Green+Blue) = 122+88+145=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A5891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5891 is #85A76E. Grayscale: #686868. Windows color (decimal): -8759151 or 9525370. OLE color: 9525370.

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

Color convert

RGB12288145-
CMYK0.160.3900.43
HSL275.79º24.46%45.69%-
HSV(B)275.79º39.31%56.86%-
XYZ16.6313.1628.45-
YUV104.66150.76140.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=34.37%
G=24.79%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122881450.160.3900.43275.7924.4645.69
Hex7A5891102702B114182e
Octal17213022120470534243056
Binary111101010110001001000110000100111010101110001010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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