#782058

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

Shades of Flirt #782058

Tints of Flirt #782058

Color information

#782058 (or 0x782058) is unknown color: approx Flirt. HEX triplet: 78, 20 and 58. RGB value is (120,32,88). Sum of RGB (Red+Green+Blue) = 120+32+88=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #782058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782058 is #87DFA7. Grayscale: #404040. Windows color (decimal): -8904616 or 5775480. OLE color: 5775480.

HSL color Cylindrical-coordinate representation of color #782058: hue angle of 321.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782058 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1203288-
CMYK00.730.270.53
HSL321.82º57.89%29.8%-
HSV(B)321.82º73.33%47.06%-
XYZ10.025.739.81-
YUV64.7141.15167.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=50%
G=13.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120328800.730.270.53321.8257.8929.8
Hex7820580491B351423a1e
Octal17040130011133655027236
Binary11110001000001011000010010011101111010110100001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782058; }

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

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

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

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

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

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

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

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