#7A5195

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

Shades of Affair #7A5195

Tints of Affair #7A5195

Color information

#7A5195 (or 0x7A5195) is unknown color: approx Affair. HEX triplet: 7A, 51 and 95. RGB value is (122,81,149). Sum of RGB (Red+Green+Blue) = 122+81+149=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A5195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5195 is #85AE6A. Grayscale: #646464. Windows color (decimal): -8760939 or 9785722. OLE color: 9785722.

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

Color convert

RGB12281149-
CMYK0.180.4600.42
HSL276.18º29.57%45.1%-
HSV(B)276.18º45.64%58.43%-
XYZ16.3912.1929.92-
YUV101.01155.08142.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.66%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=34.66%
G=23.01%
B=42.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122811490.180.4600.42276.1829.5745.1
Hex7A5195122E02A1141e2d
Octal17212122522560524243655
Binary111101010100011001010110010101110010101010001010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,149); }

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

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

 a { background-color: rgb(122,81,149); }

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

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

 span { border-color: rgb(122,81,149); }

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