#7A4782

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

Shades of Affair #7A4782

Tints of Affair #7A4782

Color information

#7A4782 (or 0x7A4782) is unknown color: approx Affair. HEX triplet: 7A, 47 and 82. RGB value is (122,71,130). Sum of RGB (Red+Green+Blue) = 122+71+130=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4782 is #85B87D. Grayscale: #5C5C5C. Windows color (decimal): -8763518 or 8537978. OLE color: 8537978.

HSL color Cylindrical-coordinate representation of color #7A4782: hue angle of 291.86º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A4782 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12271130-
CMYK0.060.4500.49
HSL291.86º29.35%39.41%-
HSV(B)291.86º45.38%50.98%-
XYZ14.3110.2622.34-
YUV92.98148.9148.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=37.77%
G=21.98%
B=40.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122711300.060.4500.49291.8629.3539.41
Hex7A478262D0311241d27
Octal1721072026550614443547
Binary1111010100011110000010110101101011000110010010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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