#78294C

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

Shades of Flirt #78294C

Tints of Flirt #78294C

Color information

#78294C (or 0x78294C) is unknown color: approx Flirt. HEX triplet: 78, 29 and 4C. RGB value is (120,41,76). Sum of RGB (Red+Green+Blue) = 120+41+76=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78294C is #87D6B3. Grayscale: #444444. Windows color (decimal): -8902324 or 4991352. OLE color: 4991352.

HSL color Cylindrical-coordinate representation of color #78294C: hue angle of 333.42º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78294C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1204176-
CMYK00.660.370.53
HSL333.42º49.07%31.57%-
HSV(B)333.42º65.83%47.06%-
XYZ9.846.17.5-
YUV68.61132.17164.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=50.63%
G=17.30%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120417600.660.370.53333.4249.0731.57
Hex78294C042253514d3120
Octal17051114010245655156140
Binary1111000101001100110001000010100101110101101001101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78294C; }

 p { color: rgb(120,41,76); }

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

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

 a { background-color: rgb(120,41,76); }

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

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

 span { border-color: rgb(120,41,76); }

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