#781376

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

Shades of Dark Purple #781376

Tints of Dark Purple #781376

Color information

#781376 (or 0x781376) is unknown color: approx Dark Purple. HEX triplet: 78, 13 and 76. RGB value is (120,19,118). Sum of RGB (Red+Green+Blue) = 120+19+118=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #781376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781376 is #87EC89. Grayscale: #3C3C3C. Windows color (decimal): -8907914 or 7738232. OLE color: 7738232.

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

Color convert

RGB12019118-
CMYK00.840.020.53
HSL301.19º72.66%27.25%-
HSV(B)301.19º84.17%47.06%-
XYZ11.255.7717.66-
YUV60.48160.46170.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 19 (7.81% from 255) = 7.39%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=46.69%
G=7.39%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201911800.840.020.53301.1972.6627.25
Hex78137605423512d491b
Octal17023166012426545511133
Binary11110001001111101100101010010110101100101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781376; }

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

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

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

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

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

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

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

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