#78315C

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

Shades of Flirt #78315C

Tints of Flirt #78315C

Color information

#78315C (or 0x78315C) is unknown color: approx Flirt. HEX triplet: 78, 31 and 5C. RGB value is (120,49,92). Sum of RGB (Red+Green+Blue) = 120+49+92=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78315C is #87CEA3. Grayscale: #4B4B4B. Windows color (decimal): -8900260 or 6041976. OLE color: 6041976.

HSL color Cylindrical-coordinate representation of color #78315C: hue angle of 323.66º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78315C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1204992-
CMYK00.590.230.53
HSL323.66º42.01%33.14%-
HSV(B)323.66º59.17%47.06%-
XYZ10.786.9610.9-
YUV75.13137.52160-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=45.98%
G=18.77%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120499200.590.230.53323.6642.0133.14
Hex78315C03B17351442a21
Octal1706113407327655045241
Binary11110001100011011100011101110111110101101000100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,49,92); }

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

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

 a { background-color: rgb(120,49,92); }

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

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

 span { border-color: rgb(120,49,92); }

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