#78315E

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

Shades of Flirt #78315E

Tints of Flirt #78315E

Color information

#78315E (or 0x78315E) is unknown color: approx Flirt. HEX triplet: 78, 31 and 5E. RGB value is (120,49,94). Sum of RGB (Red+Green+Blue) = 120+49+94=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78315E is #87CEA1. Grayscale: #4B4B4B. Windows color (decimal): -8900258 or 6173048. OLE color: 6173048.

HSL color Cylindrical-coordinate representation of color #78315E: hue angle of 321.97º 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 #78315E is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1204994-
CMYK00.590.220.53
HSL321.97º42.01%33.14%-
HSV(B)321.97º59.17%47.06%-
XYZ10.86711.37-
YUV75.36138.52159.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=45.63%
G=18.63%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120499400.590.220.53321.9742.0133.14
Hex78315E03B16351422a21
Octal1706113607326655025241
Binary11110001100011011110011101110110110101101000010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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