#781573

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

Shades of Dark Purple #781573

Tints of Dark Purple #781573

Color information

#781573 (or 0x781573) is unknown color: approx Dark Purple. HEX triplet: 78, 15 and 73. RGB value is (120,21,115). Sum of RGB (Red+Green+Blue) = 120+21+115=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781573 is #87EA8C. Grayscale: #3D3D3D. Windows color (decimal): -8907405 or 7542136. OLE color: 7542136.

HSL color Cylindrical-coordinate representation of color #781573: hue angle of 303.03º degrees, saturation: 0.7, 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 #781573 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12021115-
CMYK00.830.040.53
HSL303.03º70.21%27.65%-
HSV(B)303.03º82.5%47.06%-
XYZ11.115.7716.75-
YUV61.32158.3169.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=46.88%
G=8.20%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202111500.830.040.53303.0370.2127.65
Hex78157305343512f461c
Octal17025163012346545710634
Binary111100010101111001101010011100110101100101111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781573; }

 p { color: rgb(120,21,115); }

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

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

 a { background-color: rgb(120,21,115); }

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

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

 span { border-color: rgb(120,21,115); }

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