#7A4A96

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

Shades of Affair #7A4A96

Tints of Affair #7A4A96

Color information

#7A4A96 (or 0x7A4A96) is unknown color: approx Affair. HEX triplet: 7A, 4A and 96. RGB value is (122,74,150). Sum of RGB (Red+Green+Blue) = 122+74+150=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A4A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4A96 is #85B569. Grayscale: #606060. Windows color (decimal): -8762730 or 9849466. OLE color: 9849466.

HSL color Cylindrical-coordinate representation of color #7A4A96: hue angle of 277.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A4A96 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12274150-
CMYK0.190.5100.41
HSL277.89º33.93%43.92%-
HSV(B)277.89º50.67%58.82%-
XYZ15.9811.2430.18-
YUV97.02157.9145.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=35.26%
G=21.39%
B=43.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122741500.190.5100.41277.8933.9343.92
Hex7A4A961333029116222c
Octal17211222623630514264254
Binary1111010100101010010110100111100110101001100010110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,74,150); }

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

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

 a { background-color: rgb(122,74,150); }

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

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

 span { border-color: rgb(122,74,150); }

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