#782F58

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

Shades of Flirt #782F58

Tints of Flirt #782F58

Color information

#782F58 (or 0x782F58) is unknown color: approx Flirt. HEX triplet: 78, 2F and 58. RGB value is (120,47,88). Sum of RGB (Red+Green+Blue) = 120+47+88=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #782F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F58 is #87D0A7. Grayscale: #494949. Windows color (decimal): -8900776 or 5779320. OLE color: 5779320.

HSL color Cylindrical-coordinate representation of color #782F58: hue angle of 326.3º 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 #782F58 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1204788-
CMYK00.610.270.53
HSL326.3º43.71%32.75%-
HSV(B)326.3º60.83%47.06%-
XYZ10.526.739.98-
YUV73.5136.18161.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=47.06%
G=18.43%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120478800.610.270.53326.343.7132.75
Hex782F5803D1B351462c21
Octal1705713007533655065441
Binary11110001011111011000011110111011110101101000110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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