#781E77

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

Shades of Dark Purple #781E77

Tints of Dark Purple #781E77

Color information

#781E77 (or 0x781E77) is unknown color: approx Dark Purple. HEX triplet: 78, 1E and 77. RGB value is (120,30,119). Sum of RGB (Red+Green+Blue) = 120+30+119=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #781E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E77 is #87E188. Grayscale: #424242. Windows color (decimal): -8905097 or 7806584. OLE color: 7806584.

HSL color Cylindrical-coordinate representation of color #781E77: hue angle of 300.67º 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 #781E77 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12030119-
CMYK00.750.010.53
HSL300.67º60%29.41%-
HSV(B)300.67º75%47.06%-
XYZ11.546.2518.05-
YUV67.06157.32165.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=44.61%
G=11.15%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203011900.750.010.53300.676029.41
Hex781E7704B13512d3c1d
Octal1703616701131654557435
Binary111100011110111011101001011111010110010110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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