#7A4B96

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

Shades of Affair #7A4B96

Tints of Affair #7A4B96

Color information

#7A4B96 (or 0x7A4B96) is unknown color: approx Affair. HEX triplet: 7A, 4B and 96. RGB value is (122,75,150). Sum of RGB (Red+Green+Blue) = 122+75+150=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A4B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4B96 is #85B469. Grayscale: #616161. Windows color (decimal): -8762474 or 9849722. OLE color: 9849722.

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

Color convert

RGB12275150-
CMYK0.190.500.41
HSL277.6º33.33%44.12%-
HSV(B)277.6º50%58.82%-
XYZ16.0511.3730.2-
YUV97.6157.57145.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=35.16%
G=21.61%
B=43.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122751500.190.500.41277.633.3344.12
Hex7A4B961332029116212c
Octal17211322623620514264154
Binary1111010100101110010110100111100100101001100010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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