#7A488D

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

Shades of Affair #7A488D

Tints of Affair #7A488D

Color information

#7A488D (or 0x7A488D) is unknown color: approx Affair. HEX triplet: 7A, 48 and 8D. RGB value is (122,72,141). Sum of RGB (Red+Green+Blue) = 122+72+141=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A488D is #85B772. Grayscale: #5E5E5E. Windows color (decimal): -8763251 or 9259130. OLE color: 9259130.

HSL color Cylindrical-coordinate representation of color #7A488D: hue angle of 283.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A488D is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12272141-
CMYK0.130.4900.45
HSL283.48º32.39%41.76%-
HSV(B)283.48º48.94%55.29%-
XYZ15.1510.726.47-
YUV94.82154.06147.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=36.42%
G=21.49%
B=42.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122721410.130.4900.45283.4832.3941.76
Hex7A488DD3102D11b202a
Octal17211021515610554334052
Binary111101010010001000110111011100010101101100011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,141); }

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

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

 a { background-color: rgb(122,72,141); }

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

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

 span { border-color: rgb(122,72,141); }

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