#784B8E

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

Shades of Affair #784B8E

Tints of Affair #784B8E

Color information

#784B8E (or 0x784B8E) is unknown color: approx Affair. HEX triplet: 78, 4B and 8E. RGB value is (120,75,142). Sum of RGB (Red+Green+Blue) = 120+75+142=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #784B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B8E is #87B471. Grayscale: #5F5F5F. Windows color (decimal): -8893554 or 9325432. OLE color: 9325432.

HSL color Cylindrical-coordinate representation of color #784B8E: hue angle of 280.3º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784B8E is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12075142-
CMYK0.150.4700.44
HSL280.3º30.88%42.55%-
HSV(B)280.3º47.18%55.69%-
XYZ15.1410.9826.91-
YUV96.09153.91145.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=35.61%
G=22.26%
B=42.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120751420.150.4700.44280.330.8842.55
Hex784B8EF2F02C1181f2b
Octal17011321617570544303753
Binary11110001001011100011101111101111010110010001100011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,75,142); }

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

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

 a { background-color: rgb(120,75,142); }

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

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

 span { border-color: rgb(120,75,142); }

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