#78335A

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

Shades of Flirt #78335A

Tints of Flirt #78335A

Color information

#78335A (or 0x78335A) is unknown color: approx Flirt. HEX triplet: 78, 33 and 5A. RGB value is (120,51,90). Sum of RGB (Red+Green+Blue) = 120+51+90=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78335A is #87CCA5. Grayscale: #4B4B4B. Windows color (decimal): -8899750 or 5911416. OLE color: 5911416.

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

Color convert

RGB1205190-
CMYK00.580.250.53
HSL326.09º40.35%33.53%-
HSV(B)326.09º57.5%47.06%-
XYZ10.787.110.48-
YUV76.08135.86159.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=45.98%
G=19.54%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120519000.580.250.53326.0940.3533.53
Hex78335A03A19351462822
Octal1706313207231655065042
Binary11110001100111011010011101011001110101101000110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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