#7A608E

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

Shades of Affair #7A608E

Tints of Affair #7A608E

Color information

#7A608E (or 0x7A608E) is unknown color: approx Affair. HEX triplet: 7A, 60 and 8E. RGB value is (122,96,142). Sum of RGB (Red+Green+Blue) = 122+96+142=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A608E is #859F71. Grayscale: #6C6C6C. Windows color (decimal): -8757106 or 9330810. OLE color: 9330810.

HSL color Cylindrical-coordinate representation of color #7A608E: hue angle of 273.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A608E is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12296142-
CMYK0.140.3200.44
HSL273.91º19.33%46.67%-
HSV(B)273.91º32.39%55.69%-
XYZ17.0914.4627.48-
YUV109.02146.61137.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.89%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=33.89%
G=26.67%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122961420.140.3200.44273.9119.3346.67
Hex7A608EE2002C112132f
Octal17214021616400544222357
Binary11110101100000100011101110100000010110010001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,142); }

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

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

 a { background-color: rgb(122,96,142); }

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

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

 span { border-color: rgb(122,96,142); }

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