#784985

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

Shades of Affair #784985

Tints of Affair #784985

Color information

#784985 (or 0x784985) is unknown color: approx Affair. HEX triplet: 78, 49 and 85. RGB value is (120,73,133). Sum of RGB (Red+Green+Blue) = 120+73+133=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #784985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784985 is #87B67A. Grayscale: #5D5D5D. Windows color (decimal): -8894075 or 8735096. OLE color: 8735096.

HSL color Cylindrical-coordinate representation of color #784985: hue angle of 287º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784985 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12073133-
CMYK0.100.4500.48
HSL287º29.13%40.39%-
HSV(B)287º45.11%52.16%-
XYZ14.3610.4523.45-
YUV93.89150.07146.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=36.81%
G=22.39%
B=40.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120731330.100.4500.4828729.1340.39
Hex784985A2D03011f1d28
Octal17011120512550604373550
Binary11110001001001100001011010101101011000010001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784985; }

 p { color: rgb(120,73,133); }

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

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

 a { background-color: rgb(120,73,133); }

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

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

 span { border-color: rgb(120,73,133); }

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