#781473

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

Shades of Dark Purple #781473

Tints of Dark Purple #781473

Color information

#781473 (or 0x781473) is unknown color: approx Dark Purple. HEX triplet: 78, 14 and 73. RGB value is (120,20,115). Sum of RGB (Red+Green+Blue) = 120+20+115=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781473 is #87EB8C. Grayscale: #3C3C3C. Windows color (decimal): -8907661 or 7541880. OLE color: 7541880.

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

Color convert

RGB12020115-
CMYK00.830.040.53
HSL303º71.43%27.45%-
HSV(B)303º83.33%47.06%-
XYZ11.095.7316.74-
YUV60.73158.63170.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=47.06%
G=7.84%
B=45.10%

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
Decimal1202011500.830.040.5330371.4327.45
Hex78147305343512f471b
Octal17024163012346545710733
Binary111100010100111001101010011100110101100101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781473; }

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

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

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

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

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

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

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

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