#781171

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

Shades of Dark Purple #781171

Tints of Dark Purple #781171

Color information

#781171 (or 0x781171) is unknown color: approx Dark Purple. HEX triplet: 78, 11 and 71. RGB value is (120,17,113). Sum of RGB (Red+Green+Blue) = 120+17+113=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #781171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781171 is #87EE8E. Grayscale: #3A3A3A. Windows color (decimal): -8908431 or 7410040. OLE color: 7410040.

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

Color convert

RGB12017113-
CMYK00.860.060.53
HSL304.08º75.18%26.86%-
HSV(B)304.08º85.83%47.06%-
XYZ10.935.5916.13-
YUV58.74158.62171.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=48%
G=6.8%
B=45.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201711300.860.060.53304.0875.1826.86
Hex7811710566351304b1b
Octal17021161012666546011333
Binary111100010001111000101010110110110101100110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781171; }

 p { color: rgb(120,17,113); }

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

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

 a { background-color: rgb(120,17,113); }

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

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

 span { border-color: rgb(120,17,113); }

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