#784386

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

Shades of Affair #784386

Tints of Affair #784386

Color information

#784386 (or 0x784386) is unknown color: approx Affair. HEX triplet: 78, 43 and 86. RGB value is (120,67,134). Sum of RGB (Red+Green+Blue) = 120+67+134=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #784386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784386 is #87BC79. Grayscale: #5A5A5A. Windows color (decimal): -8895610 or 8799096. OLE color: 8799096.

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

Color convert

RGB12067134-
CMYK0.100.500.47
HSL287.46º33.33%39.41%-
HSV(B)287.46º50%52.55%-
XYZ14.069.7323.69-
YUV90.48152.56149.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=37.38%
G=20.87%
B=41.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120671340.100.500.47287.4633.3339.41
Hex784386A3202F11f2127
Octal17010320612620574374147
Binary111100010000111000011010101100100101111100011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784386; }

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

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

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

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

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

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

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

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