#78335D

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

Shades of Flirt #78335D

Tints of Flirt #78335D

Color information

#78335D (or 0x78335D) is unknown color: approx Flirt. HEX triplet: 78, 33 and 5D. RGB value is (120,51,93). Sum of RGB (Red+Green+Blue) = 120+51+93=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78335D is #87CCA2. Grayscale: #4C4C4C. Windows color (decimal): -8899747 or 6108024. OLE color: 6108024.

HSL color Cylindrical-coordinate representation of color #78335D: hue angle of 323.48º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78335D is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1205193-
CMYK00.580.220.53
HSL323.48º40.35%33.53%-
HSV(B)323.48º57.5%47.06%-
XYZ10.917.1511.16-
YUV76.42137.36159.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=45.45%
G=19.32%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120519300.580.220.53323.4840.3533.53
Hex78335D03A16351432822
Octal1706313507226655035042
Binary11110001100111011101011101010110110101101000011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78335D; }

 p { color: rgb(120,51,93); }

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

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

 a { background-color: rgb(120,51,93); }

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

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

 span { border-color: rgb(120,51,93); }

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