#7A5C88

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

Shades of Affair #7A5C88

Tints of Affair #7A5C88

Color information

#7A5C88 (or 0x7A5C88) is unknown color: approx Affair. HEX triplet: 7A, 5C and 88. RGB value is (122,92,136). Sum of RGB (Red+Green+Blue) = 122+92+136=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A5C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5C88 is #85A377. Grayscale: #696969. Windows color (decimal): -8758136 or 8936570. OLE color: 8936570.

HSL color Cylindrical-coordinate representation of color #7A5C88: hue angle of 280.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A5C88 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12292136-
CMYK0.100.3200.47
HSL280.91º19.3%44.71%-
HSV(B)280.91º32.35%53.33%-
XYZ16.313.5725.05-
YUV105.99144.94139.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=34.86%
G=26.29%
B=38.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122921360.100.3200.47280.9119.344.71
Hex7A5C88A2002F119132d
Octal17213421012400574312355
Binary11110101011100100010001010100000010111110001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,136); }

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

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

 a { background-color: rgb(122,92,136); }

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

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

 span { border-color: rgb(122,92,136); }

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