#7A5483

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

Shades of Affair #7A5483

Tints of Affair #7A5483

Color information

#7A5483 (or 0x7A5483) is unknown color: approx Affair. HEX triplet: 7A, 54 and 83. RGB value is (122,84,131). Sum of RGB (Red+Green+Blue) = 122+84+131=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A5483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5483 is #85AB7C. Grayscale: #646464. Windows color (decimal): -8760189 or 8606842. OLE color: 8606842.

HSL color Cylindrical-coordinate representation of color #7A5483: hue angle of 288.51º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A5483 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12284131-
CMYK0.070.3600.49
HSL288.51º21.86%42.16%-
HSV(B)288.51º35.88%51.37%-
XYZ15.2912.1223.01-
YUV100.72145.09143.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=36.20%
G=24.93%
B=38.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122841310.070.3600.49288.5121.8642.16
Hex7A5483724031121162a
Octal1721242037440614412652
Binary1111010101010010000011111100100011000110010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,84,131); }

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

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

 a { background-color: rgb(122,84,131); }

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

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

 span { border-color: rgb(122,84,131); }

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