#781276

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

Shades of Purple #781276

Tints of Purple #781276

Color information

#781276 (or 0x781276) is unknown color: approx Purple. HEX triplet: 78, 12 and 76. RGB value is (120,18,118). Sum of RGB (Red+Green+Blue) = 120+18+118=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781276 is #87ED89. Grayscale: #3B3B3B. Windows color (decimal): -8908170 or 7737976. OLE color: 7737976.

HSL color Cylindrical-coordinate representation of color #781276: hue angle of 301.18º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781276 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12018118-
CMYK00.850.020.53
HSL301.18º73.91%27.06%-
HSV(B)301.18º85%47.06%-
XYZ11.235.7317.65-
YUV59.9160.79170.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=46.88%
G=7.03%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201811800.850.020.53301.1873.9127.06
Hex78127605523512d4a1b
Octal17022166012526545511233
Binary11110001001011101100101010110110101100101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781276; }

 p { color: rgb(120,18,118); }

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

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

 a { background-color: rgb(120,18,118); }

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

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

 span { border-color: rgb(120,18,118); }

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