#794A92

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

Shades of Affair #794A92

Tints of Affair #794A92

Color information

#794A92 (or 0x794A92) is unknown color: approx Affair. HEX triplet: 79, 4A and 92. RGB value is (121,74,146). Sum of RGB (Red+Green+Blue) = 121+74+146=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #794A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794A92 is #86B56D. Grayscale: #606060. Windows color (decimal): -8828270 or 9587321. OLE color: 9587321.

HSL color Cylindrical-coordinate representation of color #794A92: hue angle of 279.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #794A92 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12174146-
CMYK0.170.4900.43
HSL279.17º32.73%43.14%-
HSV(B)279.17º49.32%57.25%-
XYZ15.5211.0428.51-
YUV96.26156.07145.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=35.48%
G=21.70%
B=42.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121741460.170.4900.43279.1732.7343.14
Hex794A92113102B117212b
Octal17111222221610534274153
Binary1111001100101010010010100011100010101011100010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794A92; }

 p { color: rgb(121,74,146); }

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

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

 a { background-color: rgb(121,74,146); }

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

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

 span { border-color: rgb(121,74,146); }

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