#7A478A

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

Shades of Affair #7A478A

Tints of Affair #7A478A

Color information

#7A478A (or 0x7A478A) is unknown color: approx Affair. HEX triplet: 7A, 47 and 8A. RGB value is (122,71,138). Sum of RGB (Red+Green+Blue) = 122+71+138=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A478A is #85B875. Grayscale: #5D5D5D. Windows color (decimal): -8763510 or 9062266. OLE color: 9062266.

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

Color convert

RGB12271138-
CMYK0.120.4900.46
HSL285.67º32.06%40.98%-
HSV(B)285.67º48.55%54.12%-
XYZ14.8710.4825.28-
YUV93.89152.9148.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=36.86%
G=21.45%
B=41.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122711380.120.4900.46285.6732.0640.98
Hex7A478AC3102E11e2029
Octal17210721214610564364051
Binary111101010001111000101011001100010101110100011110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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