#784B8A

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

Shades of Affair #784B8A

Tints of Affair #784B8A

Color information

#784B8A (or 0x784B8A) is unknown color: approx Affair. HEX triplet: 78, 4B and 8A. RGB value is (120,75,138). Sum of RGB (Red+Green+Blue) = 120+75+138=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #784B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B8A is #87B475. Grayscale: #5F5F5F. Windows color (decimal): -8893558 or 9063288. OLE color: 9063288.

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

Color convert

RGB12075138-
CMYK0.130.4600.46
HSL282.86º29.58%41.76%-
HSV(B)282.86º45.65%54.12%-
XYZ14.8510.8625.36-
YUV95.64151.91145.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=36.04%
G=22.52%
B=41.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120751380.130.4600.46282.8629.5841.76
Hex784B8AD2E02E11b1e2a
Octal17011321215560564333652
Binary11110001001011100010101101101110010111010001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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