#795594

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

Shades of Affair #795594

Tints of Affair #795594

Color information

#795594 (or 0x795594) is unknown color: approx Affair. HEX triplet: 79, 55 and 94. RGB value is (121,85,148). Sum of RGB (Red+Green+Blue) = 121+85+148=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #795594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795594 is #86AA6B. Grayscale: #666666. Windows color (decimal): -8825452 or 9721209. OLE color: 9721209.

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

Color convert

RGB12185148-
CMYK0.180.4300.42
HSL274.29º27.04%45.69%-
HSV(B)274.29º42.57%58.04%-
XYZ16.4812.729.6-
YUV102.95153.43140.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=34.18%
G=24.01%
B=41.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121851480.180.4300.42274.2927.0445.69
Hex795594122B02A1121b2e
Octal17112522422530524223356
Binary111100110101011001010010010101011010101010001001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795594; }

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

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

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

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

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

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

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

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