#784482

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

Shades of Affair #784482

Tints of Affair #784482

Color information

#784482 (or 0x784482) is unknown color: approx Affair. HEX triplet: 78, 44 and 82. RGB value is (120,68,130). Sum of RGB (Red+Green+Blue) = 120+68+130=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #784482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784482 is #87BB7D. Grayscale: #5A5A5A. Windows color (decimal): -8895358 or 8537208. OLE color: 8537208.

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

Color convert

RGB12068130-
CMYK0.080.4800.49
HSL290.32º31.31%38.82%-
HSV(B)290.32º47.69%50.98%-
XYZ13.849.7422.27-
YUV90.62150.23148.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=37.74%
G=21.38%
B=40.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120681300.080.4800.49290.3231.3138.82
Hex7844828300311221f27
Octal17010420210600614423747
Binary11110001000100100000101000110000011000110010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784482; }

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

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

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

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

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

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

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

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