#785380

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

Shades of Affair #785380

Tints of Affair #785380

Color information

#785380 (or 0x785380) is unknown color: approx Affair. HEX triplet: 78, 53 and 80. RGB value is (120,83,128). Sum of RGB (Red+Green+Blue) = 120+83+128=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #785380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785380 is #87AC7F. Grayscale: #636363. Windows color (decimal): -8891520 or 8409976. OLE color: 8409976.

HSL color Cylindrical-coordinate representation of color #785380: hue angle of 289.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785380 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12083128-
CMYK0.060.3500.50
HSL289.33º21.33%41.37%-
HSV(B)289.33º35.16%50.2%-
XYZ14.7411.7421.91-
YUV99.19144.26142.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=36.25%
G=25.08%
B=38.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120831280.060.3500.50289.3321.3341.37
Hex7853806230321211529
Octal1701232006430624412551
Binary1111000101001110000000110100011011001010010000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785380; }

 p { color: rgb(120,83,128); }

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

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

 a { background-color: rgb(120,83,128); }

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

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

 span { border-color: rgb(120,83,128); }

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