#78214E

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

Shades of Flirt #78214E

Tints of Flirt #78214E

Color information

#78214E (or 0x78214E) is unknown color: approx Flirt. HEX triplet: 78, 21 and 4E. RGB value is (120,33,78). Sum of RGB (Red+Green+Blue) = 120+33+78=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78214E is #87DEB1. Grayscale: #404040. Windows color (decimal): -8904370 or 5120376. OLE color: 5120376.

HSL color Cylindrical-coordinate representation of color #78214E: hue angle of 328.97º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78214E is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1203378-
CMYK00.720.350.53
HSL328.97º56.86%30%-
HSV(B)328.97º72.5%47.06%-
XYZ9.665.637.79-
YUV64.14135.82167.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=51.95%
G=14.29%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120337800.720.350.53328.9756.8630
Hex78214E0482335149391e
Octal17041116011043655117136
Binary111100010000110011100100100010001111010110100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,33,78); }

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

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

 a { background-color: rgb(120,33,78); }

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

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

 span { border-color: rgb(120,33,78); }

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