#78335B

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

Shades of Flirt #78335B

Tints of Flirt #78335B

Color information

#78335B (or 0x78335B) is unknown color: approx Flirt. HEX triplet: 78, 33 and 5B. RGB value is (120,51,91). Sum of RGB (Red+Green+Blue) = 120+51+91=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78335B is #87CCA4. Grayscale: #4C4C4C. Windows color (decimal): -8899749 or 5976952. OLE color: 5976952.

HSL color Cylindrical-coordinate representation of color #78335B: hue angle of 325.22º 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 #78335B is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1205191-
CMYK00.580.240.53
HSL325.22º40.35%33.53%-
HSV(B)325.22º57.5%47.06%-
XYZ10.827.1210.7-
YUV76.19136.36159.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=45.80%
G=19.47%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120519100.580.240.53325.2240.3533.53
Hex78335B03A18351452822
Octal1706313307230655055042
Binary11110001100111011011011101011000110101101000101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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