#784684

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

Shades of Affair #784684

Tints of Affair #784684

Color information

#784684 (or 0x784684) is unknown color: approx Affair. HEX triplet: 78, 46 and 84. RGB value is (120,70,132). Sum of RGB (Red+Green+Blue) = 120+70+132=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #784684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784684 is #87B97B. Grayscale: #5B5B5B. Windows color (decimal): -8894844 or 8668792. OLE color: 8668792.

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

Color convert

RGB12070132-
CMYK0.090.4700.48
HSL288.39º30.69%39.61%-
HSV(B)288.39º46.97%51.76%-
XYZ14.110.0423.02-
YUV92.02150.56147.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=37.27%
G=21.74%
B=40.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120701320.090.4700.48288.3930.6939.61
Hex78468492F0301201f28
Octal17010620411570604403750
Binary11110001000110100001001001101111011000010010000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784684; }

 p { color: rgb(120,70,132); }

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

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

 a { background-color: rgb(120,70,132); }

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

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

 span { border-color: rgb(120,70,132); }

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