#782A4E

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

Shades of Flirt #782A4E

Tints of Flirt #782A4E

Color information

#782A4E (or 0x782A4E) is unknown color: approx Flirt. HEX triplet: 78, 2A and 4E. RGB value is (120,42,78). Sum of RGB (Red+Green+Blue) = 120+42+78=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #782A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A4E is #87D5B1. Grayscale: #454545. Windows color (decimal): -8902066 or 5122680. OLE color: 5122680.

HSL color Cylindrical-coordinate representation of color #782A4E: hue angle of 332.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A4E is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1204278-
CMYK00.650.350.53
HSL332.31º48.15%31.76%-
HSV(B)332.31º65%47.06%-
XYZ9.956.27.88-
YUV69.43132.84164.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=50%
G=17.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120427800.650.350.53332.3148.1531.76
Hex782A4E041233514c3020
Octal17052116010143655146040
Binary1111000101010100111001000001100011110101101001100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782A4E; }

 p { color: rgb(120,42,78); }

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

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

 a { background-color: rgb(120,42,78); }

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

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

 span { border-color: rgb(120,42,78); }

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