#784B8B

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

Shades of Affair #784B8B

Tints of Affair #784B8B

Color information

#784B8B (or 0x784B8B) is unknown color: approx Affair. HEX triplet: 78, 4B and 8B. RGB value is (120,75,139). Sum of RGB (Red+Green+Blue) = 120+75+139=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #784B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B8B is #87B474. Grayscale: #5F5F5F. Windows color (decimal): -8893557 or 9128824. OLE color: 9128824.

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

Color convert

RGB12075139-
CMYK0.140.4600.45
HSL282.19º29.91%41.96%-
HSV(B)282.19º46.04%54.51%-
XYZ14.9210.8925.74-
YUV95.75152.41145.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=35.93%
G=22.46%
B=41.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120751390.140.4600.45282.1929.9141.96
Hex784B8BE2E02D11a1e2a
Octal17011321316560554323652
Binary11110001001011100010111110101110010110110001101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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