#784786

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

Shades of Affair #784786

Tints of Affair #784786

Color information

#784786 (or 0x784786) is unknown color: approx Affair. HEX triplet: 78, 47 and 86. RGB value is (120,71,134). Sum of RGB (Red+Green+Blue) = 120+71+134=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #784786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784786 is #87B879. Grayscale: #5C5C5C. Windows color (decimal): -8894586 or 8800120. OLE color: 8800120.

HSL color Cylindrical-coordinate representation of color #784786: hue angle of 286.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784786 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12071134-
CMYK0.100.4700.47
HSL286.67º30.73%40.2%-
HSV(B)286.67º47.01%52.55%-
XYZ14.310.2223.77-
YUV92.83151.23147.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=36.92%
G=21.85%
B=41.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120711340.100.4700.47286.6730.7340.2
Hex784786A2F02F11f1f28
Octal17010720612570574373750
Binary11110001000111100001101010101111010111110001111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784786; }

 p { color: rgb(120,71,134); }

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

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

 a { background-color: rgb(120,71,134); }

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

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

 span { border-color: rgb(120,71,134); }

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