#78264F

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

Shades of Flirt #78264F

Tints of Flirt #78264F

Color information

#78264F (or 0x78264F) is unknown color: approx Flirt. HEX triplet: 78, 26 and 4F. RGB value is (120,38,79). Sum of RGB (Red+Green+Blue) = 120+38+79=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78264F is #87D9B0. Grayscale: #434343. Windows color (decimal): -8903089 or 5187192. OLE color: 5187192.

HSL color Cylindrical-coordinate representation of color #78264F: hue angle of 330º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78264F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1203879-
CMYK00.680.340.53
HSL330º51.9%30.98%-
HSV(B)330º68.33%47.06%-
XYZ9.855.948.03-
YUV67.19134.67165.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=50.63%
G=16.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120387900.680.340.5333051.930.98
Hex78264F044223514a341f
Octal17046117010442655126437
Binary111100010011010011110100010010001011010110100101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,38,79); }

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

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

 a { background-color: rgb(120,38,79); }

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

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

 span { border-color: rgb(120,38,79); }

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