#784582

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

Shades of Affair #784582

Tints of Affair #784582

Color information

#784582 (or 0x784582) is unknown color: approx Affair. HEX triplet: 78, 45 and 82. RGB value is (120,69,130). Sum of RGB (Red+Green+Blue) = 120+69+130=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #784582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784582 is #87BA7D. Grayscale: #5B5B5B. Windows color (decimal): -8895102 or 8537464. OLE color: 8537464.

HSL color Cylindrical-coordinate representation of color #784582: hue angle of 290.16º 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 #784582 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12069130-
CMYK0.080.4700.49
HSL290.16º30.65%39.02%-
HSV(B)290.16º46.92%50.98%-
XYZ13.99.8622.29-
YUV91.2149.9148.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=37.62%
G=21.63%
B=40.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120691300.080.4700.49290.1630.6539.02
Hex78458282F0311221f27
Octal17010520210570614423747
Binary11110001000101100000101000101111011000110010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784582; }

 p { color: rgb(120,69,130); }

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

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

 a { background-color: rgb(120,69,130); }

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

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

 span { border-color: rgb(120,69,130); }

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