#7A558A

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

Shades of Affair #7A558A

Tints of Affair #7A558A

Color information

#7A558A (or 0x7A558A) is unknown color: approx Affair. HEX triplet: 7A, 55 and 8A. RGB value is (122,85,138). Sum of RGB (Red+Green+Blue) = 122+85+138=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A558A is #85AA75. Grayscale: #656565. Windows color (decimal): -8759926 or 9065850. OLE color: 9065850.

HSL color Cylindrical-coordinate representation of color #7A558A: hue angle of 281.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A558A is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12285138-
CMYK0.120.3800.46
HSL281.89º23.77%43.73%-
HSV(B)281.89º38.41%54.12%-
XYZ15.8612.4725.62-
YUV102.1148.26142.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 138 (54.30% from 255) = 40%
R=35.36%
G=24.64%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122851380.120.3800.46281.8923.7743.73
Hex7A558AC2602E11a182c
Octal17212521214460564323054
Binary11110101010101100010101100100110010111010001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,138); }

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

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

 a { background-color: rgb(122,85,138); }

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

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

 span { border-color: rgb(122,85,138); }

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