#781671

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

Shades of Dark Purple #781671

Tints of Dark Purple #781671

Color information

#781671 (or 0x781671) is unknown color: approx Dark Purple. HEX triplet: 78, 16 and 71. RGB value is (120,22,113). Sum of RGB (Red+Green+Blue) = 120+22+113=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781671 is #87E98E. Grayscale: #3D3D3D. Windows color (decimal): -8907151 or 7411320. OLE color: 7411320.

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

Color convert

RGB12022113-
CMYK00.820.060.53
HSL304.29º69.01%27.84%-
HSV(B)304.29º81.67%47.06%-
XYZ11.015.7616.15-
YUV61.68156.97169.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=47.06%
G=8.63%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202211300.820.060.53304.2969.0127.84
Hex781671052635130451c
Octal17026161012266546010534
Binary111100010110111000101010010110110101100110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781671; }

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

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

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

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

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

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

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

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