#784385

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

Shades of Affair #784385

Tints of Affair #784385

Color information

#784385 (or 0x784385) is unknown color: approx Affair. HEX triplet: 78, 43 and 85. RGB value is (120,67,133). Sum of RGB (Red+Green+Blue) = 120+67+133=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #784385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784385 is #87BC7A. Grayscale: #5A5A5A. Windows color (decimal): -8895611 or 8733560. OLE color: 8733560.

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

Color convert

RGB12067133-
CMYK0.100.5000.48
HSL288.18º33%39.22%-
HSV(B)288.18º49.62%52.16%-
XYZ13.999.723.33-
YUV90.37152.06149.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=37.5%
G=20.94%
B=41.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120671330.100.5000.48288.183339.22
Hex784385A320301202127
Octal17010320512620604404147
Binary111100010000111000010110101100100110000100100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784385; }

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

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

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

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

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

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

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

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