#784481

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

Shades of Affair #784481

Tints of Affair #784481

Color information

#784481 (or 0x784481) is unknown color: approx Affair. HEX triplet: 78, 44 and 81. RGB value is (120,68,129). Sum of RGB (Red+Green+Blue) = 120+68+129=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #784481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784481 is #87BB7E. Grayscale: #5A5A5A. Windows color (decimal): -8895359 or 8471672. OLE color: 8471672.

HSL color Cylindrical-coordinate representation of color #784481: hue angle of 291.15º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784481 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12068129-
CMYK0.070.4700.49
HSL291.15º30.96%38.63%-
HSV(B)291.15º47.29%50.59%-
XYZ13.789.7121.92-
YUV90.5149.73149.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=37.85%
G=21.45%
B=40.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120681290.070.4700.49291.1530.9638.63
Hex78448172F0311231f27
Octal1701042017570614433747
Binary1111000100010010000001111101111011000110010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784481; }

 p { color: rgb(120,68,129); }

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

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

 a { background-color: rgb(120,68,129); }

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

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

 span { border-color: rgb(120,68,129); }

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