#782F56

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

Shades of Flirt #782F56

Tints of Flirt #782F56

Color information

#782F56 (or 0x782F56) is unknown color: approx Flirt. HEX triplet: 78, 2F and 56. RGB value is (120,47,86). Sum of RGB (Red+Green+Blue) = 120+47+86=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #782F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F56 is #87D0A9. Grayscale: #494949. Windows color (decimal): -8900778 or 5648248. OLE color: 5648248.

HSL color Cylindrical-coordinate representation of color #782F56: hue angle of 327.95º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #782F56 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1204786-
CMYK00.610.280.53
HSL327.95º43.71%32.75%-
HSV(B)327.95º60.83%47.06%-
XYZ10.446.79.55-
YUV73.27135.18161.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 47 (18.75% from 255) = 18.58%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=47.43%
G=18.58%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120478600.610.280.53327.9543.7132.75
Hex782F5603D1C351482c21
Octal1705712607534655105441
Binary11110001011111010110011110111100110101101001000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,47,86); }

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

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

 a { background-color: rgb(120,47,86); }

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

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

 span { border-color: rgb(120,47,86); }

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