#7A4884

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

Shades of Affair #7A4884

Tints of Affair #7A4884

Color information

#7A4884 (or 0x7A4884) is unknown color: approx Affair. HEX triplet: 7A, 48 and 84. RGB value is (122,72,132). Sum of RGB (Red+Green+Blue) = 122+72+132=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A4884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4884 is #85B77B. Grayscale: #5D5D5D. Windows color (decimal): -8763260 or 8669306. OLE color: 8669306.

HSL color Cylindrical-coordinate representation of color #7A4884: hue angle of 290º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A4884 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12272132-
CMYK0.080.4500.48
HSL290º29.41%40%-
HSV(B)290º45.45%51.76%-
XYZ14.5110.4423.08-
YUV93.79149.56148.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=37.42%
G=22.09%
B=40.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122721320.080.4500.4829029.4140
Hex7A488482D0301221d28
Octal17211020410550604423550
Binary11110101001000100001001000101101011000010010001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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