#7A5393

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

Shades of Affair #7A5393

Tints of Affair #7A5393

Color information

#7A5393 (or 0x7A5393) is unknown color: approx Affair. HEX triplet: 7A, 53 and 93. RGB value is (122,83,147). Sum of RGB (Red+Green+Blue) = 122+83+147=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A5393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5393 is #85AC6C. Grayscale: #656565. Windows color (decimal): -8760429 or 9655162. OLE color: 9655162.

HSL color Cylindrical-coordinate representation of color #7A5393: hue angle of 276.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A5393 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12283147-
CMYK0.170.4400.42
HSL276.56º27.83%45.1%-
HSV(B)276.56º43.54%57.65%-
XYZ16.3912.4329.14-
YUV101.96153.42142.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.66%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=34.66%
G=23.58%
B=41.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122831470.170.4400.42276.5627.8345.1
Hex7A5393112C02A1151c2d
Octal17212322321540524253455
Binary111101010100111001001110001101100010101010001010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,83,147); }

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

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

 a { background-color: rgb(122,83,147); }

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

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

 span { border-color: rgb(122,83,147); }

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