#781E7C

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

Shades of Dark Purple #781E7C

Tints of Dark Purple #781E7C

Color information

#781E7C (or 0x781E7C) is unknown color: approx Dark Purple. HEX triplet: 78, 1E and 7C. RGB value is (120,30,124). Sum of RGB (Red+Green+Blue) = 120+30+124=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #781E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E7C is #87E183. Grayscale: #434343. Windows color (decimal): -8905092 or 8134264. OLE color: 8134264.

HSL color Cylindrical-coordinate representation of color #781E7C: hue angle of 297.45º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781E7C is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12030124-
CMYK0.030.7600.51
HSL297.45º61.04%30.2%-
HSV(B)297.45º75.81%48.63%-
XYZ11.856.3819.68-
YUV67.63159.82165.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=43.80%
G=10.95%
B=45.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120301240.030.7600.51297.4561.0430.2
Hex781E7C34C0331293d1e
Octal1703617431140634517536
Binary1111000111101111100111001100011001110010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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