#78335F

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

Shades of Flirt #78335F

Tints of Flirt #78335F

Color information

#78335F (or 0x78335F) is unknown color: approx Flirt. HEX triplet: 78, 33 and 5F. RGB value is (120,51,95). Sum of RGB (Red+Green+Blue) = 120+51+95=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78335F is #87CCA0. Grayscale: #4C4C4C. Windows color (decimal): -8899745 or 6239096. OLE color: 6239096.

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

Color convert

RGB1205195-
CMYK00.580.210.53
HSL321.74º40.35%33.53%-
HSV(B)321.74º57.5%47.06%-
XYZ117.1911.63-
YUV76.65138.36158.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=45.11%
G=19.17%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120519500.580.210.53321.7440.3533.53
Hex78335F03A15351422822
Octal1706313707225655025042
Binary11110001100111011111011101010101110101101000010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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