#781E72

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

Shades of Dark Purple #781E72

Tints of Dark Purple #781E72

Color information

#781E72 (or 0x781E72) is unknown color: approx Dark Purple. HEX triplet: 78, 1E and 72. RGB value is (120,30,114). Sum of RGB (Red+Green+Blue) = 120+30+114=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #781E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E72 is #87E18D. Grayscale: #424242. Windows color (decimal): -8905102 or 7478904. OLE color: 7478904.

HSL color Cylindrical-coordinate representation of color #781E72: hue angle of 304º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E72 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12030114-
CMYK00.750.050.53
HSL304º60%29.41%-
HSV(B)304º75%47.06%-
XYZ11.256.1416.51-
YUV66.49154.82166.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 30 (12.11% from 255) = 11.36%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=45.45%
G=11.36%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203011400.750.050.533046029.41
Hex781E7204B5351303c1d
Octal1703616201135654607435
Binary11110001111011100100100101110111010110011000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781E72; }

 p { color: rgb(120,30,114); }

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

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

 a { background-color: rgb(120,30,114); }

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

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

 span { border-color: rgb(120,30,114); }

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