#795593

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

Shades of Affair #795593

Tints of Affair #795593

Color information

#795593 (or 0x795593) is unknown color: approx Affair. HEX triplet: 79, 55 and 93. RGB value is (121,85,147). Sum of RGB (Red+Green+Blue) = 121+85+147=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #795593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795593 is #86AA6C. Grayscale: #666666. Windows color (decimal): -8825453 or 9655673. OLE color: 9655673.

HSL color Cylindrical-coordinate representation of color #795593: hue angle of 274.84º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795593 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12185147-
CMYK0.180.4200.42
HSL274.84º26.72%45.49%-
HSV(B)274.84º42.18%57.65%-
XYZ16.412.6729.18-
YUV102.83152.93140.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=34.28%
G=24.08%
B=41.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121851470.180.4200.42274.8426.7245.49
Hex795593122A02A1131b2d
Octal17112522322520524233355
Binary111100110101011001001110010101010010101010001001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795593; }

 p { color: rgb(121,85,147); }

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

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

 a { background-color: rgb(121,85,147); }

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

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

 span { border-color: rgb(121,85,147); }

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