#784490

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

Shades of Affair #784490

Tints of Affair #784490

Color information

#784490 (or 0x784490) is unknown color: approx Affair. HEX triplet: 78, 44 and 90. RGB value is (120,68,144). Sum of RGB (Red+Green+Blue) = 120+68+144=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #784490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784490 is #87BB6F. Grayscale: #5B5B5B. Windows color (decimal): -8895344 or 9454712. OLE color: 9454712.

HSL color Cylindrical-coordinate representation of color #784490: hue angle of 281.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #784490 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12068144-
CMYK0.170.5300.44
HSL281.05º35.85%41.57%-
HSV(B)281.05º52.78%56.47%-
XYZ14.8510.1427.56-
YUV92.21157.23147.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=36.14%
G=20.48%
B=43.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120681440.170.5300.44281.0535.8541.57
Hex784490113502C119242a
Octal17010422021650544314452
Binary1111000100010010010000100011101010101100100011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784490; }

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

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

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

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

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

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

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

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