#784F93

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

Shades of Affair #784F93

Tints of Affair #784F93

Color information

#784F93 (or 0x784F93) is unknown color: approx Affair. HEX triplet: 78, 4F and 93. RGB value is (120,79,147). Sum of RGB (Red+Green+Blue) = 120+79+147=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #784F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F93 is #87B06C. Grayscale: #626262. Windows color (decimal): -8892525 or 9654136. OLE color: 9654136.

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

Color convert

RGB12079147-
CMYK0.180.4600.42
HSL276.18º30.09%44.31%-
HSV(B)276.18º46.26%57.65%-
XYZ15.8111.6929.03-
YUV99.01155.08142.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=34.68%
G=22.83%
B=42.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120791470.180.4600.42276.1830.0944.31
Hex784F93122E02A1141e2c
Octal17011722322560524243654
Binary111100010011111001001110010101110010101010001010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784F93; }

 p { color: rgb(120,79,147); }

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

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

 a { background-color: rgb(120,79,147); }

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

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

 span { border-color: rgb(120,79,147); }

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