#795290

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

Shades of Affair #795290

Tints of Affair #795290

Color information

#795290 (or 0x795290) is unknown color: approx Affair. HEX triplet: 79, 52 and 90. RGB value is (121,82,144). Sum of RGB (Red+Green+Blue) = 121+82+144=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #795290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795290 is #86AD6F. Grayscale: #646464. Windows color (decimal): -8826224 or 9458297. OLE color: 9458297.

HSL color Cylindrical-coordinate representation of color #795290: hue angle of 277.74º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #795290 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12182144-
CMYK0.160.4300.44
HSL277.74º27.43%44.31%-
HSV(B)277.74º43.06%56.47%-
XYZ15.9412.1127.88-
YUV100.73152.42142.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=34.87%
G=23.63%
B=41.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121821440.160.4300.44277.7427.4344.31
Hex795290102B02C1161b2c
Octal17112222020530544263354
Binary111100110100101001000010000101011010110010001011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795290; }

 p { color: rgb(121,82,144); }

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

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

 a { background-color: rgb(121,82,144); }

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

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

 span { border-color: rgb(121,82,144); }

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