#7A6192

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

Shades of Affair #7A6192

Tints of Affair #7A6192

Color information

#7A6192 (or 0x7A6192) is unknown color: approx Affair. HEX triplet: 7A, 61 and 92. RGB value is (122,97,146). Sum of RGB (Red+Green+Blue) = 122+97+146=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A6192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6192 is #859E6D. Grayscale: #6D6D6D. Windows color (decimal): -8756846 or 9593210. OLE color: 9593210.

HSL color Cylindrical-coordinate representation of color #7A6192: hue angle of 270.61º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6192 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12297146-
CMYK0.160.3400.43
HSL270.61º20.16%47.65%-
HSV(B)270.61º33.56%57.25%-
XYZ17.4914.7629.12-
YUV110.06148.28136.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 146 (57.42% from 255) = 40%
R=33.42%
G=26.58%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122971460.160.3400.43270.6120.1647.65
Hex7A6192102202B10f1430
Octal17214122220420534172460
Binary111101011000011001001010000100010010101110000111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,146); }

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

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

 a { background-color: rgb(122,97,146); }

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

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

 span { border-color: rgb(122,97,146); }

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