#78284E

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

Shades of Flirt #78284E

Tints of Flirt #78284E

Color information

#78284E (or 0x78284E) is unknown color: approx Flirt. HEX triplet: 78, 28 and 4E. RGB value is (120,40,78). Sum of RGB (Red+Green+Blue) = 120+40+78=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78284E is #87D7B1. Grayscale: #444444. Windows color (decimal): -8902578 or 5122168. OLE color: 5122168.

HSL color Cylindrical-coordinate representation of color #78284E: hue angle of 331.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78284E is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1204078-
CMYK00.670.350.53
HSL331.5º50%31.37%-
HSV(B)331.5º66.67%47.06%-
XYZ9.886.067.86-
YUV68.25133.5164.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=50.42%
G=16.81%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120407800.670.350.53331.55031.37
Hex78284E043233514c321f
Octal17050116010343655146237
Binary111100010100010011100100001110001111010110100110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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