#7A5485

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

Shades of Affair #7A5485

Tints of Affair #7A5485

Color information

#7A5485 (or 0x7A5485) is unknown color: approx Affair. HEX triplet: 7A, 54 and 85. RGB value is (122,84,133). Sum of RGB (Red+Green+Blue) = 122+84+133=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5485 is #85AB7A. Grayscale: #646464. Windows color (decimal): -8760187 or 8737914. OLE color: 8737914.

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

Color convert

RGB12284133-
CMYK0.080.3700.48
HSL286.53º22.58%42.55%-
HSV(B)286.53º36.84%52.16%-
XYZ15.4312.1723.73-
YUV100.95146.09143.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=35.99%
G=24.78%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122841330.080.3700.48286.5322.5842.55
Hex7A548582503011f172b
Octal17212420510450604372753
Binary11110101010100100001011000100101011000010001111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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