#794885

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

Shades of Affair #794885

Tints of Affair #794885

Color information

#794885 (or 0x794885) is unknown color: approx Affair. HEX triplet: 79, 48 and 85. RGB value is (121,72,133). Sum of RGB (Red+Green+Blue) = 121+72+133=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #794885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794885 is #86B77A. Grayscale: #5D5D5D. Windows color (decimal): -8828795 or 8734841. OLE color: 8734841.

HSL color Cylindrical-coordinate representation of color #794885: hue angle of 288.2º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794885 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12172133-
CMYK0.090.4600.48
HSL288.2º29.76%40.2%-
HSV(B)288.2º45.86%52.16%-
XYZ14.4410.3923.44-
YUV93.6150.23147.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=37.12%
G=22.09%
B=40.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121721330.090.4600.48288.229.7640.2
Hex79488592E0301201e28
Octal17111020511560604403650
Binary11110011001000100001011001101110011000010010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794885; }

 p { color: rgb(121,72,133); }

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

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

 a { background-color: rgb(121,72,133); }

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

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

 span { border-color: rgb(121,72,133); }

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